Skip to content

Commit

Permalink
Updated csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Aug 31, 2022
1 parent 8f0606d commit 2f8302a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 233 deletions.
6 changes: 3 additions & 3 deletions AGExt/AGExt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
<Private>False</Private>
</Reference>
<Reference Include="KSP_Log">
<HintPath>R:\KSP_1.12.2_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.12.2_dev\GameData\SpaceTuxLibrary\Plugins\SpaceTuxUtility.dll</HintPath>
<HintPath>$(KSPDIR)\GameData\SpaceTuxLibrary\Plugins\SpaceTuxUtility.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="ClickThroughBlocker, Version=0.1.6.2, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -124,4 +124,4 @@ if $(ConfigurationName) == Release (
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
115 changes: 0 additions & 115 deletions AGExt/AGExt.csproj.173

This file was deleted.

115 changes: 0 additions & 115 deletions AGExt/AGExt.csproj.orig

This file was deleted.

0 comments on commit 2f8302a

Please sign in to comment.