From 5308a25ab95f06b4261b8a99134ce4e9d7e02d2c Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Sun, 4 Sep 2016 18:30:09 -0500 Subject: [PATCH] D2k csproj: Use MSBuild tasks instead of shelling out --- OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj | 43 ++++++++++++++++---------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj b/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj index 7baf4c5cc0..50c76c26fc 100644 --- a/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj +++ b/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj @@ -39,12 +39,6 @@ x86 prompt bin\Debug\ - - - - - - TRACE;DEBUG; AllRules.ruleset true @@ -59,12 +53,6 @@ prompt AllRules.ruleset true - - - - - - @@ -101,7 +89,6 @@ - mkdir "$(SolutionDir)mods/d2k/" copy "$(TargetPath)" "$(SolutionDir)mods/d2k/" @@ -136,6 +123,30 @@ cd "$(SolutionDir)" true - - - \ No newline at end of file + + + + + + + + + +