aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/Emby.Drawing.csproj
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-12-05 13:54:28 +0100
committerGitHub <noreply@github.com>2022-12-05 13:54:28 +0100
commit210a4921f2bc96b8f87a9ac7c1a348fcee792329 (patch)
tree0b41888134ba857a6338328c859c39d48409087e /Emby.Drawing/Emby.Drawing.csproj
parentbf3ff1584310ea260f27187867c0945c53a58e20 (diff)
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
-rw-r--r--Emby.Drawing/Emby.Drawing.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj
index 8f64b0b214..177172e8a5 100644
--- a/Emby.Drawing/Emby.Drawing.csproj
+++ b/Emby.Drawing/Emby.Drawing.csproj
@@ -11,10 +11,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- </PropertyGroup>
-
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />