Skip to content

Commit 4e67d43

Browse files
author
Nate West
committed
KSP 1.9.1 Compatibility
1 parent 50700f2 commit 4e67d43

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed
0 Bytes
Binary file not shown.

TimeControl/TimeControl.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,26 +101,26 @@
101101
</ItemGroup>
102102
<ItemGroup>
103103
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
104-
<HintPath>..\packages\Assembly-CSharp.1.8.1\lib\Assembly-CSharp.dll</HintPath>
104+
<HintPath>..\packages\Assembly-CSharp.1.9.1\lib\Assembly-CSharp.dll</HintPath>
105105
</Reference>
106106
<Reference Include="System" />
107107
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
108-
<HintPath>..\packages\UnityEngine.1.8.1\lib\UnityEngine.dll</HintPath>
108+
<HintPath>..\packages\UnityEngine.1.9.1\lib\UnityEngine.dll</HintPath>
109109
</Reference>
110110
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
111-
<HintPath>..\packages\UnityEngine.AnimationModule.1.8.1\lib\UnityEngine.AnimationModule.dll</HintPath>
111+
<HintPath>..\packages\UnityEngine.AnimationModule.1.9.1\lib\UnityEngine.AnimationModule.dll</HintPath>
112112
</Reference>
113113
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
114-
<HintPath>..\packages\UnityEngine.CoreModule.1.8.1\lib\UnityEngine.CoreModule.dll</HintPath>
114+
<HintPath>..\packages\UnityEngine.CoreModule.1.9.1\lib\UnityEngine.CoreModule.dll</HintPath>
115115
</Reference>
116116
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
117-
<HintPath>..\packages\UnityEngine.IMGUIModule.1.8.1\lib\UnityEngine.IMGUIModule.dll</HintPath>
117+
<HintPath>..\packages\UnityEngine.IMGUIModule.1.9.1\lib\UnityEngine.IMGUIModule.dll</HintPath>
118118
</Reference>
119119
<Reference Include="UnityEngine.InputLegacyModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
120-
<HintPath>..\packages\UnityEngine.InputLegacyModule.1.8.1\lib\UnityEngine.InputLegacyModule.dll</HintPath>
120+
<HintPath>..\packages\UnityEngine.InputLegacyModule.1.9.1\lib\UnityEngine.InputLegacyModule.dll</HintPath>
121121
</Reference>
122122
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
123-
<HintPath>..\packages\UnityEngine.UI.1.8.1\lib\UnityEngine.UI.dll</HintPath>
123+
<HintPath>..\packages\UnityEngine.UI.1.9.1\lib\UnityEngine.UI.dll</HintPath>
124124
</Reference>
125125
</ItemGroup>
126126
<ItemGroup>
@@ -163,7 +163,7 @@ goto :exit
163163

164164
:debug
165165

166-
SET KSPTest=L:\KSP\KSP1.8.1
166+
SET KSPTest=L:\KSP\KSP1.9.1
167167

168168
SET GameDataTarget=%25KSPTest%25\GameData\TimeControl
169169
IF EXIST %25GameDataTarget%25 (

TimeControl/packages.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Assembly-CSharp" version="1.8.1" targetFramework="net35-unity subset v3.5" />
4-
<package id="UnityEngine" version="1.8.1" targetFramework="net35-unity subset v3.5" />
5-
<package id="UnityEngine.AnimationModule" version="1.8.1" targetFramework="net35-unity subset v3.5" />
6-
<package id="UnityEngine.CoreModule" version="1.8.1" targetFramework="net35-unity subset v3.5" />
7-
<package id="UnityEngine.IMGUIModule" version="1.8.1" targetFramework="net35-unity subset v3.5" />
8-
<package id="UnityEngine.InputLegacyModule" version="1.8.1" targetFramework="net35-unity subset v3.5" />
9-
<package id="UnityEngine.UI" version="1.8.1" targetFramework="net35-unity subset v3.5" />
3+
<package id="Assembly-CSharp" version="1.9.1" targetFramework="net40" />
4+
<package id="UnityEngine" version="1.9.1" targetFramework="net40" />
5+
<package id="UnityEngine.AnimationModule" version="1.9.1" targetFramework="net40" />
6+
<package id="UnityEngine.CoreModule" version="1.9.1" targetFramework="net40" />
7+
<package id="UnityEngine.IMGUIModule" version="1.9.1" targetFramework="net40" />
8+
<package id="UnityEngine.InputLegacyModule" version="1.9.1" targetFramework="net40" />
9+
<package id="UnityEngine.UI" version="1.9.1" targetFramework="net40" />
1010
</packages>

0 commit comments

Comments
 (0)