From bc698fdc4cd842ebd83ee0b39ce9b47fbf53ba86 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 22 Aug 2016 21:45:36 +0100 Subject: [PATCH] Refactor msbuild targets --- openrct2.proj | 78 +++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 36 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index b8f662a925..2f961de628 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -12,16 +12,41 @@ $(RootDir)distribution\ $(RootDir)artifacts\ + $(TargetDir)openrct2.dll + $(TargetDir)openrct2.exe + $(TargetPath) $(TargetDir)data\g2.dat $(DistDir)windows\code-sign-key-openrct2.org.pfx http://timestamp.comodoca.com/authenticode + + $(ArtifactsDir)openrct2.zip + $(ArtifactsDir)openrct2-symbols.zip + $(ArtifactsDir)openrct2-symbols-$(GitSha1Short).zip - - + + + + + + + + + + + + + + + + + + + + @@ -30,20 +55,21 @@ + + - - - $(TargetDir)openrct2.exe - - + + - + - + $(ArtifactsDir)temp - $(ArtifactsDir)openrct2.zip - - - - - - - - - - - - @@ -81,27 +94,20 @@ - <_7z Output="$(OutZip)" Inputs="$(TempDir)\*" /> + <_7z Output="$(PublishZip)" Inputs="$(TempDir)\*" /> - - - $(ArtifactsDir)openrct2-symbols - $(ArtifactsDir)openrct2-symbols-$(GitSha1Short).zip - - - - - - + + - - - <_7z Output="$(OutZip)" Inputs="@(SymbolItems)" /> + <_7z Output="$(PublishSymbolsZip)" Inputs="@(SymbolItems)" /> + +