sinmai-mods/LooseDBTables/LooseDBTables.csproj

36 lines
1.3 KiB
XML
Raw Normal View History

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-08-08 06:48:31 +00:00
<NoWarn>CS0626,CS0436,CS8618</NoWarn>
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>