Skip to content

Commit

Permalink
Re-implement nuget pdb2mdb package. Cleanup of proj files for automat…
Browse files Browse the repository at this point in the history
…ion begun but not completed. Release processing needs work.

Added submodules REPOSoftTechKSPUtils in prep to add Common Library functions and Stock AppLauncher support.
  • Loading branch information
Jamie Leighton committed Aug 16, 2016
1 parent ab80151 commit 9055a9b
Show file tree
Hide file tree
Showing 12 changed files with 1,385 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "REPOSoftTechKSPUtils"]
path = REPOSoftTechKSPUtils
url = C:\\Users\\JamieLeighton\\Documents\\GitHub\\REPOSoftTechKSPUtils
Binary file modified GameData/ThunderAerospace/TacLifeSupport/TacLifeSupport.dll
Binary file not shown.
16 changes: 13 additions & 3 deletions GameData/ThunderAerospace/TacLifeSupport/TacLifeSupport.version
@@ -1,11 +1,21 @@
{
"NAME": "TAC Life Support",
"URL": "http://ksp-avc.cybutek.net/version.php?id=9",
"DOWNLOAD": "https://github.com/KSP-RO/TacLifeSupport/releases",
"VERSION": "0.12.2",
"DOWNLOAD": "",
"VERSION": "",
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": -1,
"PATCH": -1
}
}
}
2 changes: 1 addition & 1 deletion GameData/ThunderAerospace/TacLifeSupport_v.txt
@@ -1,3 +1,3 @@
You have installed the TAC Life Support, version ('0f56878'+'0f56878' with modifications).
You have installed the TAC Life Support, version ('ab80151'+'ab80151' with modifications).

See the Readme.txt and LICENSE.txt files for more information.
6 changes: 6 additions & 0 deletions KSPPath.inc
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<KSP Condition=" '$(KSP)' == '' ">$('$(PROGRAMFILES) (x86)')\Steam\steamapps\common\Kerbal Space Program</KSP>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions REPOSoftTechKSPUtils
Submodule REPOSoftTechKSPUtils added at 423183

0 comments on commit 9055a9b

Please sign in to comment.