From 93559b3e59adcfd819f13950082f78f72bee939f Mon Sep 17 00:00:00 2001 From: Stonesmile <62522391+StonesmileGit@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:22:44 +0200 Subject: [PATCH] Change EGC project to use KSPRoot-relative paths --- .../EngineGroupController.csproj | 52 +++++++++++++------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/Source/EngineGroupController/EngineGroupController.csproj b/Source/EngineGroupController/EngineGroupController.csproj index 341b3313b6..bf0bfb5667 100644 --- a/Source/EngineGroupController/EngineGroupController.csproj +++ b/Source/EngineGroupController/EngineGroupController.csproj @@ -32,32 +32,52 @@ 4 - - d:\Games\Kerbal_1.0.4_RSS\KSP_Data\Managed\Assembly-CSharp.dll + + $(ReferencePath)/Assembly-CSharp.dll False - - d:\Games\Kerbal_1.0.4_RSS\KSP_Data\Managed\Assembly-CSharp-firstpass.dll + + $(ReferencePath)/Assembly-CSharp-firstpass.dll False - - - - - - - - d:\Games\Kerbal_1.0.4_RSS\KSP_Data\Managed\UnityEngine.dll + + $(ReferencePath)/System.dll False - + + $(ReferencePath)/System.Core.dll False - + + $(ReferencePath)/System.Xml.Linq.dll False - - d:\Games\Kerbal_1.0.4_RSS\KSP_Data\Managed\UnityEngine.UI.dll + + $(ReferencePath)/System.Data.DataSetExtensions.dll + False + + + $(ReferencePath)/System.Data.dll + False + + + $(ReferencePath)/System.Xml.dll + False + + + $(ReferencePath)/UnityEngine.dll + False + + + $(ReferencePath)/UnityEngine.AnimationModule.dll + False + + + $(ReferencePath)/UnityEngine.CoreModule.dll + False + + + $(ReferencePath)/UnityEngine.UI.dll False