36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<Nullable>disable</Nullable>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="0Harmony">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\BepInEx\core\0Harmony.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AsmodeeNet">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\AGameOfThronesTheBoardGame_Data\Managed\AsmodeeNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Assembly-CSharp">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\AGameOfThronesTheBoardGame_Data\Managed\Assembly-CSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="BepInEx">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\BepInEx\core\BepInEx.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\AGameOfThronesTheBoardGame_Data\Managed\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\AGameOfThronesTheBoardGame_Data\Managed\UnityEngine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
<HintPath>..\..\..\..\..\..\SteamLibrary\steamapps\common\A Game of Thrones The Board Game\AGameOfThronesTheBoardGame_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|