Skip to content

Commit 0c0b588

Browse files
committed
WinForms/WPF/OffScreen - Update Net 452 project files
- Remove LangVersion 7.3 attribute - Define DEBUG for x86/x64 WinForms builds
1 parent 94c06d6 commit 0c0b588

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<DefineConstants>DEBUG;TRACE;ANYCPU</DefineConstants>
6868
<DebugType>full</DebugType>
6969
<PlatformTarget>AnyCPU</PlatformTarget>
70-
<LangVersion>7.3</LangVersion>
7170
<ErrorReport>prompt</ErrorReport>
7271
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7372
<Prefer32Bit>false</Prefer32Bit>
@@ -78,7 +77,6 @@
7877
<Optimize>true</Optimize>
7978
<DebugType>pdbonly</DebugType>
8079
<PlatformTarget>AnyCPU</PlatformTarget>
81-
<LangVersion>7.3</LangVersion>
8280
<ErrorReport>prompt</ErrorReport>
8381
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
8482
<Prefer32Bit>false</Prefer32Bit>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
3434
<PlatformTarget>x64</PlatformTarget>
3535
<OutputPath>bin\x64\Debug\net452\</OutputPath>
36+
<DefineConstants>DEBUG</DefineConstants>
3637
<Prefer32Bit>false</Prefer32Bit>
3738
</PropertyGroup>
3839
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
@@ -45,6 +46,7 @@
4546
<OutputPath>bin\x86\Debug\net452\</OutputPath>
4647
<PlatformTarget>x86</PlatformTarget>
4748
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49+
<DefineConstants>DEBUG</DefineConstants>
4850
<Prefer32Bit>false</Prefer32Bit>
4951
</PropertyGroup>
5052
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
@@ -57,14 +59,12 @@
5759
<DebugSymbols>true</DebugSymbols>
5860
<OutputPath>bin\AnyCPU\Debug\net452\</OutputPath>
5961
<PlatformTarget>AnyCPU</PlatformTarget>
60-
<LangVersion>7.3</LangVersion>
6162
<DefineConstants>DEBUG;TRACE;ANYCPU</DefineConstants>
6263
<Prefer32Bit>false</Prefer32Bit>
6364
</PropertyGroup>
6465
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
6566
<OutputPath>bin\AnyCPU\Release\net452\</OutputPath>
6667
<PlatformTarget>AnyCPU</PlatformTarget>
67-
<LangVersion>7.3</LangVersion>
6868
<DefineConstants>TRACE;ANYCPU</DefineConstants>
6969
<Prefer32Bit>false</Prefer32Bit>
7070
</PropertyGroup>

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<DefineConstants>DEBUG;TRACE;ANYCPU</DefineConstants>
7171
<DebugType>full</DebugType>
7272
<PlatformTarget>AnyCPU</PlatformTarget>
73-
<LangVersion>7.3</LangVersion>
7473
<ErrorReport>prompt</ErrorReport>
7574
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7675
<Prefer32Bit>false</Prefer32Bit>
@@ -81,7 +80,6 @@
8180
<Optimize>true</Optimize>
8281
<DebugType>pdbonly</DebugType>
8382
<PlatformTarget>AnyCPU</PlatformTarget>
84-
<LangVersion>7.3</LangVersion>
8583
<ErrorReport>prompt</ErrorReport>
8684
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
8785
<Prefer32Bit>false</Prefer32Bit>

0 commit comments

Comments
 (0)