mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00

- moved some code. - added a ruleset to normally hide some bothersome warnings. - uncommented the CustomObjects() code :)
10 lines
No EOL
457 B
XML
10 lines
No EOL
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="New Rule Set" Description=" " ToolsVersion="16.0">
|
|
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
|
</Rules>
|
|
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
|
|
<Rule Id="C26812" Action="Hidden" />
|
|
<Rule Id="C26439" Action="Hidden" />
|
|
<Rule Id="C26495" Action="Hidden" />
|
|
</Rules>
|
|
</RuleSet> |