From eb97568b3aa35ccdee50d4e688973c60f6a92806 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 16 Nov 2020 11:50:48 -0500 Subject: [PATCH] Add NeutralLanguage for build in VS 16.8 --- src/Lidarr.sln | 5 +++++ src/NzbDrone.Common/Lidarr.Common.csproj | 1 + src/NzbDrone/Lidarr.csproj | 1 + 3 files changed, 7 insertions(+) diff --git a/src/Lidarr.sln b/src/Lidarr.sln index c4d1196ba..aff6db32a 100644 --- a/src/Lidarr.sln +++ b/src/Lidarr.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", "{AB5B93A8-74C5-44BD-9F54-E95566A815D2}" + ProjectSection(SolutionItems) = preProject + ..\.editorconfig = ..\.editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Posix = Debug|Posix diff --git a/src/NzbDrone.Common/Lidarr.Common.csproj b/src/NzbDrone.Common/Lidarr.Common.csproj index cd2671c1c..5b845ee7d 100644 --- a/src/NzbDrone.Common/Lidarr.Common.csproj +++ b/src/NzbDrone.Common/Lidarr.Common.csproj @@ -1,6 +1,7 @@  net462;netcoreapp3.1 + en diff --git a/src/NzbDrone/Lidarr.csproj b/src/NzbDrone/Lidarr.csproj index 03065ca9e..f765e17b5 100644 --- a/src/NzbDrone/Lidarr.csproj +++ b/src/NzbDrone/Lidarr.csproj @@ -2,6 +2,7 @@ WinExe net462;netcoreapp3.1 + en win-x64 true ..\NzbDrone.Host\NzbDrone.ico