mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
10 lines
325 B
XML
Executable file
10 lines
325 B
XML
Executable file
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
|
</startup>
|
|
<runtime>
|
|
<loadFromRemoteSources enabled="true"/>
|
|
</runtime>
|
|
<dllmap dll="devil.dll" target="libIL.so.1" os="linux" />
|
|
</configuration>
|