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
path: root/src
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 /src
parent2ac9efa1502c84a63895d74ea7f908239e431592 (diff)
Move WinRT targeting pack under external
Diffstat (limited to 'src')
-rw-r--r--src/Microsoft.TargetingPack.Private.WinRT/ref/Configurations.props8
-rw-r--r--src/Microsoft.TargetingPack.Private.WinRT/ref/Microsoft.TargetingPack.Private.WinRT.depproj15
-rw-r--r--src/Microsoft.TargetingPack.Private.WinRT/ref/project.json8
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj2
4 files changed, 1 insertions, 32 deletions
diff --git a/src/Microsoft.TargetingPack.Private.WinRT/ref/Configurations.props b/src/Microsoft.TargetingPack.Private.WinRT/ref/Configurations.props
deleted file mode 100644
index c398e42e89..0000000000
--- a/src/Microsoft.TargetingPack.Private.WinRT/ref/Configurations.props
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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/src/Microsoft.TargetingPack.Private.WinRT/ref/Microsoft.TargetingPack.Private.WinRT.depproj b/src/Microsoft.TargetingPack.Private.WinRT/ref/Microsoft.TargetingPack.Private.WinRT.depproj
deleted file mode 100644
index c1c2172d72..0000000000
--- a/src/Microsoft.TargetingPack.Private.WinRT/ref/Microsoft.TargetingPack.Private.WinRT.depproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>
- <NuGetTargetMoniker>.NETStandard,Version=v1.0</NuGetTargetMoniker>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
diff --git a/src/Microsoft.TargetingPack.Private.WinRT/ref/project.json b/src/Microsoft.TargetingPack.Private.WinRT/ref/project.json
deleted file mode 100644
index 1c4ed39edf..0000000000
--- a/src/Microsoft.TargetingPack.Private.WinRT/ref/project.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "dependencies": {
- "Microsoft.TargetingPack.Private.WinRT": "1.0.3"
- },
- "frameworks": {
- "netstandard1.0": {}
- }
-}
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index a9534319c8..75ffa0d0fa 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -24,7 +24,7 @@
<Compile Include="System.Runtime.WindowsRuntime.Manual.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Microsoft.TargetingPack.Private.WinRT\ref\Microsoft.TargetingPack.Private.WinRT.depproj" />
+ <ProjectReference Include="..\..\..\external\winrt\winrt.depproj" />
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
<ProjectReference Include="..\..\System.Runtime.Extensions\ref\System.Runtime.Extensions.csproj" />
<ProjectReference Include="..\..\System.IO\ref\System.IO.csproj" />