﻿<?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)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{F1653512-4118-41F0-B29C-3A63DB68CF13}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Demo</RootNamespace>
    <AssemblyName>Demo_1_2_0_0</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xaml" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="Vector.PanelControlPlugin">
      <HintPath>..\..\..\..\..\CANoe\release\11.0\bin\Exec32\Components\Vector.PanelControlPlugin\1.2.0.0\Vector.PanelControlPlugin.dll</HintPath>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="WindowsFormsIntegration" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ControlLibraryImpl.cs" />
    <Compile Include="DemoNavigationInfo\NavigationInfoInternal.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="DemoNavigationInfo\NavigationInfoInternal.Designer.cs">
      <DependentUpon>NavigationInfoInternal.cs</DependentUpon>
    </Compile>
    <Compile Include="DemoWpfControl\DataRow.cs" />
    <Compile Include="DemoTextBoxEx\DemoTextBoxEx.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="DemoNavigationInfo\DemoNavigationInfo.cs" />
    <Compile Include="DemoProgressBarEx\ProgressBarInternal.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="DemoProgressBarEx\ProgressBarInternal.Designer.cs">
      <DependentUpon>ProgressBarInternal.cs</DependentUpon>
    </Compile>
    <Compile Include="DemoProgressBarEx\DemoProgressBarEx.cs" />
    <Compile Include="DemoWpfControl\DemoWpfControl.xaml.cs">
      <DependentUpon>DemoWpfControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="resxfinder.cs" />
    <Compile Include="Helper\ValueChangedEventArgs.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="DemoNavigationInfo\NavigationInfoInternal.resx">
      <DependentUpon>NavigationInfoInternal.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DemoProgressBarEx\ProgressBarInternal.resx">
      <DependentUpon>ProgressBarInternal.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\LibraryImage.png" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\UserControlNavInfo.png" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\UserControlProgressBar.png" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\UserControlStaticText.png" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\UserControlWPF.png" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="DemoWpfControl\DemoWpfControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>