blob: fe947d6fd3e1b33f408cf9b0137e6e4b2aeb4d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" ?>
<!-- This config file is needed for Usbview to run on machines without .net3.5 installed -->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0,Profile=Full"/>
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v3.5"/>
<supportedRuntime version="v3.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
|