프로젝트

일반

사용자정보

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

markus / ImageComparer / Markus.ImageComparer - 복사본 / Markus.Image.csproj @ 2007ecaa

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

1 2007ecaa 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.20200524\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\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>{B3B05CED-F4EB-4F9D-B458-12FCBE48D546}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Markus.Image</RootNamespace>
12
    <AssemblyName>Markus.Image.OpenCV</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <Deterministic>true</Deterministic>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
    <TargetFrameworkProfile />
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>false</Optimize>
24
    <OutputPath>bin\Debug\</OutputPath>
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31
    <DebugType>pdbonly</DebugType>
32
    <Optimize>false</Optimize>
33
    <OutputPath>..\Release\OpenCV\</OutputPath>
34
    <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.20200524\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.20200524\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.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
47
    </Reference>
48
    <Reference Include="PresentationCore" />
49
    <Reference Include="PresentationFramework" />
50
    <Reference Include="System" />
51
    <Reference Include="System.Core" />
52
    <Reference Include="System.Drawing" />
53
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
54
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
55
    </Reference>
56
    <Reference Include="System.Windows.Forms" />
57
    <Reference Include="System.Xml.Linq" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="Microsoft.CSharp" />
60
    <Reference Include="System.Data" />
61
    <Reference Include="System.Net.Http" />
62
    <Reference Include="System.Xml" />
63
    <Reference Include="WindowsBase" />
64
  </ItemGroup>
65
  <ItemGroup>
66
    <Compile Include="CompareStatus.cs" />
67
    <Compile Include="ImageCompare.cs" />
68
    <Compile Include="ImageCompareBase.cs" />
69
    <Compile Include="OpenCVExtensions.cs" />
70
    <Compile Include="PixelFormatsConverter.cs" />
71
    <Compile Include="Properties\AssemblyInfo.cs" />
72
    <Compile Include="SafeHBitmapHandle.cs" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <None Include="packages.config" />
76
  </ItemGroup>
77
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
79
    <PropertyGroup>
80
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
81
    </PropertyGroup>
82
    <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props'))" />
83
  </Target>
84
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)