summaryrefslogtreecommitdiff
path: root/src/mscorlib/facade
diff options
context:
space:
mode:
authorJohn Chen (CLR) <jochen@microsoft.com>2017-01-09 09:18:10 -0800
committerJohn Chen (CLR) <jochen@microsoft.com>2017-01-09 09:18:10 -0800
commitb9d79c8784e6ee8544871834b1f47e4e8c1ef4ff (patch)
tree467c99227275858414c29719277efcde958b23ff /src/mscorlib/facade
parentee20dcadd8f435cb5c2f645f5fbfb664486c19ff (diff)
downloadcoreclr-b9d79c8784e6ee8544871834b1f47e4e8c1ef4ff.tar.gz
coreclr-b9d79c8784e6ee8544871834b1f47e4e8c1ef4ff.tar.bz2
coreclr-b9d79c8784e6ee8544871834b1f47e4e8c1ef4ff.zip
Enable HighEntropyVA in mscorlib.dll
Diffstat (limited to 'src/mscorlib/facade')
-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>