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>2015-12-22 01:45:02 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2015-12-22 07:01:31 +0300
commit1c4f7daf354654f175dafa27fbd44269a172c585 (patch)
treeda3ef7b44dc53cd401eebb6147f42baec5323904 /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parent49e56805c3134e9b4a34670182cfdc9f6df79e7d (diff)
Enable building of System.Runtime.WindowsRuntime reference assembly
Added Microsoft.TargetingPack.Private.WinRT for windows.winmd and Microsoft.NETCore.Portable.Compatibility for mscorlib.dll facade.
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index 3ee4a1bc0a..7304e6c666 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -23,10 +23,6 @@
<Compile Include="System.Runtime.WindowsRuntime.Manual.cs" />
</ItemGroup>
<ItemGroup>
- <ReferencePath Include="$(ExternalAPIsPath)\NetFX\Contracts\DesignTimeFacades\mscorlib.dll" />
- <ReferencePath Include="$(ExternalAPIsPath)\Windows\8.0\ref\Windows.winmd" />
- </ItemGroup>
- <ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />