This commit is contained in:
Jose Luis Montañes Ojados
2026-01-10 18:23:43 +01:00
commit c4a892ea17
20 changed files with 256 additions and 0 deletions

25
DlcUnlock.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DlcUnlock", "DlcUnlock.csproj", "{44671DBC-73DF-4721-9A44-32A081112462}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44671DBC-73DF-4721-9A44-32A081112462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44671DBC-73DF-4721-9A44-32A081112462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44671DBC-73DF-4721-9A44-32A081112462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44671DBC-73DF-4721-9A44-32A081112462}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C4B52D5-ACBD-441E-86E5-5DCCFC100631}
EndGlobalSection
EndGlobal