CWX-mods/Live/CWX_BushWhacker/CWX_BushWhacker.csproj

43 lines
1.4 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2022-05-14 19:53:00 +01:00
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>CWX-BushWhacker</AssemblyName>
2023-08-08 19:34:27 +01:00
<Version>1.4.0</Version>
2022-05-14 19:53:00 +01:00
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Common">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Common.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Aki.Reflection">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="BepInEx">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Comfort">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="Newtonsoft.Json">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Newtonsoft.Json.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.AssetBundleModule.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
2022-05-14 19:53:00 +01:00
</Reference>
2022-08-19 17:27:56 +01:00
<Reference Include="UnityEngine.PhysicsModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.PhysicsModule.dll</HintPath>
2022-08-19 17:27:56 +01:00
</Reference>
2022-05-14 19:53:00 +01:00
</ItemGroup>
</Project>