1
0

Added my tools collection for driver development

This commit is contained in:
2023-06-05 17:08:52 +02:00
commit f45a15d1c0
107 changed files with 41934 additions and 0 deletions

BIN
usbview/usbview.exe (Stored with Git LFS) Normal file

Binary file not shown.

View 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>