Skip to content

Commit 7b10c88

Browse files
committedDec 26, 2014
Update to latest KSP
1 parent 54410ed commit 7b10c88

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
 

‎Entropy/Entropy/Entropy.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<Private>False</Private>
4242
</Reference>
4343
<Reference Include="DangIt">
44-
<HintPath>..\..\..\..\Important Documents\dangit_mod\min_ksp\GameData\DangIt\DangIt.dll</HintPath>
45-
<Private>False</Private>
44+
<HintPath>..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Kerbal Space Program\GameData\DangIt\DangIt.dll</HintPath>
4645
</Reference>
4746
</ItemGroup>
4847
<ItemGroup>

‎Entropy/Entropy_realchutes/Entropy_realchutes.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
<Private>False</Private>
4141
</Reference>
4242
<Reference Include="RealChute">
43-
<HintPath>..\..\..\..\Important Documents\dangit_mod\min_ksp\GameData\RealChute\Plugins\RealChute.dll</HintPath>
44-
<Private>False</Private>
43+
<HintPath>..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Kerbal Space Program\GameData\RealChute\Plugins\RealChute.dll</HintPath>
4544
</Reference>
4645
<Reference Include="DangIt">
47-
<HintPath>..\..\..\..\Important Documents\dangit_mod\min_ksp\GameData\DangIt\DangIt.dll</HintPath>
48-
<Private>False</Private>
46+
<HintPath>..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Kerbal Space Program\GameData\DangIt\DangIt.dll</HintPath>
4947
</Reference>
5048
</ItemGroup>
5149
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.