Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DeepFreeze/DeepFreeze.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"DeepFreeze","URL":"http://ksp-avc.cybutek.net/version.php?id=81","DOWNLOAD":"https://github.com/ScottPaladin/DeepFreeze/releases","VERSION":{"MAJOR":0,"MINOR":13,"PATCH":1,"BUILD":0},"KSP_VERSION":{"MAJOR":0,"MINOR":25,"PATCH":0}}
{"NAME":"DeepFreeze","URL":"http://ksp-avc.cybutek.net/version.php?id=81","DOWNLOAD":"https://github.com/ScottPaladin/DeepFreeze/releases","VERSION":{"MAJOR":0,"MINOR":13,"PATCH":3,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":4}}
Binary file modified DeepFreeze/Plugins/DeepFreeze.dll
Binary file not shown.
9 changes: 5 additions & 4 deletions Source/DeepFreeze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\Visual Studio 2013\Projects\FP-Test\FP-Test\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
<HintPath>E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -42,8 +44,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\Visual Studio 2013\Projects\FP-Test\FP-Test\UnityEngine.dll</HintPath>
<Private>False</Private>
<HintPath>E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
22 changes: 22 additions & 0 deletions Source/DeepFreeze.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepFreeze", "DeepFreeze.csproj", "{A4B40FD9-3062-4913-9C6D-1980FA813B9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]