Update dependencies
[master-thesis.git] / Parasitemia / WPF / WPF.csproj
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')" />
5   <PropertyGroup>
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.7.1</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <NuGetPackageImportStamp>
16     </NuGetPackageImportStamp>
17     <TargetFrameworkProfile />
18   </PropertyGroup>
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>
30   </PropertyGroup>
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>
40   </PropertyGroup>
41   <ItemGroup>
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     </Reference>
45     <Reference Include="Emgu.CV.UI.GL, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
46       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.GL.dll</HintPath>
47     </Reference>
48     <Reference Include="Emgu.CV.World, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
49       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.World.dll</HintPath>
50     </Reference>
51     <Reference Include="OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
52       <HintPath>..\packages\OpenTK.3.0.0\lib\net20\OpenTK.dll</HintPath>
53     </Reference>
54     <Reference Include="OpenTK.GLControl, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
55       <HintPath>..\packages\OpenTK.GLControl.3.0.0\lib\net20\OpenTK.GLControl.dll</HintPath>
56     </Reference>
57     <Reference Include="PresentationCore" />
58     <Reference Include="PresentationFramework" />
59     <Reference Include="System" />
60     <Reference Include="System.Core" />
61     <Reference Include="System.Drawing" />
62     <Reference Include="System.Windows.Forms" />
63     <Reference Include="System.Xml.Linq" />
64     <Reference Include="System.Data.DataSetExtensions" />
65     <Reference Include="Microsoft.CSharp" />
66     <Reference Include="System.Data" />
67     <Reference Include="System.Xml" />
68     <Reference Include="WindowsBase" />
69     <Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
70       <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
71     </Reference>
72   </ItemGroup>
73   <ItemGroup>
74     <Compile Include="BitmapSourceConverter.cs" />
75     <Compile Include="Properties\AssemblyInfo.cs" />
76   </ItemGroup>
77   <ItemGroup>
78     <None Include="app.config" />
79     <None Include="OpenTK.dll.config" />
80     <None Include="packages.config" />
81   </ItemGroup>
82   <ItemGroup>
83     <Content Include="License-LGPL.txt" />
84   </ItemGroup>
85   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
87     <PropertyGroup>
88       <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>
89     </PropertyGroup>
90     <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'))" />
91     <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'))" />
92   </Target>
93   <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
94   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
95        Other similar extension points exist, see Microsoft.Common.targets.
96   <Target Name="BeforeBuild">
97   </Target>
98   <Target Name="AfterBuild">
99   </Target>
100   -->
101 </Project>