Skip to content

Commit 93474e3

Browse files
authored
Update KerbalChecklists.csproj
1 parent dccb460 commit 93474e3

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

KerbalChecklists/KerbalChecklists.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<Reference Include="Assembly-CSharp-firstpass">
3838
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
3939
</Reference>
40+
<Reference Include="ClickThroughBlocker">
41+
<HintPath>..\..\..\..\..\Kerbal Space Checklist\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
42+
</Reference>
4043
<Reference Include="KSPAssets">
4144
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
4245
</Reference>
@@ -52,25 +55,25 @@
5255
<Reference Include="System.Net.Http" />
5356
<Reference Include="System.Xml" />
5457
<Reference Include="UnityEngine.AnimationModule">
55-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
58+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
5659
</Reference>
5760
<Reference Include="UnityEngine.CoreModule">
58-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
61+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
5962
</Reference>
6063
<Reference Include="UnityEngine.IMGUIModule">
61-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
64+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
6265
</Reference>
6366
<Reference Include="UnityEngine.InputLegacyModule">
64-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
67+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
6568
</Reference>
6669
<Reference Include="UnityEngine.InputModule">
67-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.InputModule.dll</HintPath>
70+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputModule.dll</HintPath>
6871
</Reference>
6972
<Reference Include="UnityEngine.PhysicsModule">
70-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
73+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
7174
</Reference>
7275
<Reference Include="UnityEngine.UI">
73-
<HintPath>..\..\..\..\..\Kerbal Space Mod\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
76+
<HintPath>..\..\..\..\..\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
7477
</Reference>
7578
</ItemGroup>
7679
<ItemGroup>

0 commit comments

Comments
 (0)