|
49 | 49 | <ErrorReport>prompt</ErrorReport> |
50 | 50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
51 | 51 | </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'"> |
53 | 53 | <Reference Include="UniRx"> |
54 | 54 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UniRx.dll</HintPath> |
55 | 55 | </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> |
67 | 56 | <Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> |
68 | 57 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\Assembly-CSharp.dll</HintPath> |
69 | 58 | </Reference> |
|
74 | 63 | <SpecificVersion>False</SpecificVersion> |
75 | 64 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\Newtonsoft.Json.dll</HintPath> |
76 | 65 | </Reference> |
77 | | - <Reference Include="System" /> |
78 | | - <Reference Include="Microsoft.CSharp" /> |
79 | 66 | <Reference Include="UnityEngine.CoreModule"> |
80 | 67 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityEngine.CoreModule.dll</HintPath> |
81 | 68 | </Reference> |
|
86 | 73 | <Reference Include="UnityEngine.IMGUIModule"> |
87 | 74 | <HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
88 | 75 | </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> |
91 | 107 | </Reference> |
| 108 | + <Reference Include="System" /> |
| 109 | + <Reference Include="Microsoft.CSharp" /> |
92 | 110 | </ItemGroup> |
93 | 111 | <ItemGroup> |
94 | 112 | <Compile Include="Accessors.cs" /> |
|
0 commit comments