From 8ffe9cdcf6e86036036f2e09345fded9c0b092e5 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sun, 18 Sep 2016 11:24:46 +0100 Subject: [PATCH] Pass build properties to openrct2.sln --- openrct2.proj | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index c5f67626b2..9650aa8985 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -56,6 +56,11 @@ $(ArtifactsDir)openrct2-installer$(PublishPostfix).exe OpenRCT2-$(Version)$(VersionExtra)-windows-$(Platform.ToLower()) + + + Configuration=$(Configuration) + $(SlnProperties);Platform=$(Platform) + $(SlnProperties);OPENRCT2_DEFINES=$(OPENRCT2_DEFINES) @@ -151,7 +156,7 @@ - + @@ -173,10 +178,10 @@ - + - +