From 632e3cd9e751705e7138f94fc2e00d876310cab4 Mon Sep 17 00:00:00 2001 From: Bob Palmer Date: Wed, 14 Sep 2016 19:08:49 -0400 Subject: [PATCH] 7.3 Pre - 1.2 Compatibility Fixes --- Firespitter/Firespitter.csproj | 15 ++--- Firespitter/Properties/AssemblyInfo.cs | 2 +- Firespitter/aero/FSwingBase.cs | 4 +- Firespitter/aero/FSwingletRangeAdjustment.cs | 4 +- Firespitter/cockpit/FSfuelGauge.cs | 8 ++- Firespitter/cockpit/FSmonitorInterface.cs | 4 +- Firespitter/customization/FSfuelSwitch.cs | 12 ++-- Firespitter/tools/FSversionCheck.cs | 62 +++++++++---------- .../wheel/FSexternalLandingGearControl.cs | 16 +++-- 9 files changed, 66 insertions(+), 61 deletions(-) diff --git a/Firespitter/Firespitter.csproj b/Firespitter/Firespitter.csproj index d6b9868e..1789e290 100644 --- a/Firespitter/Firespitter.csproj +++ b/Firespitter/Firespitter.csproj @@ -17,7 +17,7 @@ true full false - bin\Debug\ + ..\..\..\KSP_DEV\GameData\Firespitter\Plugins\ DEBUG;TRACE prompt 4 @@ -33,25 +33,21 @@ 4 - + False ..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll - + False ..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp-firstpass.dll - - ..\..\..\KSP_DEV\KSP_Data\Managed\KSPUtil.dll - - - False + ..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll @@ -157,7 +153,8 @@ - copy Firespitter.dll D:\Dropbox\KSP_DEV\GameData\Firespitter\Plugins + "D:\Games\pdb2mdb\pdb2mdb.exe" "$(TargetFileName)" +