From fab8dce9ccaf0c136137f62e7949dfc84d93e344 Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 2 Dec 2016 01:00:57 +0000 Subject: [PATCH] Move file listing to the bottom of openrct2.vcxproj --- openrct2.vcxproj | 64 +++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/openrct2.vcxproj b/openrct2.vcxproj index c1bf2508e9..dcd7a97007 100644 --- a/openrct2.vcxproj +++ b/openrct2.vcxproj @@ -18,6 +18,38 @@ x64 + + {D24D94F6-2A74-480C-B512-629C306CE92F} + openrct2 + openrct2 + + + Application + + + + DynamicLibrary + + + StaticLibrary + + + + + USE_BREAKPAD;%(PreprocessorDefinitions) + __NOENTRYPOINT__;%(PreprocessorDefinitions) + + + + + $(IntDir)\%(RelativeDir) + $(OPENRCT2_CL_ADDITIONALOPTIONS) + + + Console + + + @@ -536,36 +568,6 @@ - - {D24D94F6-2A74-480C-B512-629C306CE92F} - openrct2 - openrct2 - - - Application - - - - DynamicLibrary - - - StaticLibrary - - - - - USE_BREAKPAD;%(PreprocessorDefinitions) - __NOENTRYPOINT__;%(PreprocessorDefinitions) - - - - - $(IntDir)\%(RelativeDir) - $(OPENRCT2_CL_ADDITIONALOPTIONS) - - - Console - - + \ No newline at end of file