Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Rebuild for KSP 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed May 28, 2017
1 parent e376c17 commit 600eb8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Binary file modified GameData/RW Saturatable/SaturatableRW.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/RW Saturatable/SaturatableRW.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Saturatable RW","URL":"https://github.com/Crzyrndm/RW-Saturatable/blob/master/GameData/RW%20Saturatable/SaturatableRW.version","DOWNLOAD":"","VERSION":{"MAJOR":1,"MINOR":12,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":2,"PATCH":0}}
{"NAME":"Saturatable RW","URL":"https://github.com/Crzyrndm/RW-Saturatable/blob/master/GameData/RW%20Saturatable/SaturatableRW.version","DOWNLOAD":"https://github.com/Crzyrndm/RW-Saturatable/releases","VERSION":{"MAJOR":1,"MINOR":12,"PATCH":1,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":3,"PATCH":0}}
8 changes: 2 additions & 6 deletions SaturatableRW/SaturatableRW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\Desktop\Kerbal Space Program Dev\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\Desktop\Kerbal Space Program Dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -45,11 +45,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\Desktop\Kerbal Space Program Dev\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\Desktop\Kerbal Space Program Dev\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\Desktop\Kerbal Space Program Dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 600eb8c

Please sign in to comment.