summaryrefslogtreecommitdiff
path: root/src/mscorlib
diff options
context:
space:
mode:
authorAlex Ghiondea <AlexGhiondea@users.noreply.github.com>2017-05-08 15:14:02 -0700
committerGitHub <noreply@github.com>2017-05-08 15:14:02 -0700
commite623a2b5894c997fcefe2dcad76e554821912c66 (patch)
treee82c82649a436facab8536791f2b1131a0b79921 /src/mscorlib
parent94eb128265d39fbe350f68bba4cc6658e3ddeada (diff)
downloadcoreclr-e623a2b5894c997fcefe2dcad76e554821912c66.tar.gz
coreclr-e623a2b5894c997fcefe2dcad76e554821912c66.tar.bz2
coreclr-e623a2b5894c997fcefe2dcad76e554821912c66.zip
Add assembly level attribute on CoreLib (#11449)
Diffstat (limited to 'src/mscorlib')
-rw-r--r--src/mscorlib/System.Private.CoreLib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/System.Private.CoreLib.csproj b/src/mscorlib/System.Private.CoreLib.csproj
index 426ae7d601..e519199640 100644
--- a/src/mscorlib/System.Private.CoreLib.csproj
+++ b/src/mscorlib/System.Private.CoreLib.csproj
@@ -104,6 +104,7 @@
<AssemblyInfoLines Include="[assembly: System.Security.AllowPartiallyTrustedCallers]" />
<AssemblyInfoLines Include="[assembly: System.Runtime.InteropServices.ComVisible(false)]" />
<AssemblyInfoLines Include="[assembly: System.Resources.NeutralResourcesLanguage(&quot;en-US&quot;)]" />
+ <AssemblyInfoLines Include="[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]" />
</ItemGroup>
<!--
Helper Paths