diff --git a/eng/resources.targets b/eng/resources.targets index 20364de562ad1..65b880d91a7f7 100644 --- a/eng/resources.targets +++ b/eng/resources.targets @@ -1,9 +1,6 @@ - .cs - .vb - - $(MSBuildProjectDirectory)/Resources/Strings.resx + $(MSBuildProjectDirectory)\Resources\Strings.resx System SR FxResources.$(AssemblyName).$(StringResourcesClassName) @@ -15,20 +12,18 @@ - - - true - $(StringResourcesName) - true - $(StringResourcesNamespace).$(StringResourcesClassName) - - - - - - - true - Resources/Common/SR$(ResourcesSourceFileExtension) - + + + + + + diff --git a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj index 2e1387ea58c8d..8a16000e3f5e1 100644 --- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -41,7 +41,6 @@ MONO;NETCOREAPP;SYSTEM_PRIVATE_CORELIB true - true $(OutputPath)$(MSBuildProjectName).xml src