<?xml version="1.0" encoding="utf-8" ?>
<!--
    Exclusion list for PoliCheck. This should only exclude file paths for 3rd-party code and stuff that doesn't ship.
    DO NOT exclude files just because they have false positives.

    When adding new values, use UPPER CASE - all values will be compared only to the UPPER CASE strings.
-->
<PoliCheckExclusions>
  <!-- Each of these exclusions is a folder name - if \[name]\ exists in the file path, it will be skipped -->
  <!-- <Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
  
  <!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be skipped -->
  <!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->

  <!-- Each of these file types will be completely skipped for the entire scan -->
  <!--<Exclusion Type="FileType">.ABC|XYZ</Exclusion>-->

  <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
  <!-- <Exclusion Type="FileName">ABC|XYZ</Exclusion>-->
</PoliCheckExclusions>