mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Build doesn't need SDK installed anymore.
This commit is contained in:
parent
901a64fdd4
commit
e4f2121e25
4 changed files with 11 additions and 2 deletions
BIN
Libraries/Manifest Tool/mt.exe
Normal file
BIN
Libraries/Manifest Tool/mt.exe
Normal file
Binary file not shown.
9
Libraries/Manifest Tool/mt.exe.config
Normal file
9
Libraries/Manifest Tool/mt.exe.config
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue