From c4f927eb3aefb18eae15af3fba4e921374ff2fed Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 22 Aug 2016 00:09:45 +0100 Subject: [PATCH] Add a new msbuild project with a g2 target --- openrct2.proj | 15 +++++++++++++++ openrct2.vcxproj | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 openrct2.proj diff --git a/openrct2.proj b/openrct2.proj new file mode 100644 index 0000000000..ccaa0482b6 --- /dev/null +++ b/openrct2.proj @@ -0,0 +1,15 @@ + + + + + + + + + + + $(TargetDir)openrct2.exe + + + + diff --git a/openrct2.vcxproj b/openrct2.vcxproj index aa570a658c..362a44cd55 100644 --- a/openrct2.vcxproj +++ b/openrct2.vcxproj @@ -1,5 +1,5 @@  - +