markus / CompareLib / CompareLib.csproj @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (5.17 KB)
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\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" /> |
4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 |
<PropertyGroup> |
6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 |
<ProjectGuid>{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>CompareLib</RootNamespace> |
12 |
<AssemblyName>CompareLib</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
<PlatformTarget>x64</PlatformTarget> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<DebugType>pdbonly</DebugType> |
30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
38 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="Magick.NET.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL"> |
41 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Core.dll</HintPath> |
42 |
</Reference> |
43 |
<Reference Include="Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
44 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Wrapper-x64.dll</HintPath> |
45 |
</Reference> |
46 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
47 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.dll</HintPath> |
48 |
</Reference> |
49 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
50 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Blob.dll</HintPath> |
51 |
</Reference> |
52 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
53 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Extensions.dll</HintPath> |
54 |
</Reference> |
55 |
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
56 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.UserInterface.dll</HintPath> |
57 |
</Reference> |
58 |
<Reference Include="PresentationCore" /> |
59 |
<Reference Include="System" /> |
60 |
<Reference Include="System.Core" /> |
61 |
<Reference Include="System.Drawing" /> |
62 |
<Reference Include="System.Xml.Linq" /> |
63 |
<Reference Include="System.Data.DataSetExtensions" /> |
64 |
<Reference Include="Microsoft.CSharp" /> |
65 |
<Reference Include="System.Data" /> |
66 |
<Reference Include="System.Xml" /> |
67 |
<Reference Include="WindowsBase" /> |
68 |
</ItemGroup> |
69 |
<ItemGroup> |
70 |
<Compile Include="CompareLib.cs" /> |
71 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
72 |
</ItemGroup> |
73 |
<ItemGroup> |
74 |
<None Include="packages.config" /> |
75 |
</ItemGroup> |
76 |
<ItemGroup> |
77 |
<Content Include="OpenCvSharpExtern.dll"> |
78 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
79 |
</Content> |
80 |
</ItemGroup> |
81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
83 |
<PropertyGroup> |
84 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
85 |
</PropertyGroup> |
86 |
<Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props'))" /> |
87 |
</Target> |
88 |
</Project> |