Skip to content

Commit

Permalink
Updated project file
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Oct 3, 2021
1 parent 5167755 commit 4e0d233
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 106 deletions.
50 changes: 0 additions & 50 deletions SOS/FlightEditSaver.csproj.173

This file was deleted.

50 changes: 0 additions & 50 deletions SOS/FlightEditSaver.csproj.orig

This file was deleted.

12 changes: 6 additions & 6 deletions SOS/SOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
</Reference>
<Reference Include="BetterLoadSaveGame, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.8.0_dev\GameData\BetterLoadSaveGame\Plugins\BetterLoadSaveGame.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\BetterLoadSaveGame\Plugins\BetterLoadSaveGame.dll</HintPath>
</Reference>
<Reference Include="ClickThroughBlocker">
<HintPath>R:\KSP_1.8.0_dev\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
</Reference>
<Reference Include="KRASH, Version=0.5.31.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.8.0_dev\GameData\KRASH\Plugins\KRASH.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\KRASH\Plugins\KRASH.dll</HintPath>
</Reference>
<Reference Include="KSP_Log, Version=0.1.0.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.8.1_dev\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="ToolbarControl">
<HintPath>R:\KSP_1.8.0_dev\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -118,4 +118,4 @@ if $(ConfigurationName) == Release (
<PreBuildEvent>"$(DevEnvDir)\texttransform.exe" "$(ProjectDir)AssemblyVersion.tt"
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 4e0d233

Please sign in to comment.