﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{7D70F546-451C-4001-966E-0BCE4012CC16}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>UareUSampleCSharp</RootNamespace>
    <AssemblyName>UareUSampleCSharp</AssemblyName>
    <PlatformFamilyName>WindowsCE</PlatformFamilyName>
    <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
    <OSVersion>5.0</OSVersion>
    <DeployDirSuffix>dprv</DeployDirSuffix>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <NativePlatformName>Windows CE</NativePlatformName>
    <FormFactorID>
    </FormFactorID>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\Bin\Debug\x64\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>false</SignAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>UareUSampleCSharp.Program</StartupObject>
  </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, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Lib\.NET\DPUruNet.dll</HintPath>
    </Reference>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Capabilities.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Capabilities.Designer.cs">
      <DependentUpon>Capabilities.cs</DependentUpon>
    </Compile>
    <Compile Include="Capture.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Capture.Designer.cs">
      <DependentUpon>Capture.cs</DependentUpon>
    </Compile>
    <Compile Include="Enrollment.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Enrollment.Designer.cs">
      <DependentUpon>Enrollment.cs</DependentUpon>
    </Compile>
    <Compile Include="EnrollmentControl.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="EnrollmentControl.Designer.cs">
      <DependentUpon>EnrollmentControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Form_Main.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form_Main.Designer.cs">
      <DependentUpon>Form_Main.cs</DependentUpon>
    </Compile>
    <Compile Include="Identification.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Identification.Designer.cs">
      <DependentUpon>Identification.cs</DependentUpon>
    </Compile>
    <Compile Include="IdentificationControl.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="IdentificationControl.Designer.cs">
      <DependentUpon>IdentificationControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ReaderSelection.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ReaderSelection.Designer.cs">
      <DependentUpon>ReaderSelection.cs</DependentUpon>
    </Compile>
    <Compile Include="Stream.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Stream.Designer.cs">
      <DependentUpon>Stream.cs</DependentUpon>
    </Compile>
    <Compile Include="Verification.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Verification.Designer.cs">
      <DependentUpon>Verification.cs</DependentUpon>
    </Compile>
    <EmbeddedResource Include="Capabilities.resx">
      <DependentUpon>Capabilities.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Capture.resx">
      <DependentUpon>Capture.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Enrollment.resx">
      <DependentUpon>Enrollment.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="EnrollmentControl.resx">
      <DependentUpon>EnrollmentControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form_Main.resx">
      <DependentUpon>Form_Main.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Identification.resx">
      <DependentUpon>Identification.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="IdentificationControl.resx">
      <DependentUpon>IdentificationControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <EmbeddedResource Include="ReaderSelection.resx">
      <DependentUpon>ReaderSelection.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Stream.resx">
      <DependentUpon>Stream.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Verification.resx">
      <DependentUpon>Verification.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
        <HostingProcess disable="1" />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
  <!-- 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>
