CWX-mods/Old/Chocster-mod/Chocster-mod.csproj

36 lines
1.1 KiB
XML
Raw Permalink Normal View History

2023-10-18 13:04:15 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>Chocster_mod</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\0Harmony.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="Aki.Common">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Common.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="Aki.Reflection">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="BepInEx">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="Comfort">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="UnityEngine">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
2023-10-18 13:04:15 +01:00
</Reference>
</ItemGroup>
</Project>