Skip to content

Commit

Permalink
1.3.1 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
gomker committed Oct 23, 2017
1 parent 901c72a commit cd65558
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
Binary file modified Distribution/GameData/VesselMover/Plugins/VesselMover.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion LocalDev/ksp_dir.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
S:\Games\KSP_1.3_Debug
S:\Games\KSP_1.3.1_Debug
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
[assembly: AssemblyVersion("1.6.2.0")]
[assembly: AssemblyFileVersion("1.6.2.0")]
Empty file modified VesselMove.cs
100644 → 100755
Empty file.
30 changes: 20 additions & 10 deletions VesselMover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,31 @@
<Compile Include="VMUtils.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\KSP\1.3\Assembly-CSharp.dll</HintPath>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\KSP\1.3.1\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\KSP\1.3\Assembly-CSharp-firstpass.dll</HintPath>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\KSP\1.3.1\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPAssets">
<HintPath>..\KSP\1.3\KSPAssets.dll</HintPath>
<Reference Include="KSPAssets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\KSP\1.3.1\KSPAssets.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>..\KSP\1.3\UnityEngine.dll</HintPath>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\KSP\1.3.1\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\KSP\1.3\UnityEngine.UI.dll</HintPath>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\KSP\1.3.1\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit cd65558

Please sign in to comment.