From 5cb50f69252a7ceacc82aa96d8108f64dd210d96 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 22 Aug 2016 13:11:57 +0100 Subject: [PATCH] Add install and publish targets to msbuild project --- openrct2.proj | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/openrct2.proj b/openrct2.proj index ccaa0482b6..a5a912d22d 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -3,6 +3,15 @@ + + $(MsBuildThisFileDirectory) + $(RootDir)distribution\ + + + + + + @@ -12,4 +21,42 @@ + + + + + $(RootDir)artifacts\ + $(ArtifactsDir)temp + $(ArtifactsDir)openrct2.zip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +