프로젝트

일반

사용자정보

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

markus / ImageComparer / Markus.ImageComparer / Markus.ImageCompare.csproj @ c1659a98

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

1
<Project Sdk="Microsoft.NET.Sdk">
2

    
3
  <PropertyGroup>
4
    <!--<TargetFrameworks>NET45;netcoreapp2.0;netcoreapp3.0</TargetFrameworks>-->
5
	  <TargetFramework>net461</TargetFramework>
6
	  <Platforms>x64;AnyCPU</Platforms>
7
	  <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
8
	  <Version>1.8.3</Version>
9
	  <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10
	  <PackageId>Markus.Image.ImageCompare</PackageId>
11
	  <Authors>KTS</Authors>
12
	  <Company>Doftech</Company>
13
	  <Product>Markus.Image.ImageCompare</Product>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(TargetFramework)' == 'net461'">
16
    <DefineConstants></DefineConstants>
17
  </PropertyGroup>
18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
19
    <NoWarn />
20
    <WarningsAsErrors />
21
    <OutputPath>bin\Debug\</OutputPath>
22
  </PropertyGroup>
23
  <ItemGroup>
24
    <Compile Remove="ImageComparer - 복사본.cs" />
25
    <Compile Remove="ImageComparerBase - 복사본.cs" />
26
    <Compile Remove="Properties\AssemblyInfo.cs" />
27
  </ItemGroup>
28
  <ItemGroup>
29
    <PackageReference Include="OpenCvSharp4.Extensions" Version="4.5.3.20211228" />
30
    <PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.3.20211228" />
31
    <PackageReference Include="OpenCvSharp4.Windows" Version="4.5.3.20211228" />
32
  </ItemGroup>
33
  <ItemGroup>
34
    <Reference Include="PresentationCore" />
35
    <Reference Include="System.Windows" />
36
    <Reference Include="WindowsBase" />
37
  </ItemGroup>
38
  <ItemGroup>
39
    <Folder Include="Properties\" />
40
  </ItemGroup>
41
  <!--<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
42
    <PackageReference Include="OpenCvSharp4">
43
      <Version>4.3.0.20200524</Version>
44
    </PackageReference>
45
  </ItemGroup>
46
  <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
47
    <PackageReference Include="OpenCvSharp4">
48
      <Version>4.3.0.20200524</Version>
49
    </PackageReference>
50
  </ItemGroup>-->
51
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)