From a3cd9bcc24a10ab4f4a553471ac130250ae8cc3d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 26 Mar 2020 21:30:23 +0100 Subject: Hunt Showdown public release Signed-off-by: Toni Uhlig --- Hunt Showdown/CMD/CMD.vcxproj | 197 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 Hunt Showdown/CMD/CMD.vcxproj (limited to 'Hunt Showdown/CMD/CMD.vcxproj') diff --git a/Hunt Showdown/CMD/CMD.vcxproj b/Hunt Showdown/CMD/CMD.vcxproj new file mode 100644 index 0000000..b18e818 --- /dev/null +++ b/Hunt Showdown/CMD/CMD.vcxproj @@ -0,0 +1,197 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {DB513F0F-ECDB-4856-8AB1-B2CBCC745E5A} + Win32Proj + Hunted + 10.0.17763.0 + HuntCtrl + + + + Application + true + v141 + Unicode + false + + + Application + false + v141 + true + Unicode + false + + + Application + true + v141 + Unicode + Static + false + + + Application + false + v141 + true + Unicode + false + Static + + + + + + + + + + + + + + + + + + + + + true + $(ProjectName)-kmem + + + true + + + false + + + false + $(ProjectName)-kmem + + + + Use + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + MultiThreadedDebugDLL + SyncCThrow + true + $(ProjectDir) + + + Console + true + false + kernel32.lib;user32.lib;Shlwapi.lib;MemDriverLib.lib;%(AdditionalDependencies) + $(ProjectDir);%(AdditionalLibraryDirectories) + + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + SyncCThrow + false + MultiThreaded + + + Console + true + false + + + + + Use + Level3 + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + Sync + false + + + Console + true + true + true + false + + + + + Use + Level3 + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + Sync + false + $(ProjectDir) + MultiThreadedDLL + + + Console + true + true + true + $(ProjectDir);%(AdditionalLibraryDirectories) + false + kernel32.lib;user32.lib;Shlwapi.lib;MemDriverLib.lib;%(AdditionalDependencies) + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file -- cgit v1.2.3