TombEngine/TR5Main/RuleSet.ruleset
TokyoSU ec169ec070 Added the ID_XX from TR3 (only entity)
- moved some code.
- added a ruleset to normally hide some bothersome warnings.
- uncommented the CustomObjects() code :)
2019-12-04 16:12:53 +01:00

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>