sinmai-mods/MoreChartFormats/MoreChartFormats.csproj

31 lines
1.0 KiB
XML
Raw Normal View History

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