Skip to content

Commit

Permalink
- Updatet to Visual Studio 2017
Browse files Browse the repository at this point in the history
- Recompiled against 1.7.3 files
  • Loading branch information
blackliner committed Jul 29, 2019
1 parent ac71756 commit dd87c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified RealBattery/GameData/RealBattery/RealBattery.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions RealBattery/GameData/RealBattery/RealBattery.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{
"MAJOR":0,
"MINOR":1,
"PATCH":4,
"BUILD":1
"PATCH":7,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"MINOR":7,
"PATCH":3
}
}
4 changes: 2 additions & 2 deletions RealBattery/RealBattery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -45,7 +45,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit dd87c9c

Please sign in to comment.