add FilterConfig.json to project
This commit is contained in:
19
SM64 ROM Manager.LangResCollector/FilterConfig.json
Normal file
19
SM64 ROM Manager.LangResCollector/FilterConfig.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"FileNameBlackList": [
|
||||||
|
"Resources.resx",
|
||||||
|
"My*Icons.resx",
|
||||||
|
"*.de.resx",
|
||||||
|
"ReflectionSymbols.resx",
|
||||||
|
"WebLinks.resx",
|
||||||
|
"Form_About.resx"
|
||||||
|
],
|
||||||
|
"FileNameWhiteList": [
|
||||||
|
"*.resx"
|
||||||
|
],
|
||||||
|
"PropNameBlackList": [
|
||||||
|
">>*",
|
||||||
|
"*.AccessibleName",
|
||||||
|
"*.AccessibleDescription",
|
||||||
|
"radMenuSeparatorItem*"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -56,4 +56,10 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="FilterConfig.json">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user