markus / CompareLib / CompareLib.csproj @ eaafc1eb
이력 | 보기 | 이력해설 | 다운로드 (11.1 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 | f65e6c02 | taeseongkim | <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 | 80856edb | taeseongkim | <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 | 07b7bd24 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
127 | <DebugSymbols>true</DebugSymbols> |
||
128 | <OutputPath>bin\Release_PEMSS\</OutputPath> |
||
129 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
130 | <DebugType>full</DebugType> |
||
131 | <PlatformTarget>x64</PlatformTarget> |
||
132 | <ErrorReport>prompt</ErrorReport> |
||
133 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
134 | </PropertyGroup> |
||
135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
136 | <DebugSymbols>true</DebugSymbols> |
||
137 | <OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
||
138 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
139 | <DebugType>full</DebugType> |
||
140 | <PlatformTarget>x86</PlatformTarget> |
||
141 | <ErrorReport>prompt</ErrorReport> |
||
142 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
143 | </PropertyGroup> |
||
144 | eaafc1eb | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
145 | <DebugSymbols>true</DebugSymbols> |
||
146 | <OutputPath>bin\Debug_Daelim\</OutputPath> |
||
147 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
148 | <DebugType>full</DebugType> |
||
149 | <PlatformTarget>x64</PlatformTarget> |
||
150 | <ErrorReport>prompt</ErrorReport> |
||
151 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
152 | </PropertyGroup> |
||
153 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
154 | <DebugSymbols>true</DebugSymbols> |
||
155 | <OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
||
156 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
157 | <DebugType>full</DebugType> |
||
158 | <PlatformTarget>x86</PlatformTarget> |
||
159 | <ErrorReport>prompt</ErrorReport> |
||
160 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
161 | </PropertyGroup> |
||
162 | 787a4489 | KangIngu | <ItemGroup> |
163 | <Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
||
164 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
||
165 | </Reference> |
||
166 | <Reference Include="Magick.NET.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL"> |
||
167 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Core.dll</HintPath> |
||
168 | </Reference> |
||
169 | <Reference Include="Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
||
170 | <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET.Wrapper-x64.dll</HintPath> |
||
171 | </Reference> |
||
172 | <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
173 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.dll</HintPath> |
||
174 | </Reference> |
||
175 | <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
176 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Blob.dll</HintPath> |
||
177 | </Reference> |
||
178 | <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
179 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.Extensions.dll</HintPath> |
||
180 | </Reference> |
||
181 | <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
182 | <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net40\OpenCvSharp.UserInterface.dll</HintPath> |
||
183 | </Reference> |
||
184 | <Reference Include="PresentationCore" /> |
||
185 | <Reference Include="System" /> |
||
186 | <Reference Include="System.Core" /> |
||
187 | <Reference Include="System.Drawing" /> |
||
188 | <Reference Include="System.Xml.Linq" /> |
||
189 | <Reference Include="System.Data.DataSetExtensions" /> |
||
190 | <Reference Include="Microsoft.CSharp" /> |
||
191 | <Reference Include="System.Data" /> |
||
192 | <Reference Include="System.Xml" /> |
||
193 | <Reference Include="WindowsBase" /> |
||
194 | </ItemGroup> |
||
195 | <ItemGroup> |
||
196 | <Compile Include="CompareLib.cs" /> |
||
197 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
198 | </ItemGroup> |
||
199 | <ItemGroup> |
||
200 | <None Include="packages.config" /> |
||
201 | </ItemGroup> |
||
202 | <ItemGroup> |
||
203 | <Content Include="OpenCvSharpExtern.dll"> |
||
204 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
205 | </Content> |
||
206 | </ItemGroup> |
||
207 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
208 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
209 | <PropertyGroup> |
||
210 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
211 | </PropertyGroup> |
||
212 | <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'))" /> |
||
213 | </Target> |
||
214 | </Project> |