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-13 21:07:58 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-13 21:07:58 +0300
commit0d66618b560a5f3bbbca9845dbae64ee64e1e6b7 (patch)
treedde3e6380c2eab7a74ad98f5d099e5a16ee8f0d2 /pkg/Microsoft.NETCore.Targets
parentda1b80d62951314e5709810631f9aab7408f66de (diff)
Revert "Delete Microsoft.NETCore.Targets"
This reverts commit e1289e6c985bd0482c28f6e5d84470fc013707b2.
Diffstat (limited to 'pkg/Microsoft.NETCore.Targets')
-rw-r--r--pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds8
-rw-r--r--pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj19
-rw-r--r--pkg/Microsoft.NETCore.Targets/runtime.json92
3 files changed, 119 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds
new file mode 100644
index 0000000000..a280e2a666
--- /dev/null
+++ b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <ItemGroup>
+ <Project Include="Microsoft.NETCore.Targets.pkgproj"/>
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
+</Project> \ No newline at end of file
diff --git a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
new file mode 100644
index 0000000000..f8c9764de7
--- /dev/null
+++ b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+
+ <PropertyGroup>
+ <PackageVersion>2.0.0</PackageVersion>
+ <SkipValidatePackage>true</SkipValidatePackage>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <!-- make this package installable and noop in a packages.config-based project -->
+ <File Include="$(PlaceHolderFile)">
+ <TargetPath>lib/netstandard1.0</TargetPath>
+ </File>
+
+ <File Include="runtime.json" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project>
diff --git a/pkg/Microsoft.NETCore.Targets/runtime.json b/pkg/Microsoft.NETCore.Targets/runtime.json
new file mode 100644
index 0000000000..925514c361
--- /dev/null
+++ b/pkg/Microsoft.NETCore.Targets/runtime.json
@@ -0,0 +1,92 @@
+{
+ "supports": {
+ "uwp.10.0.app": {
+ "uap10.0": [
+ "win10-x86",
+ "win10-x86-aot",
+ "win10-x64",
+ "win10-x64-aot",
+ "win10-arm",
+ "win10-arm-aot"
+ ]
+ },
+ "net45.app": {
+ "net45": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "net451.app": {
+ "net451": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "net452.app": {
+ "net452": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "net46.app": {
+ "net46": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "net461.app": {
+ "net461": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "net462.app": {
+ "net462": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "netcoreapp1.0.app": {
+ "netcoreapp1.0": [
+ "win7-x86",
+ "win7-x64",
+ "osx.10.11-x64",
+ "centos.7-x64",
+ "debian.8-x64",
+ "linuxmint.17-x64",
+ "opensuse.13.2-x64",
+ "rhel.7.2-x64",
+ "ubuntu.14.04-x64",
+ "ubuntu.16.04-x64"
+ ]
+ },
+ "win8.app": {
+ "win8": ""
+ },
+ "win81.app": {
+ "win81": ""
+ },
+ "wp8.app": {
+ "wp8": ""
+ },
+ "wp81.app": {
+ "wp81": ""
+ },
+ "wpa81.app": {
+ "wpa81": ""
+ },
+ "dnxcore50.app": {
+ "dnxcore50": [
+ "win7-x86",
+ "win7-x64"
+ ]
+ }
+ }
+ }
+