CWX-mods/Live/CWX_DeSharpener/CWX_DeSharpener.csproj

31 lines
949 B
XML
Raw Normal View History

2022-05-14 19:53:00 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
2023-08-08 19:34:27 +01:00
<Version>1.6.0</Version>
<AssemblyName>CWX-DeSharpener</AssemblyName>
2022-05-14 19:53:00 +01:00
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Common">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Aki.Common.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Aki.Reflection">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Aki.Reflection.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Assembly-CSharp.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="BepInEx">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\BepInEx.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\UnityEngine.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\UnityEngine.CoreModule.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
</ItemGroup>
</Project>