diff --git a/Source/PartTweaker.csproj b/Source/PartTweaker.csproj index 9f05ec0..a4a92a2 100644 --- a/Source/PartTweaker.csproj +++ b/Source/PartTweaker.csproj @@ -22,7 +22,7 @@ OnBuildSuccess - AnyCPU + x64 4194304 False Auto @@ -46,26 +46,25 @@ TRACE obj\ Project - bin\Release\SurfaceLights.xml - Q:\KSP_Data\Managed\Assembly-CSharp.dll + Q:\KSP_x64_Data\Managed\Assembly-CSharp.dll False - Q:\KSP_Data\Managed\System.dll + Q:\KSP_x64_Data\Managed\System.dll False - Q:\KSP_Data\Managed\System.Core.dll + Q:\KSP_x64_Data\Managed\System.Core.dll - Q:\KSP_Data\Managed\UnityEngine.dll + Q:\KSP_x64_Data\Managed\UnityEngine.dll False - Q:\KSP_Data\Managed\UnityEngine.UI.dll + Q:\KSP_x64_Data\Managed\UnityEngine.UI.dll False diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index f0b1959..a167d02 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -24,8 +24,8 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion ("1.2.0")] -[assembly: AssemblyInformationalVersion ("1.2.0 for KSP v1.2")] +[assembly: AssemblyVersion ("1.4.0")] +[assembly: AssemblyInformationalVersion ("1.4.0 for KSP v1.5+")] [assembly: Guid ("538f23dc-dfc0-4a78-a234-4af3269ae0fa")] -[assembly: KSPAssembly ("KSPDev_PartTweaker", 1, 0)] +[assembly: KSPAssembly ("KSPDev_PartTweaker", 1, 4)] [assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]