From 926436aedfe9ea985155b7928e9bf5305ef4515c Mon Sep 17 00:00:00 2001
From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>
Date: Mon, 14 Nov 2022 00:58:26 +0100
Subject: [PATCH] Build debug binaries into game dir
---
r5dev/vproj/clientsdk.vcxproj | 2 +-
r5dev/vproj/dedicated.vcxproj | 2 +-
r5dev/vproj/gamesdk.vcxproj | 2 +-
r5dev/vproj/naveditor.vcxproj | 2 +-
r5dev/vproj/netconsole.vcxproj | 2 +-
r5dev/vproj/sdklauncher.vcxproj | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/r5dev/vproj/clientsdk.vcxproj b/r5dev/vproj/clientsdk.vcxproj
index 29bc4a20..755738bc 100644
--- a/r5dev/vproj/clientsdk.vcxproj
+++ b/r5dev/vproj/clientsdk.vcxproj
@@ -596,7 +596,7 @@
$(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include
$(LibraryPath);$(DXSDK_DIR)Lib\x64
client
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\bin\x64_retail\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(VC_ReferencesPath_x64);
diff --git a/r5dev/vproj/dedicated.vcxproj b/r5dev/vproj/dedicated.vcxproj
index b985c68f..7f26c1ea 100644
--- a/r5dev/vproj/dedicated.vcxproj
+++ b/r5dev/vproj/dedicated.vcxproj
@@ -49,7 +49,7 @@
true
$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
$(LibraryPath)
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
diff --git a/r5dev/vproj/gamesdk.vcxproj b/r5dev/vproj/gamesdk.vcxproj
index 00eb2b3f..2356b761 100644
--- a/r5dev/vproj/gamesdk.vcxproj
+++ b/r5dev/vproj/gamesdk.vcxproj
@@ -625,7 +625,7 @@
$(IncludePath);$(DXSDK_DIR)Include;$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
$(LibraryPath);$(DXSDK_DIR)Lib\x64
gamesdk
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(VC_ReferencesPath_x64);
diff --git a/r5dev/vproj/naveditor.vcxproj b/r5dev/vproj/naveditor.vcxproj
index b685c7c4..66fa4e6b 100644
--- a/r5dev/vproj/naveditor.vcxproj
+++ b/r5dev/vproj/naveditor.vcxproj
@@ -107,7 +107,7 @@
true
$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\bin\
$(ProjectName)
diff --git a/r5dev/vproj/netconsole.vcxproj b/r5dev/vproj/netconsole.vcxproj
index 2ba4734e..11465353 100644
--- a/r5dev/vproj/netconsole.vcxproj
+++ b/r5dev/vproj/netconsole.vcxproj
@@ -127,7 +127,7 @@
true
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\bin\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
netcon64
$(SolutionDir)r5dev\;$(IncludePath);
diff --git a/r5dev/vproj/sdklauncher.vcxproj b/r5dev/vproj/sdklauncher.vcxproj
index 4ecfa23b..575834be 100644
--- a/r5dev/vproj/sdklauncher.vcxproj
+++ b/r5dev/vproj/sdklauncher.vcxproj
@@ -52,7 +52,7 @@
$(SolutionDir)r5dev\;$(IncludePath);
$(LibraryPath)
launcher
- $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\