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