From 05737fdd74aea2a397288675e93c80ed76e9aa03 Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 2 Dec 2016 14:42:40 +0000 Subject: [PATCH] Add test target --- openrct2.proj | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index a10de00194..ee68eea4b4 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -55,7 +55,6 @@ OpenRCT2-$(Version)$(VersionExtra)-windows-$(Platform.ToLower()) - Configuration=$(Configuration) $(SlnProperties);Platform=$(Platform) $(SlnProperties);OPENRCT2_CL_ADDITIONALOPTIONS=$(OPENRCT2_CL_ADDITIONALOPTIONS) @@ -149,6 +148,9 @@ + + $(SlnProperties);Configuration=$(Configuration) + @@ -180,15 +182,33 @@ + + $(SlnProperties);Configuration=$(Configuration) + + + $(SlnProperties);Configuration=$(Configuration) + + + + DebugTests + ReleaseTests + $(SlnProperties);Configuration=$(Configuration) + + + + - + + + +