commit c4a892ea176be5ba12ed372439ab009a9974e293 Author: Jose Luis Montañes Ojados Date: Sat Jan 10 18:23:43 2026 +0100 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c868fe2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +.vs/ \ No newline at end of file diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..28ac02a --- /dev/null +++ b/Class1.cs @@ -0,0 +1,9 @@ +using System; + +namespace DlcUnlock +{ + public class Class1 + { + + } +} diff --git a/DlcUnlock.csproj b/DlcUnlock.csproj new file mode 100644 index 0000000..891cd43 --- /dev/null +++ b/DlcUnlock.csproj @@ -0,0 +1,10 @@ + + + + net472 + 7.3 + disable + disable + + + diff --git a/DlcUnlock.sln b/DlcUnlock.sln new file mode 100644 index 0000000..6882fa8 --- /dev/null +++ b/DlcUnlock.sln @@ -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 diff --git a/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/obj/Debug/net472/DlcUnlock.AssemblyInfo.cs b/obj/Debug/net472/DlcUnlock.AssemblyInfo.cs new file mode 100644 index 0000000..5b422bd --- /dev/null +++ b/obj/Debug/net472/DlcUnlock.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Este código fue generado por una herramienta. +// Versión de runtime:4.0.30319.42000 +// +// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si +// se vuelve a generar el código. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyTitleAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/obj/Debug/net472/DlcUnlock.AssemblyInfoInputs.cache b/obj/Debug/net472/DlcUnlock.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a90bda6 --- /dev/null +++ b/obj/Debug/net472/DlcUnlock.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +edd1cf9873548a36ed0e1139a3b2fe6a39e35cfedc323dbc8b20a3558d1b465f diff --git a/obj/Debug/net472/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net472/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..44f5ffa --- /dev/null +++ b/obj/Debug/net472/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,5 @@ +is_global = true +build_property.RootNamespace = DlcUnlock +build_property.ProjectDir = D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\DlcUnlock\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net472/DlcUnlock.assets.cache b/obj/Debug/net472/DlcUnlock.assets.cache new file mode 100644 index 0000000..cbaccac Binary files /dev/null and b/obj/Debug/net472/DlcUnlock.assets.cache differ diff --git a/obj/Debug/net472/DlcUnlock.csproj.AssemblyReference.cache b/obj/Debug/net472/DlcUnlock.csproj.AssemblyReference.cache new file mode 100644 index 0000000..8814299 Binary files /dev/null and b/obj/Debug/net472/DlcUnlock.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs b/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs new file mode 100644 index 0000000..348b87f --- /dev/null +++ b/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] diff --git a/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfo.cs b/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfo.cs new file mode 100644 index 0000000..5b422bd --- /dev/null +++ b/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Este código fue generado por una herramienta. +// Versión de runtime:4.0.30319.42000 +// +// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si +// se vuelve a generar el código. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyTitleAttribute("DlcUnlock")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfoInputs.cache b/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a90bda6 --- /dev/null +++ b/obj/Debug/netstandard2.1/DlcUnlock.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +edd1cf9873548a36ed0e1139a3b2fe6a39e35cfedc323dbc8b20a3558d1b465f diff --git a/obj/Debug/netstandard2.1/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/netstandard2.1/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..44f5ffa --- /dev/null +++ b/obj/Debug/netstandard2.1/DlcUnlock.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,5 @@ +is_global = true +build_property.RootNamespace = DlcUnlock +build_property.ProjectDir = D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\DlcUnlock\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/netstandard2.1/DlcUnlock.assets.cache b/obj/Debug/netstandard2.1/DlcUnlock.assets.cache new file mode 100644 index 0000000..54dca37 Binary files /dev/null and b/obj/Debug/netstandard2.1/DlcUnlock.assets.cache differ diff --git a/obj/DlcUnlock.csproj.nuget.dgspec.json b/obj/DlcUnlock.csproj.nuget.dgspec.json new file mode 100644 index 0000000..d4d8205 --- /dev/null +++ b/obj/DlcUnlock.csproj.nuget.dgspec.json @@ -0,0 +1,56 @@ +{ + "format": 1, + "restore": { + "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj": {} + }, + "projects": { + "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj", + "projectName": "DlcUnlock", + "projectPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj", + "packagesPath": "C:\\Users\\PC\\.nuget\\packages\\", + "outputPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\PC\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/DlcUnlock.csproj.nuget.g.props b/obj/DlcUnlock.csproj.nuget.g.props new file mode 100644 index 0000000..839c313 --- /dev/null +++ b/obj/DlcUnlock.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\PC\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.0 + + + + + + \ No newline at end of file diff --git a/obj/DlcUnlock.csproj.nuget.g.targets b/obj/DlcUnlock.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/DlcUnlock.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..7bd8fe6 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,62 @@ +{ + "version": 3, + "targets": { + ".NETFramework,Version=v4.7.2": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETFramework,Version=v4.7.2": [] + }, + "packageFolders": { + "C:\\Users\\PC\\.nuget\\packages\\": {}, + "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj", + "projectName": "DlcUnlock", + "projectPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj", + "packagesPath": "C:\\Users\\PC\\.nuget\\packages\\", + "outputPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\PC\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..f0b62e5 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "9cneV3e9a7U=", + "success": true, + "projectFilePath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\DlcUnlock\\DlcUnlock.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file