Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kotalik <jukotali@microsoft.com>2020-06-11 20:20:29 +0300
committerGitHub <noreply@github.com>2020-06-11 20:20:29 +0300
commitd4f43e78491f67ddf753c62514f3783233abfaba (patch)
tree7d5c6261470c8a2f4c44cb3fc61453130d716f8b
parent1a560b6b8fac0b465f2a1b47ee25d79ead1aa1cf (diff)
Enable control flow guard for IIS dlls (#22608)
-rw-r--r--src/Servers/IIS/build/Build.Settings3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Servers/IIS/build/Build.Settings b/src/Servers/IIS/build/Build.Settings
index 6180860c51..c6fb45d338 100644
--- a/src/Servers/IIS/build/Build.Settings
+++ b/src/Servers/IIS/build/Build.Settings
@@ -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> \ No newline at end of file
+ </Project>