From 2d802b2c89453310a334bfe6f588bd0b6f467307 Mon Sep 17 00:00:00 2001 From: DRVeyl Date: Sun, 11 Apr 2021 12:20:18 -0400 Subject: [PATCH] Add Project References --- .../FerramAerospaceResearch.Base.csproj | 18 ++++++++++++++++++ .../FerramAerospaceResearch.csproj | 19 ++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/FerramAerospaceResearch.Base/FerramAerospaceResearch.Base.csproj b/FerramAerospaceResearch.Base/FerramAerospaceResearch.Base.csproj index 28ce2c707..455104051 100644 --- a/FerramAerospaceResearch.Base/FerramAerospaceResearch.Base.csproj +++ b/FerramAerospaceResearch.Base/FerramAerospaceResearch.Base.csproj @@ -36,6 +36,22 @@ + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\Unity.Burst.dll + + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\Unity.Burst.Unsafe.dll + + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\\Unity.Collections.dll + + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\Unity.Mathematics.dll + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.dll @@ -119,10 +135,12 @@ + + diff --git a/FerramAerospaceResearch/FerramAerospaceResearch.csproj b/FerramAerospaceResearch/FerramAerospaceResearch.csproj index 6ff36f8ce..eba953e2e 100644 --- a/FerramAerospaceResearch/FerramAerospaceResearch.csproj +++ b/FerramAerospaceResearch/FerramAerospaceResearch.csproj @@ -21,7 +21,7 @@ portable false $(SolutionDir)bin\$(Configuration)\ - DEBUG;TRACE;ASSERT;LOG_TRACE + DEBUG;TRACE;ASSERT;LOG_TRACE;ENABLE_PROFILER prompt 4 true @@ -54,7 +54,18 @@ False ..\GameData\FerramAerospaceResearch\Plugins\Scale_Redist.dll - + + + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\System.Runtime.CompilerServices.Unsafe.dll + + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\Unity.Collections.dll + + + False + $(KSP_DIR_BUILD)GameData\000_KSPBurst\Plugins\Unity.Mathematics.dll + False $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.dll @@ -90,6 +101,7 @@ + @@ -178,6 +190,7 @@ + @@ -215,4 +228,4 @@ --> - + \ No newline at end of file