Skip to content

Commit

Permalink
Changes for KSP 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Oct 20, 2018
1 parent 15e5a85 commit 55c9062
Show file tree
Hide file tree
Showing 28 changed files with 10 additions and 12 deletions.
Binary file added .vs/Firespitter/DesignTimeBuild/.dtbcache
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added .vs/Firespitter/v15/Server/sqlite3/storage.ide
Binary file not shown.
12 changes: 5 additions & 7 deletions Firespitter/Firespitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -50,11 +50,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -157,9 +157,7 @@
<ItemGroup>
<None Include="Documentation.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="util\shaders\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
10 changes: 5 additions & 5 deletions For release/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version",
"VERSION": {
"MAJOR": 7,
"MINOR": 9,
"MINOR": 11,
"PATCH": 0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"MINOR":5,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"MINOR":5,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"MINOR":5,
"PATCH":9
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file modified For release/Firespitter/Plugins/Firespitter.pdb
Binary file not shown.

0 comments on commit 55c9062

Please sign in to comment.