Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcumming@microsoft.com>2021-03-25 18:01:59 +0300
committerMichael Cummings <mcumming@microsoft.com>2021-03-26 15:35:04 +0300
commit30ba02a399103350ce40545099282d4499b1e12a (patch)
tree4ca4b1a751940a1730016a748f5bba67d386cc1a /.config
parent1fd6c0b7f1221222bc93d0d509e267c64e19cb45 (diff)
Migrate to OneLocBuild
refactor build automation scripts
Diffstat (limited to '.config')
-rw-r--r--.config/CredScanSuppressions.json6
-rw-r--r--.config/LocProject.json17
-rw-r--r--.config/Policheck/Rule-zh-all.mdbbin0 -> 393216 bytes
-rw-r--r--.config/Policheck/UserExclusion.cs.xml17
-rw-r--r--.config/Policheck/UserExclusion.de.xml17
-rw-r--r--.config/Policheck/UserExclusion.en.xml17
-rw-r--r--.config/Policheck/UserExclusion.es.xml17
-rw-r--r--.config/Policheck/UserExclusion.fr.xml17
-rw-r--r--.config/Policheck/UserExclusion.it.xml17
-rw-r--r--.config/Policheck/UserExclusion.ja.xml17
-rw-r--r--.config/Policheck/UserExclusion.ko.xml17
-rw-r--r--.config/Policheck/UserExclusion.pl.xml17
-rw-r--r--.config/Policheck/UserExclusion.pt-br.xml17
-rw-r--r--.config/Policheck/UserExclusion.ru.xml17
-rw-r--r--.config/Policheck/UserExclusion.tr.xml17
-rw-r--r--.config/Policheck/UserExclusion.xml18
-rw-r--r--.config/Policheck/UserExclusion.zh-hans.xml17
-rw-r--r--.config/Policheck/UserExclusion.zh-hant.xml17
18 files changed, 279 insertions, 0 deletions
diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json
new file mode 100644
index 0000000..c02bb2d
--- /dev/null
+++ b/.config/CredScanSuppressions.json
@@ -0,0 +1,6 @@
+{
+ "tool": "Credential Scanner",
+ "suppressions": [
+
+ ]
+} \ No newline at end of file
diff --git a/.config/LocProject.json b/.config/LocProject.json
new file mode 100644
index 0000000..60512d2
--- /dev/null
+++ b/.config/LocProject.json
@@ -0,0 +1,17 @@
+{
+ "Projects": [
+ {
+ "LanguageSet": "VS_Main_Languages",
+ "LocItems": [
+ {
+ "SourceFile": "Xamarin.PropertyEditing\Resources\Resources.resx",
+ "LclFile": "loc\\{Lang}\\Xamarin.PropertyEditing\\Resources\\Resources.resx.lcl",
+ "CopyOption": "LangIDOnName",
+ "OutputPath": "\\Xamarin.PropertyEditing\\Resources\\Resources"
+ }
+ ],
+ "LssFiles": [],
+ "CloneLanguageSet": ""
+ }
+ ]
+} \ No newline at end of file
diff --git a/.config/Policheck/Rule-zh-all.mdb b/.config/Policheck/Rule-zh-all.mdb
new file mode 100644
index 0000000..edd7154
--- /dev/null
+++ b/.config/Policheck/Rule-zh-all.mdb
Binary files differ
diff --git a/.config/Policheck/UserExclusion.cs.xml b/.config/Policheck/UserExclusion.cs.xml
new file mode 100644
index 0000000..c02b38e
--- /dev/null
+++ b/.config/Policheck/UserExclusion.cs.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.de.xml b/.config/Policheck/UserExclusion.de.xml
new file mode 100644
index 0000000..82fcabc
--- /dev/null
+++ b/.config/Policheck/UserExclusion.de.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.en.xml b/.config/Policheck/UserExclusion.en.xml
new file mode 100644
index 0000000..4e3837d
--- /dev/null
+++ b/.config/Policheck/UserExclusion.en.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.es.xml b/.config/Policheck/UserExclusion.es.xml
new file mode 100644
index 0000000..55dcdff
--- /dev/null
+++ b/.config/Policheck/UserExclusion.es.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.fr.xml b/.config/Policheck/UserExclusion.fr.xml
new file mode 100644
index 0000000..4e3837d
--- /dev/null
+++ b/.config/Policheck/UserExclusion.fr.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.it.xml b/.config/Policheck/UserExclusion.it.xml
new file mode 100644
index 0000000..166fdc5
--- /dev/null
+++ b/.config/Policheck/UserExclusion.it.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.ja.xml b/.config/Policheck/UserExclusion.ja.xml
new file mode 100644
index 0000000..fa66562
--- /dev/null
+++ b/.config/Policheck/UserExclusion.ja.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.ko.xml b/.config/Policheck/UserExclusion.ko.xml
new file mode 100644
index 0000000..718ca73
--- /dev/null
+++ b/.config/Policheck/UserExclusion.ko.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.pl.xml b/.config/Policheck/UserExclusion.pl.xml
new file mode 100644
index 0000000..bfb41fb
--- /dev/null
+++ b/.config/Policheck/UserExclusion.pl.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.pt-br.xml b/.config/Policheck/UserExclusion.pt-br.xml
new file mode 100644
index 0000000..e85f0c6
--- /dev/null
+++ b/.config/Policheck/UserExclusion.pt-br.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.ru.xml b/.config/Policheck/UserExclusion.ru.xml
new file mode 100644
index 0000000..5ff0cf1
--- /dev/null
+++ b/.config/Policheck/UserExclusion.ru.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.tr.xml b/.config/Policheck/UserExclusion.tr.xml
new file mode 100644
index 0000000..e749d4a
--- /dev/null
+++ b/.config/Policheck/UserExclusion.tr.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.xml b/.config/Policheck/UserExclusion.xml
new file mode 100644
index 0000000..b88ce30
--- /dev/null
+++ b/.config/Policheck/UserExclusion.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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>-->
+ <Exclusion Type="FileType">.RESX</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.zh-hans.xml b/.config/Policheck/UserExclusion.zh-hans.xml
new file mode 100644
index 0000000..eefd63b
--- /dev/null
+++ b/.config/Policheck/UserExclusion.zh-hans.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.RESX|RESOURCES.ZH-HANT.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/.config/Policheck/UserExclusion.zh-hant.xml b/.config/Policheck/UserExclusion.zh-hant.xml
new file mode 100644
index 0000000..e7cfe92
--- /dev/null
+++ b/.config/Policheck/UserExclusion.zh-hant.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- 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">BOT_PROVISIONING|BUILD|COMMON|CONTROLS|DRAWING|REFLECTION|VIEWMODELS|XAMARIN.PROPERTYEDITING.MAC|XAMARIN.PROPERTYEDITING.MAC.STANDALONE|XAMARIN.PROPERTYEDITING.TESTS|XAMARIN.PROPERTYEDITING.WINDOWS|XAMARIN.PROPERTYEDITING.WINDOWS.STANDALONE</Exclusion>
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <Exclusion Type="FileType">.CS|.CSPROJ</Exclusion>
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <Exclusion Type="FileName">RESOURCES.CS.RESX|RESOURCES.DE.RESX|RESOURCES.ES.RESX|RESOURCES.FR.RESX|RESOURCES.IT.RESX|RESOURCES.JA.RESX|RESOURCES.KO.RESX|RESOURCES.PL.RESX|RESOURCES.PT-BR.RESX|RESOURCES.RU.RESX|RESOURCES.TR.RESX|RESOURCES.ZH-HANS.RESX|RESOURCES.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file