Skip to content

Commit

Permalink
Showing 3 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@
// 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("0.55.0.0")]
[assembly: AssemblyFileVersion("0.55.0.0")]
[assembly: AssemblyVersion("1.00.0.0")]
[assembly: AssemblyFileVersion("1.00.0.0")]

[assembly: KSPAssembly("RP-0", 0, 55)]
[assembly: KSPAssembly("RP-0", 1, 00)]
[assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)]
10 changes: 8 additions & 2 deletions Source/RP0.csproj
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\GameData\RP-0\Plugins\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -92,6 +92,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tooling\ModuleToolingDiamLen.cs" />
<Compile Include="Tooling\ModuleTooling.cs" />
<Compile Include="Tooling\ModuleToolingStockFairing.cs" />
<Compile Include="Tooling\ModuleToolingPFSide.cs" />
<Compile Include="Tooling\ModuleToolingGeneric.cs" />
<Compile Include="Tooling\ModuleToolingSSTUTank.cs" />
@@ -111,21 +112,26 @@
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ModularFlightIntegrator">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - TESTING\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\..\..\..\Games\Kerbal Space Program 1.3.1 - RO\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7 changes: 5 additions & 2 deletions Source/RP0.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RP0", "RP0.csproj", "{997854F8-4EFB-4A78-87BC-F7C8CEA64669}"
EndProject
@@ -45,4 +45,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {582AA027-44A6-4545-872A-F850689001A2}
EndGlobalSection
EndGlobal

0 comments on commit 2ad45c4

Please sign in to comment.