Skip to content

Commit

Permalink
Updated csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Oct 28, 2020
1 parent 10a1bf4 commit 074ece7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
12 changes: 6 additions & 6 deletions LtScience/LtScience.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
<Private>False</Private>
</Reference>
<Reference Include="ClickThroughBlocker">
<HintPath>R:\KSP_1.9.1_dev\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
</Reference>
<Reference Include="KerbalConstructionTime">
<HintPath>R:\KSP_1.10.1_dev\GameData\KerbalConstructionTime\Plugins\KerbalConstructionTime.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\KerbalConstructionTime\Plugins\KerbalConstructionTime.dll</HintPath>
</Reference>
<Reference Include="KSP_Log">
<HintPath>R:\KSP_1.9.1_dev\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
</Reference>
<Reference Include="SpaceTuxUtility">
<HintPath>R:\KSP_1.9.1_dev\GameData\SpaceTuxLibrary\Plugins\SpaceTuxUtility.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\SpaceTuxLibrary\Plugins\SpaceTuxUtility.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="ToolbarControl">
<HintPath>R:\KSP_1.9.1_dev\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -115,4 +115,4 @@ if $(ConfigurationName) == Release (
<PropertyGroup>
<PreBuildEvent>"$(DevEnvDir)\texttransform.exe" "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 074ece7

Please # to comment.