From 2793f5fcb1cf1e03f7004a9ecc821f2bc4cf26aa Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 26 Nov 2020 19:17:31 -0800 Subject: [PATCH] Fix DLL copying --- Source/ConformalDecals/ConformalDecals.csproj | 79 ++++++++----------- 1 file changed, 31 insertions(+), 48 deletions(-) diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index 2e59b75..ab0a0dd 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -1,72 +1,55 @@ - net48 8 false x64 1701;1702;CS0649;CS1591 - echo "hello world" - - - dlls\Assembly-CSharp.dll - - - dlls\KSPAssets.dll - - - dlls\Shabby.dll - - - dlls\UnityEngine.dll - - - dlls\UnityEngine.AnimationModule.dll - - - dlls\UnityEngine.AssetBundleModule.dll - - - dlls\UnityEngine.CoreModule.dll - - - dlls\UnityEngine.InputLegacyModule.dll - - - dlls\UnityEngine.PhysicsModule.dll - - - dlls\UnityEngine.TextCoreModule.dll - - - dlls\UnityEngine.TextRenderingModule.dll - - - dlls\UnityEngine.UI.dll - - - dlls\UnityEngine.UIElementsModule.dll - - - dlls\UnityEngine.UIModule.dll - + + dlls\Assembly-CSharp.dll + + + dlls\Shabby.dll + + + dlls\UnityEngine.dll + + + dlls\UnityEngine.AssetBundleModule.dll + + + dlls\UnityEngine.CoreModule.dll + + + dlls\UnityEngine.PhysicsModule.dll + + + dlls\UnityEngine.UI.dll + + + dlls\UnityEngine.UIModule.dll + - + - + - + + + + +