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.StackTraceGenerator
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.StackTraceGenerator')
-rw-r--r--src/System.Private.StackTraceGenerator/src/System.Private.StackTraceGenerator.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/System.Private.StackTraceGenerator/src/System.Private.StackTraceGenerator.csproj b/src/System.Private.StackTraceGenerator/src/System.Private.StackTraceGenerator.csproj
index 652ae6cbb..8df2689d5 100644
--- a/src/System.Private.StackTraceGenerator/src/System.Private.StackTraceGenerator.csproj
+++ b/src/System.Private.StackTraceGenerator/src/System.Private.StackTraceGenerator.csproj
@@ -4,7 +4,8 @@
<AssemblyName>System.Private.StackTraceGenerator</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<OutputType>Library</OutputType>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
</PropertyGroup>
<ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">