diff --git a/projects/openrct2.vcxproj b/projects/openrct2.vcxproj
index 8f816b7700..d575657eec 100644
--- a/projects/openrct2.vcxproj
+++ b/projects/openrct2.vcxproj
@@ -378,8 +378,8 @@
winmm.lib;sdl2.lib;%(AdditionalDependencies)
- "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\\..\\Data\\g2.dat" "$(SolutionDir)\\..\\Resources\\g2\\"
-xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
+ "$(TargetDir)openrct2.exe" sprite build "$(SolutionDir)..\Data\g2.dat" "$(SolutionDir)..\Resources\g2"
+xcopy /YS "$(SolutionDir)..\Data" "$(TargetDir)Data"
Build g2.dat and copy the Data directory.
@@ -410,8 +410,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
/ignore:4099 %(AdditionalOptions)
- "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\"
-xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
+ "$(TargetDir)openrct2.exe" sprite build "$(SolutionDir)..\Data\g2.dat" "$(SolutionDir)..\Resources\g2"
+xcopy /YS "$(SolutionDir)..\Data" "$(TargetDir)Data"
Build g2.dat and copy the Data directory.
@@ -451,8 +451,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
Windows
- "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\"
-xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
+ "$(TargetDir)openrct2.exe" sprite build "$(SolutionDir)..\Data\g2.dat" "$(SolutionDir)..\Resources\g2"
+xcopy /YS "$(SolutionDir)..\Data" "$(TargetDir)Data"
Build g2.dat and copy the Data directory.
@@ -490,8 +490,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
/ignore:4099 %(AdditionalOptions)
- "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\"
-xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"
+ "$(TargetDir)openrct2.exe" sprite build "$(SolutionDir)..\Data\g2.dat" "$(SolutionDir)..\Resources\g2"
+xcopy /YS "$(SolutionDir)..\Data" "$(TargetDir)Data"
Build g2.dat and copy the Data directory.