2024-08-08 08:32:25 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2024-05-27 05:59:40 +02:00
|
|
|
|
<PropertyGroup>
|
2024-08-08 08:32:25 +02:00
|
|
|
|
<TargetFramework>net46</TargetFramework>
|
2024-05-27 05:59:40 +02:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2024-08-08 08:32:25 +02:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<AssemblyName>Assembly-CSharp.MoreChartFormats.mm</AssemblyName>
|
2024-08-08 08:48:31 +02:00
|
|
|
|
<NoWarn>CS8618,CS8625</NoWarn>
|
2024-05-27 05:59:40 +02:00
|
|
|
|
</PropertyGroup>
|
2024-08-08 08:32:25 +02:00
|
|
|
|
|
2024-05-27 05:59:40 +02: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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|