From 4a7c5848ca8437bb40a65741dfbfffe37432ab58 Mon Sep 17 00:00:00 2001 From: Isak Naslund Date: Fri, 8 May 2020 09:51:10 +0200 Subject: [PATCH] Fixing complinace issues for csProj files --- .../GHManipulator_Alligator.csproj | 6 +++--- Grasshopper_Engine/Grasshopper_Engine.csproj | 9 ++++++--- Grasshopper_UI/Grasshopper_UI.csproj | 11 ++++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/GHManipulator_Alligator/GHManipulator_Alligator.csproj b/GHManipulator_Alligator/GHManipulator_Alligator.csproj index ade4ce13..4afc89dc 100644 --- a/GHManipulator_Alligator/GHManipulator_Alligator.csproj +++ b/GHManipulator_Alligator/GHManipulator_Alligator.csproj @@ -1,4 +1,4 @@ - + @@ -26,7 +26,7 @@ pdbonly true - bin\Release\ + ..\Build\ TRACE prompt 4 @@ -96,4 +96,4 @@ Copy "$(TargetDir)*.dll" "C:\Users\$(Username)\AppData\Roaming\Grasshopper\Libra --> - \ No newline at end of file + diff --git a/Grasshopper_Engine/Grasshopper_Engine.csproj b/Grasshopper_Engine/Grasshopper_Engine.csproj index 16a35dcb..cefbd126 100644 --- a/Grasshopper_Engine/Grasshopper_Engine.csproj +++ b/Grasshopper_Engine/Grasshopper_Engine.csproj @@ -1,4 +1,4 @@ - + @@ -27,7 +27,7 @@ pdbonly true - bin\Release\ + ..\Build\ TRACE prompt 4 @@ -49,6 +49,7 @@ ..\..\BHoM_Engine\Build\Data_Engine.dll + False ..\..\BHoM\Build\Dimensional_oM.dll @@ -69,6 +70,7 @@ ..\..\BHoM\Build\Graphics_oM.dll + False ..\packages\Grasshopper.0.9.76\lib\net35\Grasshopper.dll @@ -76,6 +78,7 @@ ..\..\BHoM\Build\Programming_oM.dll + False False @@ -179,4 +182,4 @@ Copy /Y "$(TargetDir)$(TargetName).dll" "$(AppData)\BHoM\Assemblies\$(TargetName --> - \ No newline at end of file + diff --git a/Grasshopper_UI/Grasshopper_UI.csproj b/Grasshopper_UI/Grasshopper_UI.csproj index 044aacd7..9a71fe77 100644 --- a/Grasshopper_UI/Grasshopper_UI.csproj +++ b/Grasshopper_UI/Grasshopper_UI.csproj @@ -1,4 +1,4 @@ - + Debug64 @@ -29,7 +29,7 @@ pdbonly true - bin\ + ..\Build\ TRACE prompt 4 @@ -56,12 +56,12 @@ ..\..\BHoM_UI\Build\BHoM_UI.dll False - + False ..\..\BHoM_Engine\Build\Data_Engine.dll False - + False ..\..\BHoM\Build\Data_oM.dll False @@ -100,6 +100,7 @@ ..\..\BHoM\Build\Programming_oM.dll + False False @@ -350,4 +351,4 @@ echo $(AppData)\BHoM\Assemblies\$(TargetName).gha > "$(AppData)\Grasshopper\L - \ No newline at end of file +