mkxp/windows_extra/mt.exe.config
pk-2000 bacca795c3
ruby-2.1.10 msys2 package and dlls
Added:
- the ruby-2.1.10 package for mysys2 (without openssl)
- manifest files needed to move the dlls under a subdirectory
- mt.exe from https://github.com/eladkarako/mt
2020-12-10 01:18:22 +02:00

9 lines
373 B
Text

<?xml version ="1.0"?>
<!-- This allows mt.exe to run on machines with the CLR v4 installed but not 1.1 or 2.0 -->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>