Enable HighEntropyVA in mscorlib.dll
authorJohn Chen (CLR) <jochen@microsoft.com>
Mon, 9 Jan 2017 17:18:10 +0000 (09:18 -0800)
committerJohn Chen (CLR) <jochen@microsoft.com>
Mon, 9 Jan 2017 17:18:10 +0000 (09:18 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/b9d79c8784e6ee8544871834b1f47e4e8c1ef4ff

src/coreclr/src/mscorlib/facade/mscorlib.csproj

index bf00760..038a698 100644 (file)
@@ -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>