2024-08-08 06:32:25 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2024-05-24 14:46:31 +00:00
|
|
|
|
<PropertyGroup>
|
2024-08-08 06:32:25 +00:00
|
|
|
|
<TargetFramework>net46</TargetFramework>
|
2024-05-24 14:46:31 +00:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2024-08-08 06:32:25 +00:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<AssemblyName>Assembly-CSharp.LooseDBTables.mm</AssemblyName>
|
2024-05-24 14:46:31 +00:00
|
|
|
|
</PropertyGroup>
|
2024-08-08 06:32:25 +00:00
|
|
|
|
|
2024-05-24 14:46:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="MonoMod">
|
|
|
|
|
<HintPath>..\External\MonoMod.exe</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Assembly-CSharp">
|
|
|
|
|
<HintPath>..\External\Assembly-CSharp.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
|
<HintPath>..\External\UnityEngine.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
|
|
|
<HintPath>..\External\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.JSONSerializeModule">
|
|
|
|
|
<HintPath>..\External\UnityEngine.JSONSerializeModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|