CWX-mods/Live/CWX_LockPicking/CWX_LockPicking.csproj

38 lines
1.2 KiB
XML
Raw Normal View History

2023-10-06 18:46:03 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Reflection">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="BepInEx">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="Comfort">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="Mono.Cecil">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Mono.Cecil.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="Newtonsoft.Json">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Newtonsoft.Json.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
<Reference Include="UnityEngine">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
2023-10-06 18:46:03 +01:00
<Reference Include="UnityEngine.CoreModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
2023-10-06 18:46:03 +01:00
</Reference>
</ItemGroup>
</Project>