init commit

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-14 21:32:24 +01:00
commit 2b382294f8
114 changed files with 8258 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
{
"format": 1,
"restore": {
"D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj": {}
},
"projects": {
"D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj",
"projectName": "CustomServerMod",
"projectPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj",
"packagesPath": "C:\\Users\\PC\\.nuget\\packages\\",
"outputPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\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"
}
}
}
}
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\PC\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\PC\.nuget\packages\" />
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyTitleAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generado por la clase WriteCodeFragment de MSBuild.

View File

@@ -0,0 +1 @@
2f879b1c4f7d25b4795ae1b208b1a949694006bfb158e3b25d1bb5d803d3cd5f

View File

@@ -0,0 +1,5 @@
is_global = true
build_property.RootNamespace = CustomServerMod
build_property.ProjectDir = D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

Binary file not shown.

View File

@@ -0,0 +1 @@
9910de5ef224483a753407daea1bad5187fc582b46bbe99645d0b49c4c0bbd92

View File

@@ -0,0 +1,91 @@
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\CustomServerMod.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\CustomServerMod.pdb
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\0Harmony.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\AsmodeeNet.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Assembly-CSharp.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\BepInEx.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.CoreModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Mono.Cecil.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\MonoMod.Utils.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\MonoMod.RuntimeDetour.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Google.Protobuf.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UI.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityWebRequestModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Unity.TextMeshPro.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UIModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.GameCenterModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Zxcvbn.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Facepunch.Steamworks.Win64.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityWebRequestTextureModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Utils.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AnimationModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.InputLegacyModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TextRenderingModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.JSONSerializeModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.IMGUIModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Amplitude.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ImageConversionModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.PhysicsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Facebook.Unity.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.DSPGraphModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AudioModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityCurlModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TLSModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UIElementsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AndroidJNIModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AccessibilityModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityConnectModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AIModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityAnalyticsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.PerformanceReportingModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.Physics2DModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.AssetBundleModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.SharedInternalsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ClothModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ClusterInputModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ClusterRendererModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.CrashReportingModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TilemapModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TerrainModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.VFXModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.VideoModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.VRModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.GridModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.SubsystemsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.LocalizationModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UNETModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityWebRequestAssetBundleModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityWebRequestAudioModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UnityWebRequestWWWModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ParticleSystemModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.DirectorModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.VirtualTexturingModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ScreenCaptureModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.SpriteMaskModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.StreamingModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TerrainPhysicsModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.TextCoreModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.SpriteShapeModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.UIElementsNativeModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.VehiclesModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.WindModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.XRModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.ARModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\UnityEngine.InputModule.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\JsonFx.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Logging.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\Facebook.Unity.Settings.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\log4net.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\0Harmony.xml
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\BepInEx.xml
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\MonoMod.Utils.xml
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\bin\Debug\net472\MonoMod.RuntimeDetour.xml
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.csproj.AssemblyReference.cache
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.GeneratedMSBuildEditorConfig.editorconfig
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.AssemblyInfoInputs.cache
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.AssemblyInfo.cs
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.csproj.CoreCompileInputs.cache
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomSe.01132A68.Up2Date
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.dll
D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\obj\Debug\net472\CustomServerMod.pdb

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")]

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyTitleAttribute("CustomServerMod")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generado por la clase WriteCodeFragment de MSBuild.

View File

@@ -0,0 +1 @@
2f879b1c4f7d25b4795ae1b208b1a949694006bfb158e3b25d1bb5d803d3cd5f

View File

@@ -0,0 +1,5 @@
is_global = true
build_property.RootNamespace = CustomServerMod
build_property.ProjectDir = D:\Downloads\Unity Modding\Ripped GOT\AssetRipper_export_20260106_161031\Mods\CustomServerMod\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

Binary file not shown.

62
obj/project.assets.json Normal file
View File

@@ -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\\CustomServerMod\\CustomServerMod.csproj",
"projectName": "CustomServerMod",
"projectPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj",
"packagesPath": "C:\\Users\\PC\\.nuget\\packages\\",
"outputPath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\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"
}
}
}
}

8
obj/project.nuget.cache Normal file
View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "OciwZZK9ejZBfplGA+0t9fcGdL+K9AW3IdvcWT4df3LX22HHXt02IH+QQuVOJnHf/4NhMIeG3OEbYtUCUmqfmg==",
"success": true,
"projectFilePath": "D:\\Downloads\\Unity Modding\\Ripped GOT\\AssetRipper_export_20260106_161031\\Mods\\CustomServerMod\\CustomServerMod.csproj",
"expectedPackageFiles": [],
"logs": []
}