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:
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj4
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/project.json2
-rw-r--r--src/dirs.proj2
3 files changed, 2 insertions, 6 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" />
diff --git a/src/System.Runtime.WindowsRuntime/ref/project.json b/src/System.Runtime.WindowsRuntime/ref/project.json
index 38223dd31f..ef2f18d2ca 100644
--- a/src/System.Runtime.WindowsRuntime/ref/project.json
+++ b/src/System.Runtime.WindowsRuntime/ref/project.json
@@ -1,5 +1,7 @@
{
"dependencies": {
+ "Microsoft.NETCore.Portable.Compatibility": "1.0.0",
+ "Microsoft.TargetingPack.Private.WinRT": "1.0.0",
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks": "4.0.0"
diff --git a/src/dirs.proj b/src/dirs.proj
index 94087be200..38d86448bf 100644
--- a/src/dirs.proj
+++ b/src/dirs.proj
@@ -3,8 +3,6 @@
<Import Project="BuildValues.props" />
<ItemGroup>
- <!-- System.Runtime.WindowsRuntime depends on some internal-only paths, disable from corefx build for now -->
- <ExcludeProjects Include="System.Runtime.WindowsRuntime\ref\System.Runtime.WindowsRuntime.csproj" />
<Project Include="*\ref\**\*.*proj" Exclude="@(ExcludeProjects)" />
<Project Include="*\src\*.builds" Exclude="@(ExcludeProjects)" />
<Project Include="*\test*\**\*.csproj" Exclude="@(ExcludeProjects)" />