개정판 51477835
opencv 버전 변경
Change-Id: I473f317b919be42864e1098509773728a764688e
ImageComparer/Markus.ImageComparer/Markus.Image.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props')" />
|
|
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 | 4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 |
<PropertyGroup> |
6 | 6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
10 | 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 |
<RootNamespace>Markus.Image</RootNamespace> |
12 | 12 |
<AssemblyName>Markus.Image.OpenCV</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
13 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
14 | 14 |
<FileAlignment>512</FileAlignment> |
15 | 15 |
<Deterministic>true</Deterministic> |
16 | 16 |
<NuGetPackageImportStamp> |
17 | 17 |
</NuGetPackageImportStamp> |
18 |
<TargetFrameworkProfile /> |
|
18 | 19 |
</PropertyGroup> |
19 | 20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 21 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
24 | 25 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 26 |
<ErrorReport>prompt</ErrorReport> |
26 | 27 |
<WarningLevel>4</WarningLevel> |
27 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
28 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
28 | 29 |
</PropertyGroup> |
29 | 30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 31 |
<DebugType>pdbonly</DebugType> |
... | ... | |
36 | 37 |
</PropertyGroup> |
37 | 38 |
<ItemGroup> |
38 | 39 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
39 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.dll</HintPath>
|
|
40 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
|
|
40 | 41 |
</Reference> |
41 | 42 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
42 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.Blob.dll</HintPath> |
|
43 |
</Reference> |
|
44 |
<Reference Include="OpenCvSharp.CPlusPlus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
45 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.CPlusPlus.dll</HintPath> |
|
43 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath> |
|
46 | 44 |
</Reference> |
47 | 45 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
48 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.Extensions.dll</HintPath> |
|
49 |
</Reference> |
|
50 |
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
|
51 |
<HintPath>..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\lib\net45\OpenCvSharp.UserInterface.dll</HintPath> |
|
46 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath> |
|
52 | 47 |
</Reference> |
53 | 48 |
<Reference Include="PresentationCore" /> |
54 | 49 |
<Reference Include="PresentationFramework" /> |
55 | 50 |
<Reference Include="System" /> |
56 | 51 |
<Reference Include="System.Core" /> |
57 | 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> |
|
58 | 56 |
<Reference Include="System.Windows.Forms" /> |
59 | 57 |
<Reference Include="System.Xml.Linq" /> |
60 | 58 |
<Reference Include="System.Data.DataSetExtensions" /> |
... | ... | |
81 | 79 |
<PropertyGroup> |
82 | 80 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
83 | 81 |
</PropertyGroup> |
84 |
<Error Condition="!Exists('..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp-AnyCPU.2.4.10.20170306\build\OpenCvSharp-AnyCPU.props'))" />
|
|
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'))" />
|
|
85 | 83 |
</Target> |
86 | 84 |
</Project> |
내보내기 Unified diff