From e487cec14f36bebc9022c52c3084363e8a8e430b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com>
Date: Tue, 22 Apr 2025 02:21:54 +0300
Subject: [PATCH] Make the g2 task shared, remove duplication
---
openrct2.proj | 28 ++----
openrct2.targets | 121 ++++++++++++++++++++++++
src/openrct2-data/openrct2-data.vcxproj | 111 +---------------------
3 files changed, 129 insertions(+), 131 deletions(-)
diff --git a/openrct2.proj b/openrct2.proj
index f73f372339..b5f498665d 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -8,9 +8,6 @@
- OPENRCT2_DESCRIBE
-->
-
-
-
Debug
x64
@@ -27,7 +24,6 @@
$(RootDir)bin\
$(TargetDir)openrct2.exe
- $(TargetDir)data\g2.dat
$(SlnProperties);Platform=$(Platform)
@@ -55,10 +51,6 @@
6061B53DE346BD853BB997E635AC7374B1A7D2F0
-
-
-
-
-
+
@@ -97,24 +89,14 @@
$(SlnProperties);Configuration=$(Configuration)
-
+
$(SlnProperties);Configuration=$(Configuration)
-
-
-
-
-
-
-
-
-
+
@@ -161,4 +143,8 @@
CheckFile="$(DependenciesCheckFile)"
OutputDirectory="$(TargetDir)testdata\replays" />
+
+
+
+
diff --git a/openrct2.targets b/openrct2.targets
index dc3271132c..4611366500 100644
--- a/openrct2.targets
+++ b/openrct2.targets
@@ -329,4 +329,125 @@
+
+
+
+ $(MSBuildThisFileDirectory)
+ $(SolutionDir)bin\
+
+
+ openrct2-cli
+ $(SolutionDir)src\$(CLIProjectName)\$(CLIProjectName).vcxproj
+ $(OutDir)$(CLIProjectName).exe
+
+
+ $(OutDir)data\
+
+ $(SolutionDir)data\language\
+ $(SolutionDir)data\shaders\
+ $(SolutionDir)data\scenario_patches\
+ $(SolutionDir)resources\g2\
+ $(ResourcesG2Path)sprites.json
+ $(OutDir)data\
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/openrct2-data/openrct2-data.vcxproj b/src/openrct2-data/openrct2-data.vcxproj
index 591ffd9478..55f4bf7315 100644
--- a/src/openrct2-data/openrct2-data.vcxproj
+++ b/src/openrct2-data/openrct2-data.vcxproj
@@ -56,115 +56,6 @@
$(SolutionDir)bin;$(LibraryPath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file