From 58306e8055ff364360ac939f8e38b149a0b8c08b Mon Sep 17 00:00:00 2001 From: Ted John Date: Tue, 10 Apr 2018 18:00:02 +0100 Subject: [PATCH] Set tests output directory to bin This is the easiest way to allow the tests to use the OpenRCT2 data for msbuild. --- openrct2.proj | 4 ++-- test/tests/tests.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index 7cf86ea00c..6dc26809d6 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -186,8 +186,8 @@ - + diff --git a/test/tests/tests.vcxproj b/test/tests/tests.vcxproj index 79b4a83541..a2b91b3921 100644 --- a/test/tests/tests.vcxproj +++ b/test/tests/tests.vcxproj @@ -32,7 +32,7 @@ - $(SolutionDir)bin\tests\ + $(SolutionDir)bin\ $(GtestDir);$(GtestDir)\include;$(IncludePath) $(SolutionDir)bin;$(LibraryPath)