2018-09-17 15:20:28 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {AFE13E01-F592-4F23-B76C-1D2D33D475FD}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > FaceRecognizer</RootNamespace>
<AssemblyName > FaceRecognizer</AssemblyName>
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
2018-09-17 15:33:56 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2018-09-17 15:20:28 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<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' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2018-09-17 15:33:56 +02:00
<Reference Include= "Emgu.CV.UI, Version=3.4.1.2976, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\EMGU.CV.3.4.1.2976\lib\net35\Emgu.CV.UI.dll</HintPath>
</Reference>
<Reference Include= "Emgu.CV.World, Version=3.4.1.2976, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\EMGU.CV.3.4.1.2976\lib\net35\Emgu.CV.World.dll</HintPath>
</Reference>
2018-09-17 15:20:28 +02:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
2018-09-17 15:33:56 +02:00
<Reference Include= "ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL" >
<HintPath > ..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
</Reference>
2018-09-17 15:20:28 +02:00
</ItemGroup>
<ItemGroup >
2018-09-18 07:43:19 +02:00
<Compile Include= "MainForm.cs" >
2018-09-17 15:20:28 +02:00
<SubType > Form</SubType>
</Compile>
2018-09-18 07:43:19 +02:00
<Compile Include= "MainForm.Designer.cs" >
<DependentUpon > MainForm.cs</DependentUpon>
2018-09-17 15:20:28 +02:00
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-09-18 07:43:19 +02:00
<EmbeddedResource Include= "MainForm.resx" >
<DependentUpon > MainForm.cs</DependentUpon>
2018-09-17 15:27:56 +02:00
</EmbeddedResource>
2018-09-17 15:20:28 +02:00
<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>
</Compile>
2018-09-17 15:33:56 +02:00
<None Include= "packages.config" />
2018-09-17 15:20:28 +02:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
2018-09-17 15:33:56 +02:00
<ItemGroup >
<Content Include= "License-LGPL.txt" />
</ItemGroup>
2018-09-17 15:20:28 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-09-17 15:33:56 +02:00
<Import Project= "..\packages\EMGU.CV.3.4.1.2976\build\EMGU.CV.targets" Condition= "Exists('..\packages\EMGU.CV.3.4.1.2976\build\EMGU.CV.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<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>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\EMGU.CV.3.4.1.2976\build\EMGU.CV.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.3.4.1.2976\build\EMGU.CV.targets'))" />
</Target>
2018-09-17 15:20:28 +02:00
</Project>