Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/RP0.csproj
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@
<Compile Include="Crew\CrewHandler.cs" />
<Compile Include="DifficultyPresets.cs" />
<Compile Include="ModuleNonReentryRated.cs" />
<Compile Include="ModuleNoEVA.cs" />
<Compile Include="ModuleUnpressurizedCockpit.cs" />
<Compile Include="ModuleTag\DecreaseB.cs" />
<Compile Include="ModuleTag\EngineLiquidPF.cs" />
@@ -120,7 +121,7 @@
<Private>False</Private>
</Reference>
<Reference Include="ModularFlightIntegrator">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - TESTING\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<HintPath>..\..\..\..\..\..\Games\RP1\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
2 changes: 1 addition & 1 deletion Source/RP0KCTBinder.csproj
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
<Private>False</Private>
</Reference>
<Reference Include="KerbalConstructionTime">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RP1\GameData\KerbalConstructionTime\plugins\KerbalConstructionTime.dll</HintPath>
<HintPath>..\..\..\..\..\..\Games\RP1\GameData\KerbalConstructionTime\plugins\KerbalConstructionTime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">

0 comments on commit 887b261

Please sign in to comment.