Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouluqun <louluqun@hotmail.com>2017-10-27 23:20:05 +0300
committerlouluqun <louluqun@hotmail.com>2017-10-27 23:20:05 +0300
commit018a6c124399da77f263065ce3a69f706464b3a7 (patch)
tree4ce7e23eacaf5c59e1b26f4bdbcd4a174acb067d /src/System.Private.Jit
parent784a20d26737728f489c8c1f0298a59d7c41e9b8 (diff)
dd IsDotNetFrameworkProductAssembly for Framework Assembly
With Project file cotains Property <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>, the final assembly will contain assembly attribute [assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index 0167a9750..3bd997c29 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -9,6 +9,7 @@
<METADATA_TYPE_LOADER>true</METADATA_TYPE_LOADER>
<EcmaMetadataSupport>true</EcmaMetadataSupport>
<JitSupport>true</JitSupport>
+ <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
</PropertyGroup>
<PropertyGroup Condition="'$(JitSupport)' == 'true'">
<DefineConstants>SUPPORT_JIT;$(DefineConstants)</DefineConstants>