From dbd2ba8340b562968adf39e9b9ee3fbbb7181392 Mon Sep 17 00:00:00 2001 From: MOARdV Date: Tue, 16 Oct 2018 09:38:40 -0500 Subject: [PATCH] KSP 1.5.0 recompile And fix assembly paths. --- Source/AviationLights.csproj | 9 +++------ Source/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Source/AviationLights.csproj b/Source/AviationLights.csproj index 210e1de..a225454 100644 --- a/Source/AviationLights.csproj +++ b/Source/AviationLights.csproj @@ -32,18 +32,15 @@ - ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll - False + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll - ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll - False + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll - ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll - False + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index e652a80..c33d8e1 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.0.5")] +[assembly: AssemblyVersion("4.0.5.1")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from