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-02-29 20:39:47 +0300
committerEric St. John <ericstj@microsoft.com>2016-03-01 01:43:27 +0300
commitbaf425fa935f4ecd32712448be627604067cf1d3 (patch)
treea33e242c9728285098d56fc742f7e92dffcd978f /src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
parent7c50768be0a2008480aa22ddb8038fdcb0e8039b (diff)
Add support for new Xamarin frameworks
The latest build tools contains framework lists for two new Xamarin fxs: Xamarin.TVOS Xamarin.WatchOS This adds placeholders for those frameworks so that they can support the packages with inbox facades.
Diffstat (limited to 'src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj')
-rw-r--r--src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
index a220e2a776..c235e7f6e1 100644
--- a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
+++ b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
@@ -1,22 +1,21 @@
-<?xml version="1.0" encoding="utf-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>
<ProjectReference Include="..\ref\System.Threading.Timer.csproj">
<SupportedFramework>net451;netcore451;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference>
<ProjectReference Include="any\System.Threading.Timer.pkgproj" />
<ProjectReference Include="aot\System.Threading.Timer.pkgproj" />
-
- <InboxOnTargetFramework Include="MonoAndroid10"/>
- <InboxOnTargetFramework Include="MonoTouch10"/>
- <InboxOnTargetFramework Include="net451"/>
- <InboxOnTargetFramework Include="win81"/>
- <InboxOnTargetFramework Include="wpa81"/>
- <InboxOnTargetFramework Include="xamarinios10"/>
- <InboxOnTargetFramework Include="xamarinmac20"/>
+ <InboxOnTargetFramework Include="MonoAndroid10" />
+ <InboxOnTargetFramework Include="MonoTouch10" />
+ <InboxOnTargetFramework Include="net451" />
+ <InboxOnTargetFramework Include="win81" />
+ <InboxOnTargetFramework Include="wpa81" />
+ <InboxOnTargetFramework Include="xamarinios10" />
+ <InboxOnTargetFramework Include="xamarinmac20" />
+ <InboxOnTargetFramework Include="xamarintvos10" />
+ <InboxOnTargetFramework Include="xamarinwatchos10" />
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file