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-07 01:03:06 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-07 02:16:20 +0300
commit9f14c0f2d12f8f5f5ed5643df06f4a9fc1625ca8 (patch)
treed367ed766885820a0bea60e0f35c44fbcdb1302f /src/System.Buffers
parent2b942aad5c4fae059e80b029a129fd5bb33be243 (diff)
Fix name of DocumenationFile so intellisense correctly builds
Fixes https://github.com/dotnet/corefx/issues/15823
Diffstat (limited to 'src/System.Buffers')
-rw-r--r--src/System.Buffers/src/System.Buffers.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Buffers/src/System.Buffers.csproj b/src/System.Buffers/src/System.Buffers.csproj
index 6d98b7b944..b67005178a 100644
--- a/src/System.Buffers/src/System.Buffers.csproj
+++ b/src/System.Buffers/src/System.Buffers.csproj
@@ -4,7 +4,7 @@
<PropertyGroup>
<ProjectGuid>{2ADDB484-6F57-4D71-A3FE-A57EC6329A2B}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
+ <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
<UseOpenKey Condition="'$(UseOpenKey)'==''">true</UseOpenKey>
<IsPartialFacadeAssembly Condition="'$(TargetGroup)' != 'netstandard' and '$(TargetGroup)' != 'netstandard1.1'">true</IsPartialFacadeAssembly>
<ExcludeResourcesImport Condition="'$(IsPartialFacadeAssembly)'=='true'">true</ExcludeResourcesImport>