프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ImageComparer / Markus.ImageCompare / Markus.ImageCompare.csproj @ 57ae0756

이력 | 보기 | 이력해설 | 다운로드 (4.74 KB)

1 24c5e56c taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.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>{178149D2-68AB-4E20-8678-E9FC18C20DCB}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Markus.ImageCompare</RootNamespace>
12
    <AssemblyName>Markus.ImageCompare</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <Deterministic>true</Deterministic>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
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 68e3cd94 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
28 38d69491 taeseongkim
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
29 24c5e56c taeseongkim
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31
    <DebugType>pdbonly</DebugType>
32
    <Optimize>true</Optimize>
33 38d69491 taeseongkim
    <OutputPath>..\Release\</OutputPath>
34 24c5e56c taeseongkim
    <DefineConstants>TRACE</DefineConstants>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
  </PropertyGroup>
38
  <ItemGroup>
39
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
40
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.dll</HintPath>
41
    </Reference>
42
    <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
43
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Blob.dll</HintPath>
44
    </Reference>
45
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
46
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
47
    </Reference>
48
    <Reference Include="PresentationCore" />
49
    <Reference Include="System" />
50
    <Reference Include="System.Core" />
51
    <Reference Include="System.Drawing" />
52
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0-preview.7.20364.11\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
54
    </Reference>
55
    <Reference Include="System.Xml.Linq" />
56
    <Reference Include="System.Data.DataSetExtensions" />
57
    <Reference Include="Microsoft.CSharp" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Net.Http" />
60
    <Reference Include="System.Xml" />
61
    <Reference Include="WindowsBase" />
62
  </ItemGroup>
63
  <ItemGroup>
64
    <Compile Include="CompareStatus.cs" />
65
    <Compile Include="ImageCompare.cs" />
66
    <Compile Include="ImageCompareBase.cs" />
67
    <Compile Include="OpenCVExtensions.cs" />
68
    <Compile Include="PixelFormatsConverter.cs" />
69
    <Compile Include="Properties\AssemblyInfo.cs" />
70
    <Compile Include="SafeHBitmapHandle.cs" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <None Include="app.config" />
74
    <None Include="packages.config" />
75
  </ItemGroup>
76
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
77
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
78
    <PropertyGroup>
79
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
80
    </PropertyGroup>
81
    <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props'))" />
82
  </Target>
83
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)