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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-04-12 02:45:09 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-12 23:42:52 +0300
commit796a4b6af55c9ff548e172a943b9af737706fe2b (patch)
tree428c1990e3e871306256003d6a97b41206659a22 /src/shims/netfxreference.props
parent5635b57b487454f47fccae8aad3a53640d47b0c3 (diff)
Add NETStandard.Library.NETFramework package
This package is a support package for NETStandard2.0 on .NET 4.6.1.
Diffstat (limited to 'src/shims/netfxreference.props')
-rw-r--r--src/shims/netfxreference.props26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/shims/netfxreference.props b/src/shims/netfxreference.props
new file mode 100644
index 0000000000..906be4ab36
--- /dev/null
+++ b/src/shims/netfxreference.props
@@ -0,0 +1,26 @@
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <NetFxReference Include="mscorlib" />
+ <NetFxReference Include="System" />
+ <NetFxReference Include="System.Core" />
+ <NetFxReference Include="System.ComponentModel.Composition" />
+ <NetFxReference Include="System.ComponentModel.DataAnnotations">
+ <StrongNameSig>MSSharedLib</StrongNameSig>
+ </NetFxReference>
+ <NetFxReference Include="System.Data" />
+ <NetFxReference Include="System.Drawing" />
+ <NetFxReference Include="System.IO.Compression.FileSystem" />
+ <NetFxReference Include="System.Net" />
+ <NetFxReference Include="System.Numerics" />
+ <NetFxReference Include="System.Runtime.Serialization" />
+ <NetFxReference Include="System.ServiceModel.Web">
+ <StrongNameSig>MSSharedLib</StrongNameSig>
+ </NetFxReference>
+ <NetFxReference Include="System.Transactions" />
+ <NetFxReference Include="System.Windows" />
+ <NetFxReference Include="System.Web" />
+ <NetFxReference Include="System.Xml" />
+ <NetFxReference Include="System.Xml.Serialization" />
+ <NetFxReference Include="System.Xml.Linq" />
+ </ItemGroup>
+</Project> \ No newline at end of file