From 38fafb87aa087d367a357bef2e49ca34c25feca2 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 18 Nov 2020 12:01:33 -0500 Subject: [PATCH] Add NeutralLanguage for build in VS 16.8 --- src/NzbDrone.Common/Readarr.Common.csproj | 1 + src/NzbDrone/Readarr.csproj | 1 + src/Readarr.sln | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/src/NzbDrone.Common/Readarr.Common.csproj b/src/NzbDrone.Common/Readarr.Common.csproj index baeffe325..614911617 100644 --- a/src/NzbDrone.Common/Readarr.Common.csproj +++ b/src/NzbDrone.Common/Readarr.Common.csproj @@ -1,6 +1,7 @@  net462;netcoreapp3.1 + en diff --git a/src/NzbDrone/Readarr.csproj b/src/NzbDrone/Readarr.csproj index 004af1e77..b9087f9f7 100644 --- a/src/NzbDrone/Readarr.csproj +++ b/src/NzbDrone/Readarr.csproj @@ -2,6 +2,7 @@ WinExe net462;netcoreapp3.1 + en win-x64 true ..\NzbDrone.Host\Readarr.ico diff --git a/src/Readarr.sln b/src/Readarr.sln index 67a13a27a..c8311791b 100644 --- a/src/Readarr.sln +++ b/src/Readarr.sln @@ -67,6 +67,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInstall", "ServiceHe EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceUninstall", "ServiceHelpers\ServiceUninstall\ServiceUninstall.csproj", "{0E2B067C-4A97-430C-8767-D19ACB09A63A}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDC6D3C4-0487-48A8-80BB-5B118C5204B3}" + ProjectSection(SolutionItems) = preProject + ..\.editorconfig = ..\.editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Posix = Debug|Posix