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-08-28 20:34:51 +0300
committerEric St. John <ericstj@microsoft.com>2017-08-28 20:34:51 +0300
commit1f8756b47931e4ed11e1a2c6bd9af54f3c958a81 (patch)
tree3ca10b0c7dc5e252c32d63e8c47c730ae5785e92 /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parentd9d42e3765e2529ae6b7e6826a462e2ce9fe835b (diff)
Add mscorlib facade for refs consuming Windows.winmd
Reference assemblies consuming Windows.winmd need to have an mscorlib facade because Windows.winmd has references to types in mscorlib.
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index 4ad28632fd..02e0a93c09 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -22,6 +22,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\external\winrt\winrt.depproj" />
+ <ProjectReference Include="..\..\mscorlib.WinRT-Facade\ref\mscorlib.WinRT-Facade.csproj" />
<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" />