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:
authorlouluqun <louluqun@hotmail.com>2016-10-08 19:58:16 +0300
committerlouluqun <louluqun@hotmail.com>2016-10-08 19:58:16 +0300
commit97eae46867d427d0948b5a184dfc5ed4b0cc6971 (patch)
treebf390a5cfb90c2491e0f9ef58b57bd0d2f9dc33a /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parent2287b3cca527179f367caacb0c0242f5eeea9be1 (diff)
Try fix unable resolve type problem
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, 2 insertions, 2 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index afeea8e912..cf7afa6939 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <UseECMAKey Condition="'$(UseECMAKey)' == ''">true</UseECMAKey>
+ <UseECMAKey>true</UseECMAKey>
<!--
NOTE: Suppress false positive warning for the special case where we're building System.Runtime.WindowsRuntime itself
at a version other than 4.0.0.0, which is referenced indirectly via the mscorlib.dll design-time facade, which
@@ -26,4 +26,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<!-- Temporarily disable TFM validation until its fixed to ignore windows.winmd -->
<Target Name="ValidatePackageTargetFramework" />
-</Project> \ No newline at end of file
+</Project>