summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Chen <jochen@microsoft.com>2017-01-09 12:11:39 -0800
committerGitHub <noreply@github.com>2017-01-09 12:11:39 -0800
commit97b9927416409930e1eb66c9a359c4add74265a3 (patch)
tree67d601d14efe7a9be55c8d6d8ce628b9fcae02ec
parent03444f0d12c67441785f6726bda1d9fd1be3c67f (diff)
parentb9d79c8784e6ee8544871834b1f47e4e8c1ef4ff (diff)
downloadcoreclr-97b9927416409930e1eb66c9a359c4add74265a3.tar.gz
coreclr-97b9927416409930e1eb66c9a359c4add74265a3.tar.bz2
coreclr-97b9927416409930e1eb66c9a359c4add74265a3.zip
Merge pull request #8854 from JohnChen0/heva
Enable HighEntropyVA in mscorlib.dll
-rw-r--r--src/mscorlib/facade/mscorlib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/facade/mscorlib.csproj b/src/mscorlib/facade/mscorlib.csproj
index bf007603cf..038a698f23 100644
--- a/src/mscorlib/facade/mscorlib.csproj
+++ b/src/mscorlib/facade/mscorlib.csproj
@@ -10,6 +10,7 @@
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
<OutputType>Library</OutputType>
<ExcludeMscorlibFacade>true</ExcludeMscorlibFacade>
+ <HighEntropyVA>true</HighEntropyVA>
<!-- This prevents the default MsBuild targets from referencing System.Core.dll -->
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>