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.Interop
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.Interop')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj1
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj b/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
index e8967228e..2309d0a31 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.CoreCLR.csproj
@@ -17,6 +17,7 @@
<TargetNetCoreForCoreCLRFramework>true</TargetNetCoreForCoreCLRFramework>
<OutputPath>$(OutputPath)\coreclr</OutputPath>
<TargetFramework>netstandard1.3</TargetFramework>
+ <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
</PropertyGroup>
<ItemGroup>
diff --git a/src/System.Private.Interop/src/System.Private.Interop.csproj b/src/System.Private.Interop/src/System.Private.Interop.csproj
index 45754fa30..a3a3fa15e 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.csproj
@@ -9,6 +9,7 @@
<NoWarn>$(NoWarn);3021</NoWarn>
<!-- Use MSFT assembly key for compatibility with uapaot targeting pack -->
<AssemblyKey>MSFT</AssemblyKey>
+ <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
</PropertyGroup>
<ItemGroup>
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />