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