diff --git a/src/CommNetConstellation/CommNetConstellation.csproj b/src/CommNetConstellation/CommNetConstellation.csproj index 5dcb492..fca486a 100644 --- a/src/CommNetConstellation/CommNetConstellation.csproj +++ b/src/CommNetConstellation/CommNetConstellation.csproj @@ -1,6 +1,5 @@  - Debug AnyCPU @@ -16,7 +15,7 @@ true full false - bin\Debug\ + ..\..\GameData\CommNetConstellation\Plugins\ DEBUG;TRACE prompt 4 @@ -24,19 +23,19 @@ pdbonly true - bin\Release\ + ..\..\GameData\CommNetConstellation\Plugins\ TRACE prompt 4 - - False - D:\KSPTools\StockKSP1.3.1\KSP_x64_Data\Managed\Assembly-CSharp.dll + + Assembly-CSharp.dll + False - - False - D:\KSPTools\StockKSP1.3.1\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll + + Assembly-CSharp-firstpass.dll + False @@ -44,13 +43,13 @@ - - False - D:\KSPTools\StockKSP1.3.1\KSP_x64_Data\Managed\UnityEngine.dll + + UnityEngine.dll + False - - False - D:\KSPTools\StockKSP1.3.1\KSP_x64_Data\Managed\UnityEngine.UI.dll + + UnityEngine.UI.dll + False @@ -82,20 +81,4 @@ - - "D:\KSPTools\pdb2mdb\pdb2mdb.exe" "$(TargetFileName)" -xcopy /Y "$(TargetPath)" "E:\GitHub\CommNetConstellation\GameData\CommNetConstellation\Plugins" -xcopy /Y "$(TargetDir)$(TargetName).pdb" "E:\GitHub\CommNetConstellation\GameData\CommNetConstellation\Plugins" -xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "E:\GitHub\CommNetConstellation\GameData\CommNetConstellation\Plugins" -xcopy /Y "$(TargetPath)" "D:\KSPTools\StockKSP1.3.1\GameData\CommNetConstellation\Plugins" -xcopy /Y "$(TargetDir)$(TargetName).pdb" "D:\KSPTools\StockKSP1.3.1\GameData\CommNetConstellation\Plugins" -xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "D:\KSPTools\StockKSP1.3.1\GameData\CommNetConstellation\Plugins" - - \ No newline at end of file diff --git a/src/CommNetConstellation/CommNetConstellation.sln b/src/CommNetConstellation/CommNetConstellation.sln index 942633b..008c407 100644 --- a/src/CommNetConstellation/CommNetConstellation.sln +++ b/src/CommNetConstellation/CommNetConstellation.sln @@ -1,8 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommNetConstellation", "CommNetConstellation.csproj", "{F844673A-DEDA-4823-976D-65CEEECB31E4}" EndProject Global