1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.props" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" />
4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{314FD78E-870E-4794-BB16-EA4586F2ABDB}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>WPF</RootNamespace>
12 <AssemblyName>WPF</AssemblyName>
13 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp>
17 <TargetFrameworkProfile />
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <UseVSHostingProcess>false</UseVSHostingProcess>
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <Prefer32Bit>false</Prefer32Bit>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release\</OutputPath>
35 <DefineConstants>TRACE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 <PlatformTarget>AnyCPU</PlatformTarget>
39 <Prefer32Bit>false</Prefer32Bit>
42 <Reference Include="Emgu.CV.UI, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
43 <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.dll</HintPath>
44 <Private>True</Private>
46 <Reference Include="Emgu.CV.UI.GL, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
47 <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.GL.dll</HintPath>
48 <Private>True</Private>
50 <Reference Include="Emgu.CV.World, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
51 <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.World.dll</HintPath>
52 <Private>True</Private>
54 <Reference Include="OpenTK, Version=3.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
55 <HintPath>..\packages\OpenTK.3.2\lib\net20\OpenTK.dll</HintPath>
57 <Reference Include="OpenTK.GLControl, Version=3.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
58 <HintPath>..\packages\OpenTK.GLControl.3.1.0\lib\net20\OpenTK.GLControl.dll</HintPath>
60 <Reference Include="PresentationCore" />
61 <Reference Include="PresentationFramework" />
62 <Reference Include="System" />
63 <Reference Include="System.Core" />
64 <Reference Include="System.Drawing" />
65 <Reference Include="System.Windows.Forms" />
66 <Reference Include="System.Xml.Linq" />
67 <Reference Include="System.Data.DataSetExtensions" />
68 <Reference Include="Microsoft.CSharp" />
69 <Reference Include="System.Data" />
70 <Reference Include="System.Xml" />
71 <Reference Include="WindowsBase" />
72 <Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
73 <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
74 <Private>True</Private>
78 <Compile Include="BitmapSourceConverter.cs" />
79 <Compile Include="Properties\AssemblyInfo.cs" />
82 <None Include="app.config" />
83 <None Include="OpenTK.dll.config" />
84 <None Include="packages.config" />
87 <Content Include="License-LGPL.txt" />
89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
92 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
94 <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.props'))" />
95 <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.targets'))" />
97 <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
98 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99 Other similar extension points exist, see Microsoft.Common.targets.
100 <Target Name="BeforeBuild">
102 <Target Name="AfterBuild">