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>2017-02-14 22:28:54 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-14 23:07:51 +0300
commitc49f4c4e1207e07cbbee3f7d40f09dcf3d7615df (patch)
tree500485a7364b3e61ea8dfa99e1668161d33c7341 /src/System.Buffers
parent68e095181a248ee2ec4fcd9a48be22b656454e4e (diff)
Remove the key conditions so it is always correctly set
Removes UseOpenKey and UseECMAKey conditions in projects because they should always be set
Diffstat (limited to 'src/System.Buffers')
-rw-r--r--src/System.Buffers/ref/System.Buffers.csproj2
-rw-r--r--src/System.Buffers/src/System.Buffers.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Buffers/ref/System.Buffers.csproj b/src/System.Buffers/ref/System.Buffers.csproj
index 878d3f1b51..55eef16ffe 100644
--- a/src/System.Buffers/ref/System.Buffers.csproj
+++ b/src/System.Buffers/ref/System.Buffers.csproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<ProjectGuid>{11AE73F7-3532-47B9-8FF6-B4F22D76456C}</ProjectGuid>
- <UseOpenKey Condition="'$(UseOpenKey)'==''">true</UseOpenKey>
+ <UseOpenKey>true</UseOpenKey>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
diff --git a/src/System.Buffers/src/System.Buffers.csproj b/src/System.Buffers/src/System.Buffers.csproj
index b67005178a..b5b9dfb38a 100644
--- a/src/System.Buffers/src/System.Buffers.csproj
+++ b/src/System.Buffers/src/System.Buffers.csproj
@@ -5,7 +5,7 @@
<ProjectGuid>{2ADDB484-6F57-4D71-A3FE-A57EC6329A2B}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
- <UseOpenKey Condition="'$(UseOpenKey)'==''">true</UseOpenKey>
+ <UseOpenKey>true</UseOpenKey>
<IsPartialFacadeAssembly Condition="'$(TargetGroup)' != 'netstandard' and '$(TargetGroup)' != 'netstandard1.1'">true</IsPartialFacadeAssembly>
<ExcludeResourcesImport Condition="'$(IsPartialFacadeAssembly)'=='true'">true</ExcludeResourcesImport>
</PropertyGroup>