We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a560b6 commit d4f43e7Copy full SHA for d4f43e7
src/Servers/IIS/build/Build.Settings
@@ -25,6 +25,7 @@
25
<PrecompiledHeader>Use</PrecompiledHeader>
26
<TreatWarningAsError Condition="'$(TreatWarningsAsErrors)' != ''">true</TreatWarningAsError>
27
<SDLCheck>true</SDLCheck>
28
+ <ControlFlowGuard>Guard</ControlFlowGuard>
29
<StringPooling>true</StringPooling>
30
</ClCompile>
31
<Link>
@@ -88,4 +89,4 @@
88
89
<AssemblyBuild>$(_TwoDigitYear)$(_ThreeDigitDayOfYear)</AssemblyBuild>
90
</PropertyGroup>
91
- </Project>
92
+ </Project>
0 commit comments