Added my tools collection for driver development
This commit is contained in:
BIN
usbview/usbview.exe
(Stored with Git LFS)
Normal file
BIN
usbview/usbview.exe
(Stored with Git LFS)
Normal file
Binary file not shown.
12
usbview/usbview.exe.config
Normal file
12
usbview/usbview.exe.config
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user