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:
authorLuqun Lou <luqunl@microsoft.com>2017-10-21 00:32:25 +0300
committerLuqun Lou <luqunl@microsoft.com>2017-10-21 00:32:25 +0300
commitdd9a41db606ee41ee6ccdd921eac927173cec6f4 (patch)
tree9be153ff36443543533738361bf968d8af338eaa /src/System.Private.Interop
parent0c90eb2324bc41c85a9fd78382557c7ad0a7a362 (diff)
Add a project file for Mcg On MiniWinRT
This project file will generate a System.Private.Interop.dll for mono with MiniWinRT enable [tfs-changeset: 1678779]
Diffstat (limited to 'src/System.Private.Interop')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.Mono.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.Mono.csproj b/src/System.Private.Interop/src/System.Private.Interop.Mono.csproj
new file mode 100644
index 000000000..b89420b88
--- /dev/null
+++ b/src/System.Private.Interop/src/System.Private.Interop.Mono.csproj
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <AssemblyName>System.Private.Interop</AssemblyName>
+ <TargetName>$(AssemblyName)</TargetName>
+ <DefineConstants>$(DefineConstants);ENABLE_MIN_WINRT</DefineConstants>
+ <OutputPath>$(OutputPath)\mono</OutputPath>
+ </PropertyGroup>
+
+ <Import Project="System.Private.Interop.CoreCLR.csproj" />
+</Project>