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)" /> + +