App config for StyleCheck

This commit is contained in:
portablestew
2019-02-10 16:31:23 -08:00
committed by Paul Chote
parent 117dde32ba
commit d592f37617
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="mods/common"></probing>
</assemblyBinding>
</runtime>
</configuration>