Optimize debug builds

This commit is contained in:
Oliver Booth 2022-04-20 17:35:56 +01:00
parent 2a6df446c2
commit d9b60fbb94
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<Optimize>true</Optimize>
<ImplicitUsings>true</ImplicitUsings>
<Authors>Oliver Booth</Authors>
<NeutralLanguage>en</NeutralLanguage>