markus / CompareLib / CompareLib.csproj @ 9f55b953
이력 | 보기 | 이력해설 | 다운로드 (6.82 KB)
1 | 787a4489 | KangIngu | <?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 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
37 | <DebugSymbols>true</DebugSymbols> |
||
38 | <OutputPath>bin\x86\Debug\</OutputPath> |
||
39 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
40 | <DebugType>full</DebugType> |
||
41 | <PlatformTarget>x86</PlatformTarget> |
||
42 | <ErrorReport>prompt</ErrorReport> |
||
43 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
44 | </PropertyGroup> |
||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
46 | <OutputPath>bin\x86\Release\</OutputPath> |
||
47 | <DefineConstants>TRACE</DefineConstants> |
||
48 | <Optimize>true</Optimize> |
||
49 | <DebugType>pdbonly</DebugType> |
||
50 | <PlatformTarget>x86</PlatformTarget> |
||
51 | <ErrorReport>prompt</ErrorReport> |
||
52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
53 | </PropertyGroup> |
||
54 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
55 | <DebugSymbols>true</DebugSymbols> |
||
56 | <OutputPath>bin\Debug_HyoSung\</OutputPath> |
||
57 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
58 | <DebugType>full</DebugType> |
||
59 | <PlatformTarget>x64</PlatformTarget> |
||
60 | <ErrorReport>prompt</ErrorReport> |
||
61 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
62 | </PropertyGroup> |
||
63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
64 | <DebugSymbols>true</DebugSymbols> |
||
65 | <OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
||
66 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
67 | <DebugType>full</DebugType> |
||
68 | <PlatformTarget>x86</PlatformTarget> |
||
69 | <ErrorReport>prompt</ErrorReport> |
||
70 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
71 | </PropertyGroup> |
||
72 | 787a4489 | KangIngu | <ItemGroup> |
73 | <Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
||
74 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
||
75 | </Reference> |
||
76 | <Reference Include="Magick.NET.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL"> |
||
77 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Core.dll</HintPath> |
||
78 | </Reference> |
||
79 | <Reference Include="Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
||
80 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Wrapper-x64.dll</HintPath> |
||
81 | </Reference> |
||
82 | <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
83 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.dll</HintPath> |
||
84 | </Reference> |
||
85 | <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
86 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Blob.dll</HintPath> |
||
87 | </Reference> |
||
88 | <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
89 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Extensions.dll</HintPath> |
||
90 | </Reference> |
||
91 | <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
92 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.UserInterface.dll</HintPath> |
||
93 | </Reference> |
||
94 | <Reference Include="PresentationCore" /> |
||
95 | <Reference Include="System" /> |
||
96 | <Reference Include="System.Core" /> |
||
97 | <Reference Include="System.Drawing" /> |
||
98 | <Reference Include="System.Xml.Linq" /> |
||
99 | <Reference Include="System.Data.DataSetExtensions" /> |
||
100 | <Reference Include="Microsoft.CSharp" /> |
||
101 | <Reference Include="System.Data" /> |
||
102 | <Reference Include="System.Xml" /> |
||
103 | <Reference Include="WindowsBase" /> |
||
104 | </ItemGroup> |
||
105 | <ItemGroup> |
||
106 | <Compile Include="CompareLib.cs" /> |
||
107 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
108 | </ItemGroup> |
||
109 | <ItemGroup> |
||
110 | <None Include="packages.config" /> |
||
111 | </ItemGroup> |
||
112 | <ItemGroup> |
||
113 | <Content Include="OpenCvSharpExtern.dll"> |
||
114 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
115 | </Content> |
||
116 | </ItemGroup> |
||
117 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
118 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
119 | <PropertyGroup> |
||
120 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
121 | </PropertyGroup> |
||
122 | <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'))" /> |
||
123 | </Target> |
||
124 | </Project> |