markus / KCOM_API / KCOM_API.csproj @ 9d5b4bc2
이력 | 보기 | 이력해설 | 다운로드 (22.8 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
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 |
<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 |
<ProductVersion> |
9 |
</ProductVersion> |
10 |
<SchemaVersion>2.0</SchemaVersion> |
11 |
<ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid> |
12 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
13 |
<OutputType>Library</OutputType> |
14 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
15 |
<RootNamespace>KCOM_API</RootNamespace> |
16 |
<AssemblyName>KCOM_API</AssemblyName> |
17 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
18 |
<UseIISExpress>true</UseIISExpress> |
19 |
<Use64BitIISExpress /> |
20 |
<IISExpressSSLPort /> |
21 |
<IISExpressAnonymousAuthentication /> |
22 |
<IISExpressWindowsAuthentication /> |
23 |
<IISExpressUseClassicPipelineMode /> |
24 |
<UseGlobalApplicationHostFile /> |
25 |
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
26 |
<TargetFrameworkProfile /> |
27 |
<NuGetPackageImportStamp> |
28 |
</NuGetPackageImportStamp> |
29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
31 |
<DebugSymbols>true</DebugSymbols> |
32 |
<DebugType>full</DebugType> |
33 |
<Optimize>false</Optimize> |
34 |
<OutputPath>bin\</OutputPath> |
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
36 |
<ErrorReport>prompt</ErrorReport> |
37 |
<WarningLevel>4</WarningLevel> |
38 |
<Prefer32Bit>false</Prefer32Bit> |
39 |
<PlatformTarget>AnyCPU</PlatformTarget> |
40 |
</PropertyGroup> |
41 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 |
<DebugType>pdbonly</DebugType> |
43 |
<Optimize>true</Optimize> |
44 |
<OutputPath>bin\</OutputPath> |
45 |
<DefineConstants>TRACE</DefineConstants> |
46 |
<ErrorReport>prompt</ErrorReport> |
47 |
<WarningLevel>4</WarningLevel> |
48 |
<Prefer32Bit>false</Prefer32Bit> |
49 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
50 |
<PlatformTarget>x64</PlatformTarget> |
51 |
</PropertyGroup> |
52 |
<ItemGroup> |
53 |
<Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
54 |
<HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath> |
55 |
</Reference> |
56 |
<Reference Include="Microsoft.CSharp" /> |
57 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
58 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath> |
59 |
</Reference> |
60 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
61 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath> |
62 |
</Reference> |
63 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
64 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath> |
65 |
</Reference> |
66 |
<Reference Include="System.Data.DataSetExtensions" /> |
67 |
<Reference Include="System.Data.Entity" /> |
68 |
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
69 |
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="System.Runtime.Remoting" /> |
72 |
<Reference Include="System.Runtime.Serialization" /> |
73 |
<Reference Include="System.ServiceModel" /> |
74 |
<Reference Include="System.ServiceModel.Web" /> |
75 |
<Reference Include="System.Web.DynamicData" /> |
76 |
<Reference Include="System.Web.Entity" /> |
77 |
<Reference Include="System.Web.ApplicationServices" /> |
78 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
79 |
<Reference Include="System" /> |
80 |
<Reference Include="System.Data" /> |
81 |
<Reference Include="System.Drawing" /> |
82 |
<Reference Include="System.Web" /> |
83 |
<Reference Include="System.Web.Extensions" /> |
84 |
<Reference Include="System.Xml" /> |
85 |
<Reference Include="System.Configuration" /> |
86 |
<Reference Include="System.Web.Services" /> |
87 |
<Reference Include="System.EnterpriseServices" /> |
88 |
<Reference Include="System.Xml.Linq" /> |
89 |
<Reference Include="WindowsBase" /> |
90 |
</ItemGroup> |
91 |
<ItemGroup> |
92 |
<Content Include="Default.aspx" /> |
93 |
<Content Include="HtmlPage1.html" /> |
94 |
<Content Include="MarkusService.svc" /> |
95 |
<Content Include="ServiceDeepView.svc" /> |
96 |
<Content Include="Web.config"> |
97 |
<SubType>Designer</SubType> |
98 |
</Content> |
99 |
</ItemGroup> |
100 |
<ItemGroup> |
101 |
<Compile Include="DataModel\AdjustResult.cs" /> |
102 |
<Compile Include="DataModel\Commant.cs" /> |
103 |
<Compile Include="Default.aspx.cs"> |
104 |
<DependentUpon>Default.aspx</DependentUpon> |
105 |
<SubType>ASPXCodeBehind</SubType> |
106 |
</Compile> |
107 |
<Compile Include="Default.aspx.designer.cs"> |
108 |
<DependentUpon>Default.aspx</DependentUpon> |
109 |
</Compile> |
110 |
<Compile Include="MarkusService.svc.cs"> |
111 |
<DependentUpon>MarkusService.svc</DependentUpon> |
112 |
<SubType>Component</SubType> |
113 |
</Compile> |
114 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
115 |
<Compile Include="Properties\Settings.Designer.cs"> |
116 |
<AutoGen>True</AutoGen> |
117 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
118 |
<DependentUpon>Settings.settings</DependentUpon> |
119 |
</Compile> |
120 |
<Compile Include="ServiceDeepView.svc.cs"> |
121 |
<DependentUpon>ServiceDeepView.svc</DependentUpon> |
122 |
<SubType>Component</SubType> |
123 |
</Compile> |
124 |
<Compile Include="UniqueColorGenerator.cs" /> |
125 |
</ItemGroup> |
126 |
<ItemGroup> |
127 |
<None Include="packages.config" /> |
128 |
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
129 |
<None Include="Properties\Settings.settings"> |
130 |
<Generator>SettingsSingleFileGenerator</Generator> |
131 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
132 |
</None> |
133 |
<None Include="Web.Debug.config"> |
134 |
<DependentUpon>Web.config</DependentUpon> |
135 |
<IsTransformFile>true</IsTransformFile> |
136 |
</None> |
137 |
<None Include="Web.Debug_CadExport.config"> |
138 |
<DependentUpon>Web.config</DependentUpon> |
139 |
</None> |
140 |
<None Include="Web.Debug_Daelim.config"> |
141 |
<DependentUpon>Web.config</DependentUpon> |
142 |
</None> |
143 |
<None Include="Web.Debug_DevDoftech.config"> |
144 |
<DependentUpon>Web.config</DependentUpon> |
145 |
<IsTransformFile>true</IsTransformFile> |
146 |
</None> |
147 |
<None Include="Web.Debug_HyoSung.config"> |
148 |
<DependentUpon>Web.config</DependentUpon> |
149 |
<IsTransformFile>true</IsTransformFile> |
150 |
<SubType>Designer</SubType> |
151 |
</None> |
152 |
<None Include="Web.Debug_SNI.config"> |
153 |
<DependentUpon>Web.config</DependentUpon> |
154 |
</None> |
155 |
<None Include="Web.Release.config"> |
156 |
<DependentUpon>Web.config</DependentUpon> |
157 |
<IsTransformFile>true</IsTransformFile> |
158 |
</None> |
159 |
<None Include="Web.Release_Default.config"> |
160 |
<DependentUpon>Web.config</DependentUpon> |
161 |
</None> |
162 |
<None Include="Web.Release_Hyosung.config"> |
163 |
<DependentUpon>Web.config</DependentUpon> |
164 |
</None> |
165 |
<None Include="Web.Release_PEMSS.config"> |
166 |
<DependentUpon>Web.config</DependentUpon> |
167 |
</None> |
168 |
</ItemGroup> |
169 |
<ItemGroup> |
170 |
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
171 |
<Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
172 |
<Name>IFinalPDF</Name> |
173 |
</ProjectReference> |
174 |
<ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
175 |
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
176 |
<Name>IKCOM</Name> |
177 |
</ProjectReference> |
178 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
179 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
180 |
<Name>KCOMDataModel</Name> |
181 |
</ProjectReference> |
182 |
</ItemGroup> |
183 |
<PropertyGroup> |
184 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
185 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
186 |
</PropertyGroup> |
187 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
188 |
<DebugSymbols>true</DebugSymbols> |
189 |
<OutputPath>bin\</OutputPath> |
190 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
191 |
<DebugType>full</DebugType> |
192 |
<PlatformTarget>x86</PlatformTarget> |
193 |
<ErrorReport>prompt</ErrorReport> |
194 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
195 |
</PropertyGroup> |
196 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
197 |
<OutputPath>bin\</OutputPath> |
198 |
<DefineConstants>TRACE</DefineConstants> |
199 |
<Optimize>true</Optimize> |
200 |
<DebugType>pdbonly</DebugType> |
201 |
<PlatformTarget>x64</PlatformTarget> |
202 |
<ErrorReport>prompt</ErrorReport> |
203 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
204 |
</PropertyGroup> |
205 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
206 |
<DebugSymbols>true</DebugSymbols> |
207 |
<OutputPath>bin\</OutputPath> |
208 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
209 |
<DebugType>full</DebugType> |
210 |
<PlatformTarget>x64</PlatformTarget> |
211 |
<ErrorReport>prompt</ErrorReport> |
212 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
213 |
</PropertyGroup> |
214 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
215 |
<OutputPath>bin\</OutputPath> |
216 |
<DefineConstants>TRACE</DefineConstants> |
217 |
<Optimize>true</Optimize> |
218 |
<DebugType>pdbonly</DebugType> |
219 |
<PlatformTarget>x64</PlatformTarget> |
220 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
221 |
<ErrorReport>prompt</ErrorReport> |
222 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
223 |
</PropertyGroup> |
224 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
225 |
<DebugSymbols>true</DebugSymbols> |
226 |
<OutputPath>bin\</OutputPath> |
227 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
228 |
<DebugType>full</DebugType> |
229 |
<PlatformTarget>AnyCPU</PlatformTarget> |
230 |
<ErrorReport>prompt</ErrorReport> |
231 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
232 |
</PropertyGroup> |
233 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
234 |
<DebugSymbols>true</DebugSymbols> |
235 |
<OutputPath>bin\</OutputPath> |
236 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
237 |
<DebugType>full</DebugType> |
238 |
<PlatformTarget>x86</PlatformTarget> |
239 |
<ErrorReport>prompt</ErrorReport> |
240 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
241 |
</PropertyGroup> |
242 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
243 |
<DebugSymbols>true</DebugSymbols> |
244 |
<OutputPath>bin\</OutputPath> |
245 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
246 |
<DebugType>full</DebugType> |
247 |
<PlatformTarget>x64</PlatformTarget> |
248 |
<ErrorReport>prompt</ErrorReport> |
249 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
250 |
</PropertyGroup> |
251 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
252 |
<DebugSymbols>true</DebugSymbols> |
253 |
<OutputPath>bin\</OutputPath> |
254 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
255 |
<DebugType>full</DebugType> |
256 |
<PlatformTarget>AnyCPU</PlatformTarget> |
257 |
<ErrorReport>prompt</ErrorReport> |
258 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
259 |
</PropertyGroup> |
260 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
261 |
<DebugSymbols>true</DebugSymbols> |
262 |
<OutputPath>bin\</OutputPath> |
263 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
264 |
<DebugType>full</DebugType> |
265 |
<PlatformTarget>x86</PlatformTarget> |
266 |
<ErrorReport>prompt</ErrorReport> |
267 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
268 |
</PropertyGroup> |
269 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
270 |
<DebugSymbols>true</DebugSymbols> |
271 |
<OutputPath>bin\</OutputPath> |
272 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
273 |
<DebugType>full</DebugType> |
274 |
<PlatformTarget>x64</PlatformTarget> |
275 |
<ErrorReport>prompt</ErrorReport> |
276 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
277 |
</PropertyGroup> |
278 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
279 |
<DebugSymbols>true</DebugSymbols> |
280 |
<OutputPath>bin\</OutputPath> |
281 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
282 |
<DebugType>full</DebugType> |
283 |
<PlatformTarget>AnyCPU</PlatformTarget> |
284 |
<ErrorReport>prompt</ErrorReport> |
285 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
286 |
</PropertyGroup> |
287 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
288 |
<DebugSymbols>true</DebugSymbols> |
289 |
<OutputPath>bin\</OutputPath> |
290 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
291 |
<DebugType>full</DebugType> |
292 |
<PlatformTarget>x86</PlatformTarget> |
293 |
<ErrorReport>prompt</ErrorReport> |
294 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
295 |
</PropertyGroup> |
296 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
297 |
<DebugSymbols>true</DebugSymbols> |
298 |
<OutputPath>bin\</OutputPath> |
299 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
300 |
<DebugType>full</DebugType> |
301 |
<PlatformTarget>x64</PlatformTarget> |
302 |
<ErrorReport>prompt</ErrorReport> |
303 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
304 |
</PropertyGroup> |
305 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
306 |
<DebugSymbols>true</DebugSymbols> |
307 |
<OutputPath>bin\</OutputPath> |
308 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
309 |
<DebugType>full</DebugType> |
310 |
<PlatformTarget>AnyCPU</PlatformTarget> |
311 |
<ErrorReport>prompt</ErrorReport> |
312 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
313 |
</PropertyGroup> |
314 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
315 |
<DebugSymbols>true</DebugSymbols> |
316 |
<OutputPath>bin\</OutputPath> |
317 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
318 |
<DebugType>full</DebugType> |
319 |
<PlatformTarget>x86</PlatformTarget> |
320 |
<ErrorReport>prompt</ErrorReport> |
321 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
322 |
</PropertyGroup> |
323 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
324 |
<DebugSymbols>true</DebugSymbols> |
325 |
<OutputPath>bin\</OutputPath> |
326 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
327 |
<DebugType>full</DebugType> |
328 |
<PlatformTarget>x64</PlatformTarget> |
329 |
<ErrorReport>prompt</ErrorReport> |
330 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
331 |
</PropertyGroup> |
332 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
333 |
<DebugSymbols>true</DebugSymbols> |
334 |
<OutputPath>bin\</OutputPath> |
335 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
336 |
<DebugType>full</DebugType> |
337 |
<PlatformTarget>AnyCPU</PlatformTarget> |
338 |
<ErrorReport>prompt</ErrorReport> |
339 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
340 |
</PropertyGroup> |
341 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
342 |
<DebugSymbols>true</DebugSymbols> |
343 |
<OutputPath>bin\</OutputPath> |
344 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
345 |
<DebugType>full</DebugType> |
346 |
<PlatformTarget>x86</PlatformTarget> |
347 |
<ErrorReport>prompt</ErrorReport> |
348 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
349 |
</PropertyGroup> |
350 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
351 |
<DebugSymbols>true</DebugSymbols> |
352 |
<OutputPath>bin\</OutputPath> |
353 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
354 |
<DebugType>full</DebugType> |
355 |
<PlatformTarget>x64</PlatformTarget> |
356 |
<ErrorReport>prompt</ErrorReport> |
357 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
358 |
</PropertyGroup> |
359 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
360 |
<DebugSymbols>true</DebugSymbols> |
361 |
<OutputPath>bin\</OutputPath> |
362 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
363 |
<DebugType>full</DebugType> |
364 |
<PlatformTarget>AnyCPU</PlatformTarget> |
365 |
<ErrorReport>prompt</ErrorReport> |
366 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
367 |
</PropertyGroup> |
368 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
369 |
<DebugSymbols>true</DebugSymbols> |
370 |
<OutputPath>bin\</OutputPath> |
371 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
372 |
<DebugType>full</DebugType> |
373 |
<PlatformTarget>x86</PlatformTarget> |
374 |
<ErrorReport>prompt</ErrorReport> |
375 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
376 |
</PropertyGroup> |
377 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
378 |
<DebugSymbols>true</DebugSymbols> |
379 |
<OutputPath>bin\</OutputPath> |
380 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
381 |
<DebugType>full</DebugType> |
382 |
<PlatformTarget>x64</PlatformTarget> |
383 |
<ErrorReport>prompt</ErrorReport> |
384 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
385 |
</PropertyGroup> |
386 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
387 |
<DebugSymbols>true</DebugSymbols> |
388 |
<OutputPath>bin\</OutputPath> |
389 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
390 |
<DebugType>full</DebugType> |
391 |
<PlatformTarget>AnyCPU</PlatformTarget> |
392 |
<ErrorReport>prompt</ErrorReport> |
393 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
394 |
</PropertyGroup> |
395 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
396 |
<DebugSymbols>true</DebugSymbols> |
397 |
<OutputPath>bin\</OutputPath> |
398 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
399 |
<DebugType>full</DebugType> |
400 |
<PlatformTarget>x86</PlatformTarget> |
401 |
<ErrorReport>prompt</ErrorReport> |
402 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
403 |
</PropertyGroup> |
404 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
405 |
<DebugSymbols>true</DebugSymbols> |
406 |
<OutputPath>bin\</OutputPath> |
407 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
408 |
<DebugType>full</DebugType> |
409 |
<PlatformTarget>x64</PlatformTarget> |
410 |
<ErrorReport>prompt</ErrorReport> |
411 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
412 |
</PropertyGroup> |
413 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
414 |
<DebugSymbols>true</DebugSymbols> |
415 |
<OutputPath>bin\</OutputPath> |
416 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
417 |
<DebugType>full</DebugType> |
418 |
<PlatformTarget>AnyCPU</PlatformTarget> |
419 |
<ErrorReport>prompt</ErrorReport> |
420 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
421 |
</PropertyGroup> |
422 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
423 |
<DebugSymbols>true</DebugSymbols> |
424 |
<OutputPath>bin\</OutputPath> |
425 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
426 |
<DebugType>full</DebugType> |
427 |
<PlatformTarget>x86</PlatformTarget> |
428 |
<ErrorReport>prompt</ErrorReport> |
429 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
430 |
</PropertyGroup> |
431 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
432 |
<DebugSymbols>true</DebugSymbols> |
433 |
<OutputPath>bin\</OutputPath> |
434 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
435 |
<DebugType>full</DebugType> |
436 |
<PlatformTarget>x64</PlatformTarget> |
437 |
<ErrorReport>prompt</ErrorReport> |
438 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
439 |
</PropertyGroup> |
440 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
441 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
442 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
443 |
<ProjectExtensions> |
444 |
<VisualStudio> |
445 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
446 |
<WebProjectProperties> |
447 |
<UseIIS>True</UseIIS> |
448 |
<AutoAssignPort>True</AutoAssignPort> |
449 |
<DevelopmentServerPort>13009</DevelopmentServerPort> |
450 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
451 |
<IISUrl>http://localhost:8080/</IISUrl> |
452 |
<NTLMAuthentication>False</NTLMAuthentication> |
453 |
<UseCustomServer>False</UseCustomServer> |
454 |
<CustomServerUrl> |
455 |
</CustomServerUrl> |
456 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
457 |
</WebProjectProperties> |
458 |
</FlavorProperties> |
459 |
</VisualStudio> |
460 |
</ProjectExtensions> |
461 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
462 |
Other similar extension points exist, see Microsoft.Common.targets. --> |
463 |
<Target Name="BeforeBuild"> |
464 |
<TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
465 |
</Target> |
466 |
<Target Name="AfterBuild"> |
467 |
</Target> |
468 |
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
469 |
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
470 |
</Target> |
471 |
<Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
472 |
<TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
473 |
</Target> |
474 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
475 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
476 |
<PropertyGroup> |
477 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
478 |
</PropertyGroup> |
479 |
<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'))" /> |
480 |
</Target> |
481 |
</Project> |