From ee58df52885b8a0c62ff40a04696e8c75666df34 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Fri, 30 Sep 2022 17:02:35 -0400 Subject: [PATCH 1/9] csproj updates: -standardized reference paths -updated for new unity libs -.net 4.8 and debugging enabled --- source/KerbalSports/KerbalSports.csproj | 71 ++++++++++++++++--------- 1 file changed, 47 insertions(+), 24 deletions(-) diff --git a/source/KerbalSports/KerbalSports.csproj b/source/KerbalSports/KerbalSports.csproj index ee626b8..8355957 100644 --- a/source/KerbalSports/KerbalSports.csproj +++ b/source/KerbalSports/KerbalSports.csproj @@ -9,13 +9,13 @@ Properties KerbalSports KerbalSports - v3.5 + v4.8 512 true - full + portable false bin\Debug\ DEBUG;TRACE @@ -23,35 +23,58 @@ 4 - pdbonly + portable true bin\Release\ TRACE prompt 4 + + Always + + + + + + + KSP_x64.exe + KSP.app + KSP.x86_64 + KSP_x64_Data\Managed + KSP.app\Contents\Resources\Data\Managed + KSP_Data\Managed + $(ReferencePath)\$(ManagedRelativePath) + Program + $(ReferencePath)\$(KSPExecutable) + $(ReferencePath) + - - False - ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll - - - False - ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp-firstpass.dll - - - - - - - False - ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll + + false - - False - ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll + + false + + + false + + + false + + + false + + + false + + + false + + + false @@ -67,10 +90,10 @@ - - copy /y "$(TargetPath)" "$(SolutionDir)..\GameData\KerbalSports\" -copy /y "$(TargetPath)" "C:\Program Files (x86)\Kerbal Space Program\GameData\KerbalSports\" + +copy /y "$(TargetPath)" "$(SolutionDir)..\GameData\KerbalSports\" +