Not searching device on every character input from our vendor and product text field.
Selecting a device in our tree now triggers a search for it.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4 <StartWithIE>true</StartWithIE>
6 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
7 <StartWithIE>true</StartWithIE>
9 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
10 <StartWithIE>true</StartWithIE>
12 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
13 <StartWithIE>true</StartWithIE>
15 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
16 <StartWithIE>true</StartWithIE>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
19 <StartWithIE>true</StartWithIE>
22 <PublishUrlHistory>publish\</PublishUrlHistory>
26 <BootstrapperUrlHistory />
27 <ErrorReportUrlHistory />
28 <FallbackCulture>en-US</FallbackCulture>
29 <VerifyUploadedFiles>false</VerifyUploadedFiles>