Build doesn't need SDK installed anymore.

This commit is contained in:
Keivan Beigi
2013-01-16 15:59:03 -08:00
committed by kay.one
parent 901a64fdd4
commit e4f2121e25
4 changed files with 11 additions and 2 deletions

Binary file not shown.

View File

@@ -0,0 +1,9 @@
<?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>