﻿<?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>
