File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
CefSharp.MinimalExample.OffScreen
CefSharp.MinimalExample.WinForms
CefSharp.MinimalExample.Wpf Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 67
67
<DefineConstants >DEBUG;TRACE;ANYCPU</DefineConstants >
68
68
<DebugType >full</DebugType >
69
69
<PlatformTarget >AnyCPU</PlatformTarget >
70
- <LangVersion >7.3</LangVersion >
71
70
<ErrorReport >prompt</ErrorReport >
72
71
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
73
72
<Prefer32Bit >false</Prefer32Bit >
78
77
<Optimize >true</Optimize >
79
78
<DebugType >pdbonly</DebugType >
80
79
<PlatformTarget >AnyCPU</PlatformTarget >
81
- <LangVersion >7.3</LangVersion >
82
80
<ErrorReport >prompt</ErrorReport >
83
81
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
84
82
<Prefer32Bit >false</Prefer32Bit >
Original file line number Diff line number Diff line change 33
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
34
34
<PlatformTarget >x64</PlatformTarget >
35
35
<OutputPath >bin\x64\Debug\net452\</OutputPath >
36
+ <DefineConstants >DEBUG</DefineConstants >
36
37
<Prefer32Bit >false</Prefer32Bit >
37
38
</PropertyGroup >
38
39
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
45
46
<OutputPath >bin\x86\Debug\net452\</OutputPath >
46
47
<PlatformTarget >x86</PlatformTarget >
47
48
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
49
+ <DefineConstants >DEBUG</DefineConstants >
48
50
<Prefer32Bit >false</Prefer32Bit >
49
51
</PropertyGroup >
50
52
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
57
59
<DebugSymbols >true</DebugSymbols >
58
60
<OutputPath >bin\AnyCPU\Debug\net452\</OutputPath >
59
61
<PlatformTarget >AnyCPU</PlatformTarget >
60
- <LangVersion >7.3</LangVersion >
61
62
<DefineConstants >DEBUG;TRACE;ANYCPU</DefineConstants >
62
63
<Prefer32Bit >false</Prefer32Bit >
63
64
</PropertyGroup >
64
65
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
65
66
<OutputPath >bin\AnyCPU\Release\net452\</OutputPath >
66
67
<PlatformTarget >AnyCPU</PlatformTarget >
67
- <LangVersion >7.3</LangVersion >
68
68
<DefineConstants >TRACE;ANYCPU</DefineConstants >
69
69
<Prefer32Bit >false</Prefer32Bit >
70
70
</PropertyGroup >
Original file line number Diff line number Diff line change 70
70
<DefineConstants >DEBUG;TRACE;ANYCPU</DefineConstants >
71
71
<DebugType >full</DebugType >
72
72
<PlatformTarget >AnyCPU</PlatformTarget >
73
- <LangVersion >7.3</LangVersion >
74
73
<ErrorReport >prompt</ErrorReport >
75
74
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
76
75
<Prefer32Bit >false</Prefer32Bit >
81
80
<Optimize >true</Optimize >
82
81
<DebugType >pdbonly</DebugType >
83
82
<PlatformTarget >AnyCPU</PlatformTarget >
84
- <LangVersion >7.3</LangVersion >
85
83
<ErrorReport >prompt</ErrorReport >
86
84
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
87
85
<Prefer32Bit >false</Prefer32Bit >
You can’t perform that action at this time.
0 commit comments