Now using the MT tool for embedding the Manifest.
[LameXP.git] / etc / Utilities / MT.exe.config
blob88376d847b1578400b1640d204320d3318b42ed2
1 <?xml version ="1.0"?>
2 <!-- This allows mt.exe to run on machines with the CLR v4 installed but not 1.1 or 2.0 -->
3 <configuration>
4 <startup useLegacyV2RuntimeActivationPolicy="true">
5 <supportedRuntime version="v4.0"/>
6 <supportedRuntime version="v2.0.50727"/>
7 <supportedRuntime version="v1.1.4322"/>
8 </startup>
9 </configuration>