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:
authorChristopher Costa <chcosta@microsoft.com>2016-02-12 00:37:45 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-02-12 00:37:45 +0300
commit030e29992f6be20ffb9d9d3e799118f3354bce22 (patch)
tree25b288847711fb422b7b9f760ba49a314f28b7d1 /src/System.Threading.ThreadPool/pkg
parent2a6198b9d1796bde7da482eb2666c8b4141f44d0 (diff)
Open package conversions for corefx.
Diffstat (limited to 'src/System.Threading.ThreadPool/pkg')
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds9
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj20
2 files changed, 29 insertions, 0 deletions
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds
new file mode 100644
index 0000000000..1b3d59e1bb
--- /dev/null
+++ b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds
@@ -0,0 +1,9 @@
+<?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.Threading.ThreadPool.pkgproj" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
+</Project>
+
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
new file mode 100644
index 0000000000..1c3acde22f
--- /dev/null
+++ b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.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.Threading.ThreadPool.csproj">
+ <SupportedFramework>net46;dnxcore50</SupportedFramework>
+ </ProjectReference>
+ <ProjectReference Include="..\src\System.Threading.ThreadPool.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