WinForms/WPF/OffScreen - Update Net 452 project files

- Remove LangVersion 7.3 attribute
- Define DEBUG for x86/x64 WinForms builds
This commit is contained in:
Alex Maitland
2021-09-24 12:02:15 +10:00
parent 94c06d6797
commit 0c0b588316
3 changed files with 2 additions and 6 deletions

View File

@@ -67,7 +67,6 @@
<DefineConstants>DEBUG;TRACE;ANYCPU</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
@@ -78,7 +77,6 @@
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>