개정판 c1659a98
issue #0000 Markus.Image.ImageCompare 추가
Change-Id: I82eafc1d99c6765d77546e28ba6151a4766026a5
ImageComparer/Markus.ImageComparer/Markus.ImageCompare.csproj | ||
---|---|---|
2 | 2 |
|
3 | 3 |
<PropertyGroup> |
4 | 4 |
<!--<TargetFrameworks>NET45;netcoreapp2.0;netcoreapp3.0</TargetFrameworks>--> |
5 |
<TargetFrameworks>NET45</TargetFrameworks> |
|
6 |
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> |
|
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> |
|
7 | 14 |
</PropertyGroup> |
8 |
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45'"> |
|
9 |
<DefineConstants>NET45;NETFULL</DefineConstants> |
|
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> |
|
10 | 22 |
</PropertyGroup> |
11 | 23 |
<ItemGroup> |
12 | 24 |
<Compile Remove="ImageComparer - 복사본.cs" /> |
13 | 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" /> |
|
14 | 37 |
</ItemGroup> |
15 | 38 |
<ItemGroup> |
16 |
<PackageReference Include="OpenCvSharp4.Windows" Version="4.6.0.20220608" />
|
|
39 |
<Folder Include="Properties\" />
|
|
17 | 40 |
</ItemGroup> |
18 | 41 |
<!--<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
19 | 42 |
<PackageReference Include="OpenCvSharp4"> |
내보내기 Unified diff