markus / ImageComparer / Markus.ImageComparer.EMGU / Markus.Image.EMGU.csproj @ b181bf47
이력 | 보기 | 이력해설 | 다운로드 (4.06 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProjectGuid>{96437AC2-24F9-48A7-AC24-221086017BB3}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>Markus.Image</RootNamespace> |
11 |
<AssemblyName>Markus.Image.EMGU</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<Deterministic>true</Deterministic> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<DebugType>pdbonly</DebugType> |
29 |
<Optimize>false</Optimize> |
30 |
<OutputPath>..\Release\EmguCV\</OutputPath> |
31 |
<DefineConstants>TRACE</DefineConstants> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
35 |
<ItemGroup> |
36 |
<Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
37 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath> |
38 |
</Reference> |
39 |
<Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL"> |
40 |
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath> |
41 |
</Reference> |
42 |
<Reference Include="PresentationCore" /> |
43 |
<Reference Include="System" /> |
44 |
<Reference Include="System.Core" /> |
45 |
<Reference Include="System.Drawing" /> |
46 |
<Reference Include="System.Xml.Linq" /> |
47 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 |
<Reference Include="Microsoft.CSharp" /> |
49 |
<Reference Include="System.Data" /> |
50 |
<Reference Include="System.Net.Http" /> |
51 |
<Reference Include="System.Xml" /> |
52 |
<Reference Include="WindowsBase" /> |
53 |
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> |
54 |
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath> |
55 |
</Reference> |
56 |
</ItemGroup> |
57 |
<ItemGroup> |
58 |
<Compile Include="ImageComparer.cs" /> |
59 |
<Compile Include="ImageComparerBase.cs" /> |
60 |
<Compile Include="PixelFormatsConverter.cs" /> |
61 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
62 |
<Compile Include="SafeHBitmapHandle.cs" /> |
63 |
</ItemGroup> |
64 |
<ItemGroup> |
65 |
<None Include="packages.config" /> |
66 |
</ItemGroup> |
67 |
<ItemGroup> |
68 |
<Content Include="License-LGPL.txt" /> |
69 |
</ItemGroup> |
70 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
71 |
<Import Project="..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets" Condition="Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" /> |
72 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
73 |
<PropertyGroup> |
74 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
75 |
</PropertyGroup> |
76 |
<Error Condition="!Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets'))" /> |
77 |
</Target> |
78 |
</Project> |