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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-03 19:44:52 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-03 19:45:51 +0300
commit59dbd07dd0dc2c95c02025f2f7410492a2a71a01 (patch)
tree5dbef832f36cead1726e760a3e0315f746e6c21f /external/winrt
parent2ac9efa1502c84a63895d74ea7f908239e431592 (diff)
Move WinRT targeting pack under external
Diffstat (limited to 'external/winrt')
-rw-r--r--external/winrt/Configurations.props8
-rw-r--r--external/winrt/project.json.template8
-rw-r--r--external/winrt/winrt.depproj12
3 files changed, 28 insertions, 0 deletions
diff --git a/external/winrt/Configurations.props b/external/winrt/Configurations.props
new file mode 100644
index 0000000000..c398e42e89
--- /dev/null
+++ b/external/winrt/Configurations.props
@@ -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">
+ <PropertyGroup>
+ <BuildConfigurations>
+ netstandard;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/external/winrt/project.json.template b/external/winrt/project.json.template
new file mode 100644
index 0000000000..8ccca2018a
--- /dev/null
+++ b/external/winrt/project.json.template
@@ -0,0 +1,8 @@
+{
+ "dependencies": {
+ "Microsoft.TargetingPack.Private.WinRT": "1.0.3"
+ },
+ "frameworks": {
+ "{TFM}": {}
+ }
+}
diff --git a/external/winrt/winrt.depproj b/external/winrt/winrt.depproj
new file mode 100644
index 0000000000..ca0c94b2fa
--- /dev/null
+++ b/external/winrt/winrt.depproj
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <PropertyGroup>
+ <AssemblyName>Windows</AssemblyName>
+ <TargetExt>.winmd</TargetExt>
+ <IsReferenceAssembly>true</IsReferenceAssembly>
+ <NuGetDeploySourceItem>Reference</NuGetDeploySourceItem>
+ <NugetRuntimeIdentifier>None</NugetRuntimeIdentifier>
+ </PropertyGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project> \ No newline at end of file