Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
* KSP 1.5 compatibility
* x64 profile
  • Loading branch information
ihsoft committed Oct 17, 2018
1 parent 5236411 commit 6aa8612
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions Source/PartTweaker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<BaseAddress>4194304</BaseAddress>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
Expand All @@ -46,26 +46,25 @@
<DefineConstants>TRACE</DefineConstants>
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<StartAction>Project</StartAction>
<DocumentationFile>bin\Release\SurfaceLights.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>Q:\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>Q:\KSP_Data\Managed\System.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Core">
<HintPath>Q:\KSP_Data\Managed\System.Core.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\System.Core.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>Q:\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>Q:\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 6aa8612

Please sign in to comment.