-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
267 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
patches/src/Kopernicus.Components/Kopernicus.Components.csproj.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- Kopernicus/src/Kopernicus.Components/Kopernicus.Components.csproj 2018-10-12 15:32:31.154926172 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus.Components/Kopernicus.Components.csproj 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -18,7 +18,7 @@ | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
- <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
+ <DefineConstants>DEBUG;TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
@@ -26,17 +26,17 @@ | ||
<DebugType>none</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
- <DefineConstants>TRACE</DefineConstants> | ||
+ <DefineConstants>TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\Assembly-CSharp.{BASE}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
+ <HintPath>..\..\packages\Assembly-CSharp.{BACKPORT}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ModularFlightIntegrator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\ModularFlightIntegrator.{MFIBASE}\lib\net35\ModularFlightIntegrator.dll</HintPath> | ||
+ <HintPath>..\..\packages\ModularFlightIntegrator.{MFIBACKPORT}\lib\net35\ModularFlightIntegrator.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System"> | ||
@@ -46,11 +46,11 @@ | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.{BASE}\lib\net35\UnityEngine.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.{BACKPORT}\lib\net35\UnityEngine.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.UI.{BASE}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.UI.{BACKPORT}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
@@ -115,4 +115,4 @@ | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
-</Project> | ||
\ Kein Zeilenumbruch am Dateiende. | ||
+</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- Kopernicus/src/Kopernicus.Components/packages.config 2018-08-05 20:24:54.972310317 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus.Components/packages.config 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
- <package id="Assembly-CSharp" version="{BASE}" targetFramework="net35" /> | ||
- <package id="ModularFlightIntegrator" version="{MFIBASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine.UI" version="{BASE}" targetFramework="net35" /> | ||
+ <package id="Assembly-CSharp" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="ModularFlightIntegrator" version="{MFIBACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine.UI" version="{BACKPORT}" targetFramework="net35" /> | ||
</packages> | ||
\ Kein Zeilenumbruch am Dateiende. |
49 changes: 49 additions & 0 deletions
49
patches/src/Kopernicus.OnDemand/Kopernicus.OnDemand.csproj.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- Kopernicus/src/Kopernicus.OnDemand/Kopernicus.OnDemand.csproj 2018-08-05 20:24:54.972310317 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus.OnDemand/Kopernicus.OnDemand.csproj 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -17,7 +17,7 @@ | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
- <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
+ <DefineConstants>DEBUG;TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
@@ -26,14 +26,14 @@ | ||
<DebugType>none</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
- <DefineConstants>TRACE</DefineConstants> | ||
+ <DefineConstants>TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\Assembly-CSharp.{BASE}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
+ <HintPath>..\..\packages\Assembly-CSharp.{BACKPORT}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System"> | ||
@@ -43,11 +43,11 @@ | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.{BASE}\lib\net35\UnityEngine.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.{BACKPORT}\lib\net35\UnityEngine.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.UI.{BASE}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.UI.{BACKPORT}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
@@ -67,4 +67,4 @@ | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
-</Project> | ||
\ Kein Zeilenumbruch am Dateiende. | ||
+</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- Kopernicus/src/Kopernicus.OnDemand/packages.config 2018-08-05 20:24:54.975643567 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus.OnDemand/packages.config 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
- <package id="Assembly-CSharp" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine.UI" version="{BASE}" targetFramework="net35" /> | ||
+ <package id="Assembly-CSharp" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine.UI" version="{BACKPORT}" targetFramework="net35" /> | ||
</packages> | ||
\ Kein Zeilenumbruch am Dateiende. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- Kopernicus/src/Kopernicus/Kopernicus.csproj 2018-10-12 15:43:26.380249247 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus/Kopernicus.csproj 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -14,7 +14,7 @@ | ||
<DebugType>full</DebugType> | ||
<Optimize>False</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
- <DefineConstants>DEBUG;</DefineConstants> | ||
+ <DefineConstants>DEBUG;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<ConsolePause>False</ConsolePause> | ||
@@ -23,17 +23,18 @@ | ||
<DebugType>none</DebugType> | ||
<Optimize>True</Optimize> | ||
<OutputPath>..\..\build\GameData\Kopernicus\Plugins\</OutputPath> | ||
+ <DefineConstants>{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<ConsolePause>False</ConsolePause> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\Assembly-CSharp.{BASE}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
+ <HintPath>..\..\packages\Assembly-CSharp.{BACKPORT}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ModularFlightIntegrator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\ModularFlightIntegrator.{MFIBASE}\lib\net35\ModularFlightIntegrator.dll</HintPath> | ||
+ <HintPath>..\..\packages\ModularFlightIntegrator.{MFIBACKPORT}\lib\net35\ModularFlightIntegrator.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System"> | ||
@@ -43,11 +44,11 @@ | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.{BASE}\lib\net35\UnityEngine.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.{BACKPORT}\lib\net35\UnityEngine.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\packages\UnityEngine.UI.{BASE}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
+ <HintPath>..\..\packages\UnityEngine.UI.{BACKPORT}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
@@ -243,4 +244,4 @@ | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
-</Project> | ||
\ Kein Zeilenumbruch am Dateiende. | ||
+</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- Kopernicus/src/Kopernicus/packages.config 2018-08-05 20:24:54.985643320 +0200 | ||
+++ Kopernicus-Backport/patches/src/Kopernicus/packages.config 2018-10-13 15:50:44.916145155 +0200 | ||
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
- <package id="Assembly-CSharp" version="{BASE}" targetFramework="net35" /> | ||
- <package id="ModularFlightIntegrator" version="{MFIBASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine.UI" version="{BASE}" targetFramework="net35" /> | ||
+ <package id="Assembly-CSharp" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="ModularFlightIntegrator" version="{MFIBACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine.UI" version="{BACKPORT}" targetFramework="net35" /> | ||
</packages> | ||
\ Kein Zeilenumbruch am Dateiende. |
50 changes: 50 additions & 0 deletions
50
patches/src/external/config-parser/src/Kopernicus.Parser.csproj.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- Kopernicus/src/external/config-parser/src/Kopernicus.Parser.csproj 2018-08-05 20:24:58.665552562 +0200 | ||
+++ Kopernicus-Backport/patches/src/external/config-parser/src/Kopernicus.Parser.csproj 2018-10-13 16:05:49.950054019 +0200 | ||
@@ -17,7 +17,7 @@ | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
- <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
+ <DefineConstants>DEBUG;TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
@@ -25,26 +25,26 @@ | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
- <DefineConstants>TRACE</DefineConstants> | ||
+ <DefineConstants>TRACE;{FLAG}</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\..\..\packages\Assembly-CSharp.{BASE}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
+ <HintPath>..\..\..\..\packages\Assembly-CSharp.{BACKPORT}\lib\net35\Assembly-CSharp.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\..\..\packages\UnityEngine.{BASE}\lib\net35\UnityEngine.dll</HintPath> | ||
+ <HintPath>..\..\..\..\packages\UnityEngine.{BACKPORT}\lib\net35\UnityEngine.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> | ||
- <HintPath>..\..\..\..\packages\UnityEngine.UI.{BASE}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
+ <HintPath>..\..\..\..\packages\UnityEngine.UI.{BACKPORT}\lib\net35\UnityEngine.UI.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
- </ItemGroup> | ||
+ </ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Attributes\ParserTarget.cs" /> | ||
<Compile Include="Attributes\ParserTargetCollection.cs" /> | ||
@@ -84,4 +84,4 @@ | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
-</Project> | ||
\ Kein Zeilenumbruch am Dateiende. | ||
+</Project> |
13 changes: 13 additions & 0 deletions
13
patches/src/external/config-parser/src/packages.config.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- Kopernicus/src/external/config-parser/src/packages.config 2018-08-05 20:24:58.665552562 +0200 | ||
+++ Kopernicus-Backport/patches/src/external/config-parser/src/packages.config 2018-10-13 16:05:49.950054019 +0200 | ||
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
- <package id="Assembly-CSharp" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine" version="{BASE}" targetFramework="net35" /> | ||
- <package id="UnityEngine.UI" version="{BASE}" targetFramework="net35" /> | ||
+ <package id="Assembly-CSharp" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine" version="{BACKPORT}" targetFramework="net35" /> | ||
+ <package id="UnityEngine.UI" version="{BACKPORT}" targetFramework="net35" /> | ||
</packages> | ||
\ Kein Zeilenumbruch am Dateiende. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FLAG="KSP131" | ||
VERSION="1.3.1-7" | ||
MFI="1.2.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FLAG="KSP145" | ||
VERSION="1.4.5-4" | ||
MFI="1.2.5.2" |