diff --git a/cnc-ddraw.sln b/cnc-ddraw.sln
index d5267c8..317ca47 100644
--- a/cnc-ddraw.sln
+++ b/cnc-ddraw.sln
@@ -10,6 +10,7 @@ Global
Debug|x86 = Debug|x86
DebugLog|x86 = DebugLog|x86
Release|x86 = Release|x86
+ ReleaseWin2000|x86 = ReleaseWin2000|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96094551-5D52-4EBD-BE4C-5291A03507FC}.Debug|x86.ActiveCfg = Debug|Win32
@@ -18,6 +19,8 @@ Global
{96094551-5D52-4EBD-BE4C-5291A03507FC}.DebugLog|x86.Build.0 = DebugLog|Win32
{96094551-5D52-4EBD-BE4C-5291A03507FC}.Release|x86.ActiveCfg = Release|Win32
{96094551-5D52-4EBD-BE4C-5291A03507FC}.Release|x86.Build.0 = Release|Win32
+ {96094551-5D52-4EBD-BE4C-5291A03507FC}.ReleaseWin2000|x86.ActiveCfg = ReleaseWin2000|Win32
+ {96094551-5D52-4EBD-BE4C-5291A03507FC}.ReleaseWin2000|x86.Build.0 = ReleaseWin2000|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/cnc-ddraw.vcxproj b/cnc-ddraw.vcxproj
index 233f75a..a6e3b55 100644
--- a/cnc-ddraw.vcxproj
+++ b/cnc-ddraw.vcxproj
@@ -9,6 +9,10 @@
Debug
Win32
+
+ ReleaseWin2000
+ Win32
+
Release
Win32
@@ -102,6 +106,9 @@
+
+
+
cnc_ddraw
7.0
@@ -121,6 +128,13 @@
true
MultiByte
+
+ DynamicLibrary
+ false
+ v141_xp
+ true
+ MultiByte
+
DynamicLibrary
false
@@ -130,6 +144,7 @@
+
@@ -139,6 +154,9 @@
+
+
+
@@ -155,6 +173,12 @@
false
ddraw
+
+ $(SolutionDir)bin\ReleaseWin2000\
+ $(SolutionDir)bin\ReleaseWin2000\
+ false
+ ddraw
+
$(SolutionDir)bin\DebugLog\
$(SolutionDir)bin\DebugLog\
@@ -211,6 +235,37 @@ if exist "$(LocalDebuggerCommand)" if exist "$(LocalDebuggerWorkingDirectory)"
+
+
+ Level2
+
+
+ MaxSpeed
+ true
+ true
+ _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
+ MultiThreaded
+ inc;src\detours
+ NoExtensions
+
+
+ Windows
+ true
+ true
+ winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ ddraw.def
+
+
+
+if exist "$(LocalDebuggerCommand)" if exist "$(LocalDebuggerWorkingDirectory)" (
+ copy "$(TargetPath)" "$(LocalDebuggerWorkingDirectory)$(TargetFileName)"
+)
+
+
+
+ /safeseh %(AdditionalOptions)
+
+
Level2
@@ -240,5 +295,6 @@ if exist "$(LocalDebuggerCommand)" if exist "$(LocalDebuggerWorkingDirectory)"
+
\ No newline at end of file
diff --git a/cnc-ddraw.vcxproj.filters b/cnc-ddraw.vcxproj.filters
index 39187f8..145a53f 100644
--- a/cnc-ddraw.vcxproj.filters
+++ b/cnc-ddraw.vcxproj.filters
@@ -272,4 +272,9 @@
Resource Files
+
+
+ Source Files
+
+
\ No newline at end of file