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>2016-01-21 01:35:56 +0300
committerEric St. John <ericstj@microsoft.com>2016-01-23 09:25:58 +0300
commitd90273eec38cd189c918cbcd070e3aed4e196201 (patch)
tree9e073de41a778bd8ecc73547bdaec474a67bb2de /src/System.Globalization.Calendars/pkg
parent26701daf52c78639cb70b557b0eb88f4424fa190 (diff)
Open packages for NETStandard.Library
This moves all library packages that make up NETStandard.Library to the open. I'll follow up with some refactoring of these to ensure that all packages with NETStandard.Platform use runtime packages to garuntee that they can be replaced with an alternate implementation.
Diffstat (limited to 'src/System.Globalization.Calendars/pkg')
-rw-r--r--src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.builds8
-rw-r--r--src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj20
2 files changed, 28 insertions, 0 deletions
diff --git a/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.builds b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.builds
new file mode 100644
index 0000000000..e73b81d82b
--- /dev/null
+++ b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.builds
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <ItemGroup>
+ <Project Include="System.Globalization.Calendars.pkgproj" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
+</Project> \ No newline at end of file
diff --git a/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj
new file mode 100644
index 0000000000..eb368a9959
--- /dev/null
+++ b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+
+ <ItemGroup>
+ <ProjectReference Include="..\ref\System.Globalization.Calendars.csproj">
+ <SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework>
+ </ProjectReference>
+ <ProjectReference Include="..\src\System.Globalization.Calendars.builds" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <InboxOnTargetFramework Include="MonoAndroid10" />
+ <InboxOnTargetFramework Include="MonoTouch10" />
+ <InboxOnTargetFramework Include="xamarinios10" />
+ <InboxOnTargetFramework Include="xamarinmac20" />
+ </ItemGroup>
+
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project> \ No newline at end of file