summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-04-15 08:52:51 -0700
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-04-15 08:52:51 -0700
commit62730f3e9f4b1b8cff342e5074238037712b769c (patch)
tree38d28a331945f693625a3a68d4fa50df64813dc2 /src
parente811293a69eb4be72921beee4cc1518fe59721be (diff)
downloadcoreclr-62730f3e9f4b1b8cff342e5074238037712b769c.tar.gz
coreclr-62730f3e9f4b1b8cff342e5074238037712b769c.tar.bz2
coreclr-62730f3e9f4b1b8cff342e5074238037712b769c.zip
Adding Serviceable attribute to mscorlib
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/mscorlib.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mscorlib/mscorlib.csproj b/src/mscorlib/mscorlib.csproj
index b2e0dbb39d..fa471c1e98 100644
--- a/src/mscorlib/mscorlib.csproj
+++ b/src/mscorlib/mscorlib.csproj
@@ -43,6 +43,13 @@
<DefineConstants>$(DefineConstants);NEW_EXPERIMENTAL_ASYNC_IO;_USE_NLS_PLUS_TABLE;RESOURCE_SATELLITE_CONFIG;INSIDE_CLR;CODE_ANALYSIS_BASELINE</DefineConstants>
</PropertyGroup>
+ <!-- Add Serviceable attribute to the project's metadata -->
+ <ItemGroup>
+ <AssemblyMetadata Include="Serviceable">
+ <Value>True</Value>
+ </AssemblyMetadata>
+ </ItemGroup>
+
<!-- Platform specific properties -->
<PropertyGroup Condition="'$(Platform)' == 'amd64'">
<PlatformTarget>x64</PlatformTarget>