From 1cfe9ed5125a0aeb38fa394d652582cb786c075f Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Sun, 4 Sep 2016 18:32:24 -0500 Subject: [PATCH] Common csproj: Use MSBuild tasks instead of shelling out --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 47 ++++++++++---------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index f7b5de4468..0a38d5fa82 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -24,12 +24,6 @@ x86 true AllRules.ruleset - - - - - - true @@ -41,12 +35,6 @@ prompt AllRules.ruleset true - - - - - - @@ -784,16 +772,29 @@ - - mkdir "$(SolutionDir)mods/common/" -copy "$(TargetPath)" "$(SolutionDir)mods/common/" -cd "$(SolutionDir)" - - + + + - --> - \ No newline at end of file +