mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 09:50:44 -05:00
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" />
|
||
|
<supportedRuntime version="v2.0.50727" />
|
||
|
</startup>
|
||
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<probing privatePath="bin" />
|
||
|
</assemblyBinding>
|
||
|
<loadFromRemoteSources enabled="true" />
|
||
|
</runtime>
|
||
|
</configuration>
|