Add OpenRA.StyleCheck.exe.config

This commit is contained in:
reaperrr
2019-03-03 23:31:47 +01:00
committed by reaperrr
parent 33060a661f
commit 2c311a84c9

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>