2020-01-16 22:52:41 +00:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
2020-08-28 13:12:09 +00:00
|
|
|
<AnalysisLevel>5</AnalysisLevel>
|
2020-01-16 22:52:41 +00:00
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<LangVersion>8.0</LangVersion>
|
2020-01-28 02:44:40 +00:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2020-01-26 00:32:18 +00:00
|
|
|
<RunAnalyzersDuringBuild Condition=" '$(MachineRunAnalyzersDuringBuild)' == '' ">false</RunAnalyzersDuringBuild>
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2020-01-16 22:52:41 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-05-28 10:50:54 +00:00
|
|
|
<DebugType>portable</DebugType>
|
2020-01-16 22:52:41 +00:00
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
2020-05-28 10:50:54 +00:00
|
|
|
<DebugType>portable</DebugType>
|
2020-01-16 22:52:41 +00:00
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
</PropertyGroup>
|
2020-06-30 04:44:39 +00:00
|
|
|
<PropertyGroup Condition=" '$(MachineExtraCompilationFlag)' != '' ">
|
|
|
|
<DefineConstants>$(DefineConstants);$(MachineExtraCompilationFlag)</DefineConstants>
|
|
|
|
</PropertyGroup>
|
2020-01-16 22:52:41 +00:00
|
|
|
</Project>
|