Skip to content

Commit 9a866e8

Browse files
committed
Updates to csproj to support building 2.1 and 2.0.8 version
Signed-off-by: Benjamin Fennema <benjamin.fennema@gmail.com>
1 parent 43b0a35 commit 9a866e8

1 file changed

Lines changed: 34 additions & 16 deletions

File tree

CraftMagicItems/CraftMagicItems.csproj

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,10 @@
4949
<ErrorReport>prompt</ErrorReport>
5050
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5151
</PropertyGroup>
52-
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %282.1%29|AnyCPU'">
52+
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %282.1%29|AnyCPU' Or '$(Configuration)|$(Platform)' == 'Release %282.1%29|AnyCPU'">
5353
<Reference Include="UniRx">
5454
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UniRx.dll</HintPath>
5555
</Reference>
56-
</ItemGroup>
57-
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release %282.1%29|AnyCPU'">
58-
<Reference Include="UniRx">
59-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UniRx.dll</HintPath>
60-
</Reference>
61-
</ItemGroup>
62-
<ItemGroup>
63-
<Reference Include="0Harmony, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
64-
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\..\..\..\..\..\Program Files\UnityModManager\0Harmony.dll</HintPath>
66-
</Reference>
6756
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
6857
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\Assembly-CSharp.dll</HintPath>
6958
</Reference>
@@ -74,8 +63,6 @@
7463
<SpecificVersion>False</SpecificVersion>
7564
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\Newtonsoft.Json.dll</HintPath>
7665
</Reference>
77-
<Reference Include="System" />
78-
<Reference Include="Microsoft.CSharp" />
7966
<Reference Include="UnityEngine.CoreModule">
8067
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
8168
</Reference>
@@ -86,9 +73,40 @@
8673
<Reference Include="UnityEngine.IMGUIModule">
8774
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
8875
</Reference>
89-
<Reference Include="UnityModManager">
90-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityModManager\UnityModManager.dll</HintPath>
76+
</ItemGroup>
77+
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU' Or '$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
78+
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
79+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\Assembly-CSharp.dll</HintPath>
80+
</Reference>
81+
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
82+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
83+
</Reference>
84+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85+
<SpecificVersion>False</SpecificVersion>
86+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\Newtonsoft.Json.dll</HintPath>
87+
</Reference>
88+
<Reference Include="UnityEngine.CoreModule">
89+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
90+
</Reference>
91+
<Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
92+
<SpecificVersion>False</SpecificVersion>
93+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
94+
</Reference>
95+
<Reference Include="UnityEngine.IMGUIModule">
96+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker - 2.0.8\Kingmaker_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
97+
</Reference>
98+
</ItemGroup>
99+
<ItemGroup>
100+
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
101+
<SpecificVersion>False</SpecificVersion>
102+
<HintPath>..\..\..\..\..\..\Program Files\UnityModManager-0.22.9\0Harmony.dll</HintPath>
103+
</Reference>
104+
<Reference Include="UnityModManager, Version=0.22.9.0, Culture=neutral, processorArchitecture=MSIL">
105+
<SpecificVersion>False</SpecificVersion>
106+
<HintPath>..\..\..\..\..\..\Program Files\UnityModManager-0.22.9\UnityModManager.dll</HintPath>
91107
</Reference>
108+
<Reference Include="System" />
109+
<Reference Include="Microsoft.CSharp" />
92110
</ItemGroup>
93111
<ItemGroup>
94112
<Compile Include="Accessors.cs" />

0 commit comments

Comments
 (0)