From 5a6f153db0efb3ea77987b14764cd5582e3e7088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 22 Aug 2013 22:30:37 +0200 Subject: [PATCH 1/2] add PostBuildEvent to TS fixes #3689 --- OpenRA.Mods.TS/OpenRA.Mods.TS.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj b/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj index 3ee58da491..7852c2ca79 100644 --- a/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj +++ b/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj @@ -56,4 +56,9 @@ + + mkdir "$(SolutionDir)mods/ts/" +copy "$(TargetPath)" "$(SolutionDir)mods/ts/" +cd "$(SolutionDir)" + \ No newline at end of file From 02984108edac22569eeaad669ed19c1057e2f501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 22 Aug 2013 22:41:02 +0200 Subject: [PATCH 2/2] add commented AfterBuild target as all the others also have it --- OpenRA.Mods.TS/OpenRA.Mods.TS.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj b/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj index 7852c2ca79..09e5fd4c20 100644 --- a/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj +++ b/OpenRA.Mods.TS/OpenRA.Mods.TS.csproj @@ -56,6 +56,13 @@ + mkdir "$(SolutionDir)mods/ts/" copy "$(TargetPath)" "$(SolutionDir)mods/ts/"