Skip to content

Commit d4f43e7

Browse files
authored
Enable control flow guard for IIS dlls (#22608)
1 parent 1a560b6 commit d4f43e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Servers/IIS/build/Build.Settings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<PrecompiledHeader>Use</PrecompiledHeader>
2626
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
2727
<SDLCheck>true</SDLCheck>
28+
<ControlFlowGuard>Guard</ControlFlowGuard>
2829
<StringPooling>true</StringPooling>
2930
</ClCompile>
3031
<Link>
@@ -88,4 +89,4 @@
8889
<AssemblyBuild>$(_TwoDigitYear)$(_ThreeDigitDayOfYear)</AssemblyBuild>
8990
</PropertyGroup>
9091

91-
</Project>
92+
</Project>

0 commit comments

Comments
 (0)