개정판 6b6bc870
markus.ImageComparer - opencvSharp으로 변경
Change-Id: I61b98727b99f086f90b997ce6419b5a6c352bb97
ImageComparer/Markus.ImageComparer/Markus.Image.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props')" /> |
|
3 | 4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 5 |
<PropertyGroup> |
5 | 6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
8 | 9 |
<OutputType>Library</OutputType> |
9 | 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 11 |
<RootNamespace>Markus.Image</RootNamespace> |
11 |
<AssemblyName>Markus.Image</AssemblyName> |
|
12 |
<AssemblyName>Markus.Image.OpenCV</AssemblyName>
|
|
12 | 13 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 14 |
<FileAlignment>512</FileAlignment> |
14 | 15 |
<Deterministic>true</Deterministic> |
... | ... | |
23 | 24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 25 |
<ErrorReport>prompt</ErrorReport> |
25 | 26 |
<WarningLevel>4</WarningLevel> |
27 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
26 | 28 |
</PropertyGroup> |
27 | 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 30 |
<DebugType>pdbonly</DebugType> |
... | ... | |
33 | 35 |
<WarningLevel>4</WarningLevel> |
34 | 36 |
</PropertyGroup> |
35 | 37 |
<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 Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
39 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.dll</HintPath>
|
|
38 | 40 |
</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 Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
42 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.Blob.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="OpenCvSharp.CPlusPlus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
45 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.CPlusPlus.dll</HintPath> |
|
46 |
</Reference> |
|
47 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
48 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.Extensions.dll</HintPath> |
|
49 |
</Reference> |
|
50 |
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
51 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.UserInterface.dll</HintPath> |
|
41 | 52 |
</Reference> |
42 | 53 |
<Reference Include="PresentationCore" /> |
54 |
<Reference Include="PresentationFramework" /> |
|
43 | 55 |
<Reference Include="System" /> |
44 | 56 |
<Reference Include="System.Core" /> |
45 | 57 |
<Reference Include="System.Drawing" /> |
58 |
<Reference Include="System.Windows.Forms" /> |
|
46 | 59 |
<Reference Include="System.Xml.Linq" /> |
47 | 60 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 | 61 |
<Reference Include="Microsoft.CSharp" /> |
... | ... | |
50 | 63 |
<Reference Include="System.Net.Http" /> |
51 | 64 |
<Reference Include="System.Xml" /> |
52 | 65 |
<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 | 66 |
</ItemGroup> |
57 | 67 |
<ItemGroup> |
58 | 68 |
<Compile Include="ImageComparer.cs" /> |
59 | 69 |
<Compile Include="ImageComparerBase.cs" /> |
70 |
<Compile Include="OpenCVExtensions.cs" /> |
|
60 | 71 |
<Compile Include="PixelFormatsConverter.cs" /> |
61 | 72 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
62 | 73 |
<Compile Include="SafeHBitmapHandle.cs" /> |
... | ... | |
64 | 75 |
<ItemGroup> |
65 | 76 |
<None Include="packages.config" /> |
66 | 77 |
</ItemGroup> |
67 |
<ItemGroup> |
|
68 |
<Content Include="License-LGPL.txt" /> |
|
69 |
</ItemGroup> |
|
70 | 78 |
<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 | 79 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
73 | 80 |
<PropertyGroup> |
74 | 81 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
75 | 82 |
</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'))" />
|
|
83 |
<Error Condition="!Exists('..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props'))" />
|
|
77 | 84 |
</Target> |
78 | 85 |
</Project> |
내보내기 Unified diff