diff --git a/r5dev/vproj/clientsdk.vcxproj b/r5dev/vproj/clientsdk.vcxproj
index e725881f..cbdb8ee8 100644
--- a/r5dev/vproj/clientsdk.vcxproj
+++ b/r5dev/vproj/clientsdk.vcxproj
@@ -659,7 +659,7 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include
+ $(IncludePath);$(DXSDK_DIR)Include
$(LibraryPath);$(DXSDK_DIR)Lib\x64
client
$(SolutionDir)game\bin\x64_retail\
@@ -668,7 +668,7 @@
false
- $(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include
+ $(IncludePath);$(DXSDK_DIR)Include
$(LibraryPath);$(DXSDK_DIR)Lib\x64
client
$(VC_ReferencesPath_x64);
@@ -688,6 +688,7 @@
stdcpp17
stdc17
/D GAMESDK /D CLIENT_DLL /D _CRT_SECURE_NO_WARNINGS /D CURL_STATICLIB %(AdditionalOptions)
+ $(SolutionDir)r5dev\
Windows
@@ -729,6 +730,7 @@
true
/D GAMESDK /D CLIENT_DLL /D _CRT_SECURE_NO_WARNINGS /D CURL_STATICLIB %(AdditionalOptions)
+ $(SolutionDir)r5dev\
Windows
diff --git a/r5dev/vproj/dedicated.vcxproj b/r5dev/vproj/dedicated.vcxproj
index d8e9abe7..0952eac3 100644
--- a/r5dev/vproj/dedicated.vcxproj
+++ b/r5dev/vproj/dedicated.vcxproj
@@ -47,15 +47,15 @@
true
- $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
- $(LibraryPath)
+ $(IncludePath);
+ $(LibraryPath);
$(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
false
- $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
- $(LibraryPath)
+ $(IncludePath);
+ $(LibraryPath);
$(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
@@ -70,6 +70,7 @@
core\stdafx.h
stdcpp17
stdc17
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -103,6 +104,7 @@
Speed
stdc17
false
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/gamesdk.vcxproj b/r5dev/vproj/gamesdk.vcxproj
index 152b25f6..799112e0 100644
--- a/r5dev/vproj/gamesdk.vcxproj
+++ b/r5dev/vproj/gamesdk.vcxproj
@@ -713,7 +713,7 @@
true
- $(IncludePath);$(DXSDK_DIR)Include;$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
+ $(IncludePath);$(DXSDK_DIR)Include
$(LibraryPath);$(DXSDK_DIR)Lib\x64
gamesdk
$(SolutionDir)game\
@@ -722,7 +722,7 @@
false
- $(IncludePath);$(DXSDK_DIR)Include;$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
+ $(IncludePath);$(DXSDK_DIR)Include
$(LibraryPath);$(DXSDK_DIR)Lib\x64
gamesdk
$(VC_ReferencesPath_x64);
@@ -742,6 +742,7 @@
stdcpp17
stdc17
/D GAMESDK /D _CRT_SECURE_NO_WARNINGS /D CURL_STATICLIB %(AdditionalOptions)
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Windows
@@ -783,6 +784,7 @@
true
/D GAMESDK /D _CRT_SECURE_NO_WARNINGS /D CURL_STATICLIB %(AdditionalOptions)
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Windows
diff --git a/r5dev/vproj/libcurl.vcxproj b/r5dev/vproj/libcurl.vcxproj
index a5fc4c1f..1ef86425 100644
--- a/r5dev/vproj/libcurl.vcxproj
+++ b/r5dev/vproj/libcurl.vcxproj
@@ -397,28 +397,28 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libcurl_x86
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libcurl_x86
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libcurl_x64
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libcurl_x64
@@ -431,7 +431,7 @@
true
/D _CRT_SECURE_NO_WARNINGS /D BUILDING_LIBCURL /D CURL_STATICLIB /D USE_WINDOWS_SSPI /D USE_SCHANNEL %(AdditionalOptions)
stdcpp17
- $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;%(AdditionalIncludeDirectories)
+ $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;$(SolutionDir)r5dev\;%(AdditionalIncludeDirectories)
Console
@@ -452,7 +452,7 @@
Speed
true
true
- $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;%(AdditionalIncludeDirectories)
+ $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;$(SolutionDir)r5dev\;%(AdditionalIncludeDirectories)
Console
@@ -469,7 +469,7 @@
true
/D _CRT_SECURE_NO_WARNINGS /D BUILDING_LIBCURL /D CURL_STATICLIB /D USE_WINDOWS_SSPI /D USE_SCHANNEL %(AdditionalOptions)
stdcpp17
- $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;%(AdditionalIncludeDirectories)
+ $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;$(SolutionDir)r5dev\;%(AdditionalIncludeDirectories)
Console
@@ -490,7 +490,7 @@
AnySuitable
Speed
true
- $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;%(AdditionalIncludeDirectories)
+ $(SolutionDir)r5dev\thirdparty\curl\include\;$(SolutionDir)r5dev\thirdparty\curl\;$(SolutionDir)r5dev\;%(AdditionalIncludeDirectories)
Console
diff --git a/r5dev/vproj/libdebugutils.vcxproj b/r5dev/vproj/libdebugutils.vcxproj
index c2e1a20c..e8d8fbaf 100644
--- a/r5dev/vproj/libdebugutils.vcxproj
+++ b/r5dev/vproj/libdebugutils.vcxproj
@@ -59,14 +59,14 @@
true
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdtdebugutils_x64
false
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdtdebugutils_x64
@@ -79,6 +79,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -99,6 +100,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/libdetour.vcxproj b/r5dev/vproj/libdetour.vcxproj
index 6677b6ea..dd8f3c11 100644
--- a/r5dev/vproj/libdetour.vcxproj
+++ b/r5dev/vproj/libdetour.vcxproj
@@ -67,14 +67,14 @@
true
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdtdetour_x64
false
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdtdetour_x64
@@ -87,6 +87,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -107,6 +108,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/libdetourcrowd.vcxproj b/r5dev/vproj/libdetourcrowd.vcxproj
index 3a96b890..bb9c4ec4 100644
--- a/r5dev/vproj/libdetourcrowd.vcxproj
+++ b/r5dev/vproj/libdetourcrowd.vcxproj
@@ -65,14 +65,14 @@
true
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetourcrowd_x64
false
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetourcrowd_x64
@@ -85,6 +85,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -105,6 +106,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/libdetours.vcxproj b/r5dev/vproj/libdetours.vcxproj
index 6c7aa6b6..35292b51 100644
--- a/r5dev/vproj/libdetours.vcxproj
+++ b/r5dev/vproj/libdetours.vcxproj
@@ -108,28 +108,28 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetours_x86
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetours_x86
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetours_x64
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetours_x64
@@ -142,6 +142,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -162,6 +163,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
@@ -178,6 +180,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -198,6 +201,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/libdetourtilecache.vcxproj b/r5dev/vproj/libdetourtilecache.vcxproj
index 29025b0a..195271f8 100644
--- a/r5dev/vproj/libdetourtilecache.vcxproj
+++ b/r5dev/vproj/libdetourtilecache.vcxproj
@@ -55,14 +55,14 @@
true
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetourtilecache_x64
false
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libdetourtilecache_x64
@@ -75,6 +75,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -95,6 +96,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/libimgui.vcxproj b/r5dev/vproj/libimgui.vcxproj
index 1ac287ed..a66321cc 100644
--- a/r5dev/vproj/libimgui.vcxproj
+++ b/r5dev/vproj/libimgui.vcxproj
@@ -142,28 +142,28 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libimgui_x86
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libimgui_x86
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libimgui_x64
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libimgui_x64
@@ -176,6 +176,7 @@
true
/D _CRT_SECURE_NO_WARNINGS /D BUILDING_LIBIMGUI %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -196,6 +197,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
@@ -212,6 +214,7 @@
true
/D _CRT_SECURE_NO_WARNINGS /D BUILDING_LIBIMGUI %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -232,6 +235,7 @@
AnySuitable
Speed
true
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/liblzham.vcxproj b/r5dev/vproj/liblzham.vcxproj
index f3a2cf5b..fa7b212a 100644
--- a/r5dev/vproj/liblzham.vcxproj
+++ b/r5dev/vproj/liblzham.vcxproj
@@ -229,28 +229,28 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
liblzham_x86
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
liblzham_x86
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
liblzham_x64
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
liblzham_x64
@@ -263,6 +263,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -283,6 +284,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
@@ -299,6 +301,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -319,6 +322,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/libprotobuf.vcxproj b/r5dev/vproj/libprotobuf.vcxproj
index 49f5837f..65782f31 100644
--- a/r5dev/vproj/libprotobuf.vcxproj
+++ b/r5dev/vproj/libprotobuf.vcxproj
@@ -76,28 +76,28 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libprotobuf_x86
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libprotobuf_x86
true
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libprotobuf_x64
false
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
libprotobuf_x64
@@ -110,6 +110,7 @@
true
%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -130,6 +131,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
@@ -146,6 +148,7 @@
true
%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS
stdcpp17
+ $(SolutionDir)r5dev\
Console
@@ -166,6 +169,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/librecast.vcxproj b/r5dev/vproj/librecast.vcxproj
index 4d69fb9f..2b8c538b 100644
--- a/r5dev/vproj/librecast.vcxproj
+++ b/r5dev/vproj/librecast.vcxproj
@@ -65,14 +65,14 @@
true
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
librecast_x64
false
- $(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath);
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)lib\$(Configuration)\
librecast_x64
@@ -85,6 +85,7 @@
true
/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
stdcpp17
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -105,6 +106,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/naveditor.vcxproj b/r5dev/vproj/naveditor.vcxproj
index 66fa4e6b..73492caf 100644
--- a/r5dev/vproj/naveditor.vcxproj
+++ b/r5dev/vproj/naveditor.vcxproj
@@ -105,14 +105,14 @@
true
- $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)game\bin\
$(ProjectName)
false
- $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\;$(IncludePath)
+ $(IncludePath);
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
$(SolutionDir)game\bin\
$(ProjectName)
@@ -127,6 +127,7 @@
stdcpp17
Use
Pch.h
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Console
@@ -154,6 +155,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\
Console
diff --git a/r5dev/vproj/netconsole.vcxproj b/r5dev/vproj/netconsole.vcxproj
index 3bfe4908..6e3c989c 100644
--- a/r5dev/vproj/netconsole.vcxproj
+++ b/r5dev/vproj/netconsole.vcxproj
@@ -118,28 +118,28 @@
$(SolutionDir)bin\$(Configuration)\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
netcon32
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
false
$(SolutionDir)game\bin\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
netcon32
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
true
$(SolutionDir)game\bin\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
netcon64
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
false
$(SolutionDir)game\bin\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
netcon64
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
@@ -151,6 +151,7 @@
/D NETCONSOLE /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
Use
core\stdafx.h
+ $(SolutionDir)r5dev\
Console
@@ -182,6 +183,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
@@ -210,6 +212,7 @@
/D NETCONSOLE /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
Use
core\stdafx.h
+ $(SolutionDir)r5dev\
Console
@@ -241,6 +244,7 @@
Speed
true
true
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/pluginsdk.vcxproj b/r5dev/vproj/pluginsdk.vcxproj
index 102a3a8b..12d7dfac 100644
--- a/r5dev/vproj/pluginsdk.vcxproj
+++ b/r5dev/vproj/pluginsdk.vcxproj
@@ -83,14 +83,14 @@
$(SolutionDir)game\bin\x64_retail\plugins\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
PluginSDK
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
false
$(SolutionDir)game\bin\x64_retail\plugins\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
PluginSDK
- $(SolutionDir)r5dev\;$(IncludePath);
+ $(IncludePath);
@@ -130,6 +130,7 @@
Use
core\stdafx.h
/D PLUGINSDK /D _CRT_SECURE_NO_WARNINGS
+ $(SolutionDir)r5dev\
Console
@@ -153,6 +154,7 @@
Use
core\stdafx.h
/D PLUGINSDK /D _CRT_SECURE_NO_WARNINGS
+ $(SolutionDir)r5dev\
Console
diff --git a/r5dev/vproj/sdklauncher.vcxproj b/r5dev/vproj/sdklauncher.vcxproj
index 575834be..15b877b9 100644
--- a/r5dev/vproj/sdklauncher.vcxproj
+++ b/r5dev/vproj/sdklauncher.vcxproj
@@ -49,16 +49,16 @@
true
- $(SolutionDir)r5dev\;$(IncludePath);
- $(LibraryPath)
+ $(IncludePath);
+ $(LibraryPath);
launcher
$(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
false
- $(SolutionDir)r5dev\;$(IncludePath);
- $(LibraryPath)
+ $(IncludePath);
+ $(LibraryPath);
launcher
$(SolutionDir)game\
$(SolutionDir)build\$(ProjectName)\$(Configuration)\
@@ -75,6 +75,7 @@
stdcpp17
core\stdafx.h
/D SDKLAUNCHER /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
+ $(SolutionDir)r5dev\
Console
@@ -107,6 +108,7 @@
stdcpp17
core\stdafx.h
/D SDKLAUNCHER /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)
+ $(SolutionDir)r5dev\
Console