CWX-mods/Live/CWX_DeSharpener/CWX_DeSharpener.csproj

31 lines
977 B
XML
Raw Normal View History

2022-05-14 19:53:00 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
2022-12-25 15:41:36 +00:00
<Version>1.4.8</Version>
<AssemblyName>CWX-DeSharpener</AssemblyName>
2022-05-14 19:53:00 +01:00
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Common">
<HintPath>..\..\..\Shared\Aki\Aki.Common.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Aki.Reflection">
<HintPath>..\..\..\Shared\Aki\Aki.Reflection.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\Shared\EFT\Assembly-CSharp.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="BepInEx">
<HintPath>..\..\..\Shared\BepInEx\BepInEx.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\Shared\EFT\UnityEngine.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
</ItemGroup>
</Project>