forked from CWX/CWX-mods
34 lines
1014 B
XML
34 lines
1014 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net472</TargetFramework>
|
|||
|
<Version>1.3.0</Version>
|
|||
|
<AssemblyName>CWX-DeSharpener</AssemblyName>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Aki.Common">
|
|||
|
<HintPath>shared\Aki.Common.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Aki.Reflection">
|
|||
|
<HintPath>shared\Aki.Reflection.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Assembly-CSharp">
|
|||
|
<HintPath>shared\Assembly-CSharp.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="BepInEx">
|
|||
|
<HintPath>shared\BepInEx.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="ConfigurationManager">
|
|||
|
<HintPath>shared\ConfigurationManager.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="UnityEngine">
|
|||
|
<HintPath>shared\UnityEngine.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="UnityEngine.CoreModule">
|
|||
|
<HintPath>shared\UnityEngine.CoreModule.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|