File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
<UTF8OutPut >true</UTF8OutPut >
30
30
<HighEntropyVA >true</HighEntropyVA >
31
31
<ErrorReport >prompt</ErrorReport >
32
- <Optimize Condition =" '$(Optimize)' == ''" >true</Optimize >
33
32
<CLSCompliant >true</CLSCompliant >
34
33
<WarningLevel >4</WarningLevel >
35
34
<TreatWarningsAsErrors >false</TreatWarningsAsErrors >
76
75
<!-- Configuration specific properties -->
77
76
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'Checked'" >
78
77
<DebugSymbols >true</DebugSymbols >
78
+ <Optimize Condition =" '$(Optimize)' == '' and '$(Configuration)' == 'Debug'" >false</Optimize >
79
+ <Optimize Condition =" '$(Optimize)' == '' and '$(Configuration)' == 'Checked'" >true</Optimize >
79
80
<DebugType >full</DebugType >
80
81
<DefineConstants >DBG;_DEBUG;_LOGGING;DEBUG;TRACE;$(DefineConstants)</DefineConstants >
81
82
<DefineConstants Condition =" '$(Platform)' == 'x86' or '$(Platform)' == 'amd64'" >CODE_ANALYSIS;$(DefineConstants)</DefineConstants >
82
83
</PropertyGroup >
83
84
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
84
85
<DebugSymbols >true</DebugSymbols >
86
+ <Optimize Condition =" '$(Optimize)' == ''" >true</Optimize >
85
87
<DebugType >pdbOnly</DebugType >
86
88
<DefineConstants >TRACE;$(DefineConstants)</DefineConstants >
87
89
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments