Skip to content

Commit

Permalink
Updated for KSP 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Oct 11, 2017
1 parent b72b9b9 commit 7fd0e7e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
Binary file added Source/.vs/VaporVent/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.1.6.0")]
[assembly: AssemblyVersion("1.1.7.0")]
11 changes: 6 additions & 5 deletions Source/VaporVent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\System.dll</HintPath>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand All @@ -73,9 +73,10 @@ start /D D:\Users\jbb\github\VaporVent\Source /WAIT buildRelease.bat
)</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>set textTemplatingPath="%25CommonProgramFiles(x86)%25\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe"
<PreBuildEvent>
set textTemplatingPath="%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Community\Common7\IDE \texttransform.exe"


if %25textTemplatingPath%25=="\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe" set textTemplatingPath="%25CommonProgramFiles%25\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe"

%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions Source/VaporVent.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 6,
"PATCH": 7,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 99
"PATCH": 1
}
}
2 changes: 1 addition & 1 deletion Source/deploy.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set H=R:\KSP_1.3.0_dev
set H=R:\KSP_1.3.1_dev
echo %H%

copy /Y "bin\Debug\VaporVent.dll" "..\GameData\VaporVent\Plugins"
Expand Down

0 comments on commit 7fd0e7e

Please sign in to comment.