|
|
|
@ -30,14 +30,14 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<EnableASAN>false</EnableASAN>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<EnableASAN>true</EnableASAN>
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<EnableASAN>false</EnableASAN>
|
|
|
|
|
<EnableFuzzer>false</EnableFuzzer>
|
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<EnableASAN>true</EnableASAN>
|
|
|
|
@ -102,6 +102,7 @@
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
|
|
|
<EnableModules>true</EnableModules>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\monetdb\msvc</AdditionalIncludeDirectories>
|
|
|
|
|
<AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
@ -119,8 +120,9 @@
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\monetdb\msvc</AdditionalIncludeDirectories>
|
|
|
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
@ -146,6 +148,7 @@
|
|
|
|
|
<SmallerTypeCheck>true</SmallerTypeCheck>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\monetdb\msvc</AdditionalIncludeDirectories>
|
|
|
|
|
<AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
@ -163,8 +166,9 @@
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\monetdb\msvc</AdditionalIncludeDirectories>
|
|
|
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|