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:
Diffstat (limited to 'src/System.Private.Interop/src/System.Private.Interop.Experimental.csproj')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.Experimental.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.Experimental.csproj b/src/System.Private.Interop/src/System.Private.Interop.Experimental.csproj
new file mode 100644
index 000000000..3fcaee81c
--- /dev/null
+++ b/src/System.Private.Interop/src/System.Private.Interop.Experimental.csproj
@@ -0,0 +1,9 @@
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <AssemblyName>System.Private.Interop.Experimental</AssemblyName>
+ <EcmaMetadataSupport>true</EcmaMetadataSupport>
+ <DynamicCodeSupport>true</DynamicCodeSupport>
+ </PropertyGroup>
+
+ <Import Project="System.Private.Interop.csproj" />
+</Project>