markus / ImageComparer / Markus.ImageComparer / Markus.ImageCompare.csproj @ 0f1cd125
이력 | 보기 | 이력해설 | 다운로드 (1.9 KB)
1 | 24c5e56c | taeseongkim | <Project Sdk="Microsoft.NET.Sdk"> |
---|---|---|---|
2 | |||
3 | 8f7f8073 | taeseongkim | <PropertyGroup> |
4 | 24c5e56c | taeseongkim | <!--<TargetFrameworks>NET45;netcoreapp2.0;netcoreapp3.0</TargetFrameworks>--> |
5 | c1659a98 | taeseongkim | <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 | 8f7f8073 | taeseongkim | </PropertyGroup> |
15 | c1659a98 | taeseongkim | <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 | 8f7f8073 | taeseongkim | </PropertyGroup> |
23 | 03581388 | semi | <ItemGroup> |
24 | 43e1d368 | taeseongkim | <Compile Remove="ImageComparer - 복사본.cs" /> |
25 | <Compile Remove="ImageComparerBase - 복사본.cs" /> |
||
26 | c1659a98 | taeseongkim | <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 | 43e1d368 | taeseongkim | </ItemGroup> |
38 | <ItemGroup> |
||
39 | c1659a98 | taeseongkim | <Folder Include="Properties\" /> |
40 | 8f7f8073 | taeseongkim | </ItemGroup> |
41 | 24c5e56c | taeseongkim | <!--<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
42 | <PackageReference Include="OpenCvSharp4"> |
||
43 | <Version>4.3.0.20200524</Version> |
||
44 | </PackageReference> |
||
45 | 8f7f8073 | taeseongkim | </ItemGroup> |
46 | 24c5e56c | taeseongkim | <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'"> |
47 | <PackageReference Include="OpenCvSharp4"> |
||
48 | <Version>4.3.0.20200524</Version> |
||
49 | </PackageReference> |
||
50 | </ItemGroup>--> |
||
51 | </Project> |