From 3acfe8d51af990d6ae6603c2f6ff6dfb814d9d06 Mon Sep 17 00:00:00 2001 From: Atsushi Kanamori Date: Tue, 28 Mar 2017 14:03:21 -0700 Subject: [PATCH] Get VS to quit bugging me about replacing SR.cs already. (dotnet/coreclr#10530) Fix https://github.com/dotnet/coreclr/issues/10358 Commit migrated from https://github.com/dotnet/coreclr/commit/9e9eb4548e055f2aa12a5300c0ce207d524ee9ca --- src/coreclr/src/mscorlib/System.Private.CoreLib.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj index bba1ff4..adeac14 100644 --- a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj @@ -39,6 +39,7 @@ the GenerateReferenceAssemblyPaths task (not target) and to prevent it from outputting a warning (MSB3644). --> <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)/Documentation <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)/Documentation + true @@ -927,6 +928,7 @@ + -- 2.7.4