Enable control flow guard for IIS dlls (#22608)

This commit is contained in:
Justin Kotalik 2020-06-11 10:20:29 -07:00 committed by GitHub
parent 1a560b6b8f
commit d4f43e7849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<StringPooling>true</StringPooling>
</ClCompile>
<Link>
@ -88,4 +89,4 @@
<AssemblyBuild>$(_TwoDigitYear)$(_ThreeDigitDayOfYear)</AssemblyBuild>
</PropertyGroup>
</Project>
</Project>