개정판 03581388
ServiceController telerik lib 추가
Change-Id: I64abad010342dbc2ca49abe15848a987a0d4a794
ImageComparer/Markus.ImageComparer/Markus.ImageCompare.csproj | ||
---|---|---|
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
|
2 |
|
|
1 |
<?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')" /> |
|
3 | 5 |
<PropertyGroup> |
4 |
<TargetFrameworks>NET45;netcoreapp2.0;netcoreapp3.0</TargetFrameworks> |
|
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 /> |
|
5 | 19 |
</PropertyGroup> |
6 |
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45'"> |
|
7 |
<DefineConstants>NET45;NETFULL</DefineConstants> |
|
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> |
|
8 | 29 |
</PropertyGroup> |
9 |
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
|
10 |
<PackageReference Include="OpenCvSharp4"> |
|
11 |
<Version>4.3.0.20200524</Version> |
|
12 |
</PackageReference> |
|
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" /> |
|
13 | 64 |
</ItemGroup> |
14 |
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'"> |
|
15 |
<PackageReference Include="OpenCvSharp4"> |
|
16 |
<Version>4.3.0.20200524</Version> |
|
17 |
</PackageReference> |
|
65 |
<ItemGroup> |
|
66 |
<Compile Include="CompareStatus.cs" /> |
|
67 |
<Compile Include="ImageComparer.cs" /> |
|
68 |
<Compile Include="ImageComparerBase.cs" /> |
|
69 |
<Compile Include="OpenCVExtensions.cs" /> |
|
70 |
<Compile Include="PixelFormatsConverter.cs" /> |
|
71 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
72 |
<Compile Include="SafeHBitmapHandle.cs" /> |
|
18 | 73 |
</ItemGroup> |
19 | 74 |
<ItemGroup> |
20 |
<Reference Include="PresentationCore" />
|
|
75 |
<None Include="packages.config" />
|
|
21 | 76 |
</ItemGroup> |
22 |
</Project> |
|
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> |
내보내기 Unified diff