markus / CompareLib / CompareLib.csproj @ 80856edb
이력 | 보기 | 이력해설 | 다운로드 (9.36 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 |
<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 |
<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 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
73 |
<DebugSymbols>true</DebugSymbols> |
74 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
75 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
76 |
<DebugType>full</DebugType> |
77 |
<PlatformTarget>x64</PlatformTarget> |
78 |
<ErrorReport>prompt</ErrorReport> |
79 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
80 |
</PropertyGroup> |
81 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
82 |
<DebugSymbols>true</DebugSymbols> |
83 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
84 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
85 |
<DebugType>full</DebugType> |
86 |
<PlatformTarget>x86</PlatformTarget> |
87 |
<ErrorReport>prompt</ErrorReport> |
88 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
89 |
</PropertyGroup> |
90 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
91 |
<DebugSymbols>true</DebugSymbols> |
92 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
93 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
94 |
<DebugType>full</DebugType> |
95 |
<PlatformTarget>x64</PlatformTarget> |
96 |
<ErrorReport>prompt</ErrorReport> |
97 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
98 |
</PropertyGroup> |
99 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
100 |
<DebugSymbols>true</DebugSymbols> |
101 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
102 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
103 |
<DebugType>full</DebugType> |
104 |
<PlatformTarget>x86</PlatformTarget> |
105 |
<ErrorReport>prompt</ErrorReport> |
106 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
107 |
</PropertyGroup> |
108 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
109 |
<DebugSymbols>true</DebugSymbols> |
110 |
<OutputPath>bin\Release_Hyosung\</OutputPath> |
111 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
112 |
<DebugType>full</DebugType> |
113 |
<PlatformTarget>x64</PlatformTarget> |
114 |
<ErrorReport>prompt</ErrorReport> |
115 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
116 |
</PropertyGroup> |
117 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
118 |
<DebugSymbols>true</DebugSymbols> |
119 |
<OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
120 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
121 |
<DebugType>full</DebugType> |
122 |
<PlatformTarget>x86</PlatformTarget> |
123 |
<ErrorReport>prompt</ErrorReport> |
124 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
125 |
</PropertyGroup> |
126 |
<ItemGroup> |
127 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
128 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
129 |
</Reference> |
130 |
<Reference Include="Magick.NET.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL"> |
131 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Core.dll</HintPath> |
132 |
</Reference> |
133 |
<Reference Include="Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
134 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Wrapper-x64.dll</HintPath> |
135 |
</Reference> |
136 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
137 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.dll</HintPath> |
138 |
</Reference> |
139 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
140 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Blob.dll</HintPath> |
141 |
</Reference> |
142 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
143 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Extensions.dll</HintPath> |
144 |
</Reference> |
145 |
<Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
146 |
<HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.UserInterface.dll</HintPath> |
147 |
</Reference> |
148 |
<Reference Include="PresentationCore" /> |
149 |
<Reference Include="System" /> |
150 |
<Reference Include="System.Core" /> |
151 |
<Reference Include="System.Drawing" /> |
152 |
<Reference Include="System.Xml.Linq" /> |
153 |
<Reference Include="System.Data.DataSetExtensions" /> |
154 |
<Reference Include="Microsoft.CSharp" /> |
155 |
<Reference Include="System.Data" /> |
156 |
<Reference Include="System.Xml" /> |
157 |
<Reference Include="WindowsBase" /> |
158 |
</ItemGroup> |
159 |
<ItemGroup> |
160 |
<Compile Include="CompareLib.cs" /> |
161 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
162 |
</ItemGroup> |
163 |
<ItemGroup> |
164 |
<None Include="packages.config" /> |
165 |
</ItemGroup> |
166 |
<ItemGroup> |
167 |
<Content Include="OpenCvSharpExtern.dll"> |
168 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
169 |
</Content> |
170 |
</ItemGroup> |
171 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
172 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
173 |
<PropertyGroup> |
174 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
175 |
</PropertyGroup> |
176 |
<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'))" /> |
177 |
</Target> |
178 |
</Project> |