﻿<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>
    </ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{047E20E6-119E-4AE2-BB0F-A38AC588B55E}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <StartupObject>UareUSampleVBNET.Program</StartupObject>
    <RootNamespace>UareUSampleVBNET</RootNamespace>
    <AssemblyName>UareUSampleVBNET</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <MyType>WindowsForms</MyType>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup>
    <OptionExplicit>On</OptionExplicit>
  </PropertyGroup>
  <PropertyGroup>
    <OptionCompare>Binary</OptionCompare>
  </PropertyGroup>
  <PropertyGroup>
    <OptionStrict>Off</OptionStrict>
  </PropertyGroup>
  <PropertyGroup>
    <OptionInfer>On</OptionInfer>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    <DebugSymbols>true</DebugSymbols>
    <DefineDebug>true</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <OutputPath>..\..\Bin\Debug\x64\</OutputPath>
    <DocumentationFile>
    </DocumentationFile>
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <CodeAnalysisLogFile>bin\Debug\UareUSampleVBNET.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
    <DefineTrace>true</DefineTrace>
    <OutputPath>bin\Release\</OutputPath>
    <DocumentationFile>
    </DocumentationFile>
    <Optimize>true</Optimize>
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <CodeAnalysisLogFile>bin\Release\UareUSampleVBNET.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="DPCtlUruNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Lib\.NET\DPCtlUruNet.dll</HintPath>
    </Reference>
    <Reference Include="DPUruNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7f32ef930fec5e5f, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Lib\.NET\DPUruNet.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Import Include="Microsoft.VisualBasic" />
    <Import Include="System" />
    <Import Include="System.Collections" />
    <Import Include="System.Collections.Generic" />
    <Import Include="System.Data" />
    <Import Include="System.Drawing" />
    <Import Include="System.Diagnostics" />
    <Import Include="System.Windows.Forms" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Capabilities.Designer.vb">
      <DependentUpon>Capabilities.vb</DependentUpon>
    </Compile>
    <Compile Include="Capabilities.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Capture.Designer.vb">
      <DependentUpon>Capture.vb</DependentUpon>
    </Compile>
    <Compile Include="Capture.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Stream.Designer.vb">
      <DependentUpon>Stream.vb</DependentUpon>
    </Compile>
    <Compile Include="Stream.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Enrollment.Designer.vb">
      <DependentUpon>Enrollment.vb</DependentUpon>
    </Compile>
    <Compile Include="Enrollment.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="EnrollmentControl.Designer.vb">
      <DependentUpon>EnrollmentControl.vb</DependentUpon>
    </Compile>
    <Compile Include="EnrollmentControl.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form_Main.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form_Main.Designer.vb">
      <DependentUpon>Form_Main.vb</DependentUpon>
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Identification.Designer.vb">
      <DependentUpon>Identification.vb</DependentUpon>
    </Compile>
    <Compile Include="Identification.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="IdentificationControl.Designer.vb">
      <DependentUpon>IdentificationControl.vb</DependentUpon>
    </Compile>
    <Compile Include="IdentificationControl.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="My Project\AssemblyInfo.vb" />
    <Compile Include="My Project\Resources.Designer.vb">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Program.vb" />
    <Compile Include="ReaderSelection.Designer.vb">
      <DependentUpon>ReaderSelection.vb</DependentUpon>
    </Compile>
    <Compile Include="ReaderSelection.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Verification.Designer.vb">
      <DependentUpon>Verification.vb</DependentUpon>
    </Compile>
    <Compile Include="Verification.vb">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Capabilities.resx">
      <DependentUpon>Capabilities.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Capture.resx">
      <DependentUpon>Capture.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Stream.resx">
      <DependentUpon>Stream.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Enrollment.resx">
      <DependentUpon>Enrollment.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="EnrollmentControl.resx">
      <DependentUpon>EnrollmentControl.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form_Main.resx">
      <DependentUpon>Form_Main.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Identification.resx">
      <DependentUpon>Identification.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="IdentificationControl.resx">
      <DependentUpon>IdentificationControl.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="My Project\Resources.resx">
      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
      <CustomToolNamespace>My.Resources</CustomToolNamespace>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="ReaderSelection.resx">
      <DependentUpon>ReaderSelection.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Verification.resx">
      <DependentUpon>Verification.vb</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>
