7 lines
323 B
Plaintext
7 lines
323 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<RuleSet Name="suppress_warning" ToolsVersion="16.0">
|
||
|
|
<Include Path="nativerecommendedrules.ruleset" Action="Default" />
|
||
|
|
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
|
||
|
|
<Rule Id="C26812" Action="None" />
|
||
|
|
</Rules>
|
||
|
|
</RuleSet>
|