This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1212 <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <TargetFrameworkProfile />
15+ <CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
16+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
17+ <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
1518 </PropertyGroup >
1619 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1720 <DebugSymbols >true</DebugSymbols >
2124 <DefineConstants >DEBUG;TRACE</DefineConstants >
2225 <ErrorReport >prompt</ErrorReport >
2326 <WarningLevel >4</WarningLevel >
27+ <RunCodeAnalysis >false</RunCodeAnalysis >
2428 </PropertyGroup >
2529 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2630 <DebugType >pdbonly</DebugType >
2933 <DefineConstants >TRACE</DefineConstants >
3034 <ErrorReport >prompt</ErrorReport >
3135 <WarningLevel >4</WarningLevel >
36+ <RunCodeAnalysis >true</RunCodeAnalysis >
3237 </PropertyGroup >
3338 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'" >
3439 <DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments