Enable control flow guard for IIS dlls (#22608)
This commit is contained in:
parent
1a560b6b8f
commit
d4f43e7849
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue