From 9714c7eaf082df5687aa35b31710ee21ff033170 Mon Sep 17 00:00:00 2001 From: Stephen Griffin Date: Mon, 30 Dec 2024 10:35:51 -0500 Subject: [PATCH] Add baseline fuzz configuration --- mapistub.vcxproj | 191 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) diff --git a/mapistub.vcxproj b/mapistub.vcxproj index 92ba38e..7d474ba 100644 --- a/mapistub.vcxproj +++ b/mapistub.vcxproj @@ -20,6 +20,22 @@ Debug x64 + + Fuzz + ARM64 + + + Fuzz + ARM64EC + + + Fuzz + Win32 + + + Fuzz + x64 + Prefast_Unicode Win32 @@ -147,6 +163,16 @@ Spectre true + + StaticLibrary + Unicode + v143 + false + Spectre + true + true + true + StaticLibrary MultiByte @@ -195,6 +221,16 @@ Spectre true + + StaticLibrary + Unicode + v143 + false + Spectre + true + true + true + StaticLibrary MultiByte @@ -243,6 +279,16 @@ Spectre true + + StaticLibrary + Unicode + v143 + false + Spectre + true + true + true + StaticLibrary MultiByte @@ -291,6 +337,16 @@ Spectre true + + StaticLibrary + Unicode + v143 + false + Spectre + true + true + true + StaticLibrary MultiByte @@ -319,6 +375,9 @@ + + + @@ -337,6 +396,9 @@ + + + @@ -355,6 +417,9 @@ + + + @@ -373,6 +438,9 @@ + + + @@ -402,6 +470,7 @@ + true @@ -548,6 +617,37 @@ true + + + MaxSpeed + $(SolutionDir)\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level4 + true + ProgramDatabase + true + true + true + Default + true + stdcpplatest + Guard + + + _AFXDLL;NDEBUG;%(PreprocessorDefinitions) + + + /safeseh %(AdditionalOptions) + true + Windows + true + true + true + + MaxSpeed @@ -578,6 +678,36 @@ true + + + MaxSpeed + $(SolutionDir)\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level4 + true + ProgramDatabase + true + true + true + Default + true + stdcpplatest + Guard + + + _AFXDLL;NDEBUG;_WIN64;%(PreprocessorDefinitions) + + + true + Windows + true + true + true + + Disabled @@ -898,6 +1028,37 @@ true + + + MaxSpeed + $(SolutionDir)\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level4 + true + ProgramDatabase + true + true + true + Default + true + stdcpplatest + Guard + + + _AFXDLL;NDEBUG;_WIN64;%(PreprocessorDefinitions) + + + /safeseh %(AdditionalOptions) + true + Windows + true + true + true + + MaxSpeed @@ -928,6 +1089,36 @@ true + + + MaxSpeed + $(SolutionDir)\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level4 + true + ProgramDatabase + true + true + true + Default + true + stdcpplatest + Guard + + + _AFXDLL;NDEBUG;_WIN64;%(PreprocessorDefinitions) + + + true + Windows + true + true + true + + Disabled