프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM_API / KCOM_API.csproj @ 68e3cd94

이력 | 보기 | 이력해설 | 다운로드 (26.9 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
    <PublishDatabases>false</PublishDatabases>
41
    <IncludeIisSettings>false</IncludeIisSettings>
42
    <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
43
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
    <Prefer32Bit>false</Prefer32Bit>
53
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
54
    <PlatformTarget>x64</PlatformTarget>
55
  </PropertyGroup>
56
  <ItemGroup>
57
    <Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
58
      <HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath>
59
    </Reference>
60
    <Reference Include="Microsoft.CSharp" />
61
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
62
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
63
    </Reference>
64
    <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
65
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath>
66
    </Reference>
67
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
68
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
69
    </Reference>
70
    <Reference Include="System.Data.DataSetExtensions" />
71
    <Reference Include="System.Data.Entity" />
72
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
74
    </Reference>
75
    <Reference Include="System.Runtime.Remoting" />
76
    <Reference Include="System.Runtime.Serialization" />
77
    <Reference Include="System.ServiceModel" />
78
    <Reference Include="System.ServiceModel.Web" />
79
    <Reference Include="System.Web.DynamicData" />
80
    <Reference Include="System.Web.Entity" />
81
    <Reference Include="System.Web.ApplicationServices" />
82
    <Reference Include="System.ComponentModel.DataAnnotations" />
83
    <Reference Include="System" />
84
    <Reference Include="System.Data" />
85
    <Reference Include="System.Drawing" />
86
    <Reference Include="System.Web" />
87
    <Reference Include="System.Web.Extensions" />
88
    <Reference Include="System.Xml" />
89
    <Reference Include="System.Configuration" />
90
    <Reference Include="System.Web.Services" />
91
    <Reference Include="System.EnterpriseServices" />
92
    <Reference Include="System.Xml.Linq" />
93
    <Reference Include="WindowsBase" />
94
  </ItemGroup>
95
  <ItemGroup>
96
    <Content Include="Default.aspx" />
97
    <Content Include="HtmlPage1.html" />
98
    <Content Include="MarkusService.svc" />
99
    <Content Include="ServiceDeepView.svc" />
100
    <Content Include="Web.config">
101
      <SubType>Designer</SubType>
102
    </Content>
103
  </ItemGroup>
104
  <ItemGroup>
105
    <Compile Include="DataModel\AdjustResult.cs" />
106
    <Compile Include="DataModel\Commant.cs" />
107
    <Compile Include="Default.aspx.cs">
108
      <DependentUpon>Default.aspx</DependentUpon>
109
      <SubType>ASPXCodeBehind</SubType>
110
    </Compile>
111
    <Compile Include="Default.aspx.designer.cs">
112
      <DependentUpon>Default.aspx</DependentUpon>
113
    </Compile>
114
    <Compile Include="MarkusService.svc.cs">
115
      <DependentUpon>MarkusService.svc</DependentUpon>
116
      <SubType>Component</SubType>
117
    </Compile>
118
    <Compile Include="Properties\AssemblyInfo.cs" />
119
    <Compile Include="Properties\Settings.Designer.cs">
120
      <AutoGen>True</AutoGen>
121
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
122
      <DependentUpon>Settings.settings</DependentUpon>
123
    </Compile>
124
    <Compile Include="ServiceDeepView.svc.cs">
125
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
126
      <SubType>Component</SubType>
127
    </Compile>
128
    <Compile Include="UniqueColorGenerator.cs" />
129
  </ItemGroup>
130
  <ItemGroup>
131
    <None Include="packages.config" />
132
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
133
    <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" />
134
    <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" />
135
    <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" />
136
    <None Include="Properties\Settings.settings">
137
      <Generator>SettingsSingleFileGenerator</Generator>
138
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
139
    </None>
140
    <None Include="Web.Debug.config">
141
      <DependentUpon>Web.config</DependentUpon>
142
      <IsTransformFile>true</IsTransformFile>
143
    </None>
144
    <None Include="Web.Debug_CadExport.config">
145
      <DependentUpon>Web.config</DependentUpon>
146
    </None>
147
    <None Include="Web.Debug_Daelim.config">
148
      <DependentUpon>Web.config</DependentUpon>
149
    </None>
150
    <None Include="Web.Debug_DevDoftech.config">
151
      <DependentUpon>Web.config</DependentUpon>
152
      <IsTransformFile>true</IsTransformFile>
153
    </None>
154
    <None Include="Web.Debug_HyoSung.config">
155
      <DependentUpon>Web.config</DependentUpon>
156
      <IsTransformFile>true</IsTransformFile>
157
      <SubType>Designer</SubType>
158
    </None>
159
    <None Include="Web.Debug_SNI.config">
160
      <DependentUpon>Web.config</DependentUpon>
161
    </None>
162
    <None Include="Web.Deploy_Daelim.config">
163
      <DependentUpon>Web.config</DependentUpon>
164
    </None>
165
    <None Include="Web.Deploy_Hyosung.config">
166
      <DependentUpon>Web.config</DependentUpon>
167
    </None>
168
    <None Include="Web.Deploy_SNI.config">
169
      <DependentUpon>Web.config</DependentUpon>
170
    </None>
171
    <None Include="Web.Release.config">
172
      <DependentUpon>Web.config</DependentUpon>
173
      <IsTransformFile>true</IsTransformFile>
174
    </None>
175
    <None Include="Web.Release_Default.config">
176
      <DependentUpon>Web.config</DependentUpon>
177
    </None>
178
    <None Include="Web.Release_Hyosung.config">
179
      <DependentUpon>Web.config</DependentUpon>
180
    </None>
181
    <None Include="Web.Release_PEMSS.config">
182
      <DependentUpon>Web.config</DependentUpon>
183
    </None>
184
  </ItemGroup>
185
  <ItemGroup>
186
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
187
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
188
      <Name>IFinalPDF</Name>
189
    </ProjectReference>
190
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
191
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
192
      <Name>IKCOM</Name>
193
    </ProjectReference>
194
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
195
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
196
      <Name>KCOMDataModel</Name>
197
    </ProjectReference>
198
  </ItemGroup>
199
  <PropertyGroup>
200
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
201
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
202
  </PropertyGroup>
203
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
204
    <DebugSymbols>true</DebugSymbols>
205
    <OutputPath>bin\</OutputPath>
206
    <DefineConstants>DEBUG;TRACE</DefineConstants>
207
    <DebugType>full</DebugType>
208
    <PlatformTarget>x86</PlatformTarget>
209
    <ErrorReport>prompt</ErrorReport>
210
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
211
  </PropertyGroup>
212
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
213
    <OutputPath>bin\</OutputPath>
214
    <DefineConstants>TRACE</DefineConstants>
215
    <Optimize>true</Optimize>
216
    <DebugType>pdbonly</DebugType>
217
    <PlatformTarget>x64</PlatformTarget>
218
    <ErrorReport>prompt</ErrorReport>
219
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
220
  </PropertyGroup>
221
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
222
    <DebugSymbols>true</DebugSymbols>
223
    <OutputPath>bin\</OutputPath>
224
    <DefineConstants>DEBUG;TRACE</DefineConstants>
225
    <DebugType>full</DebugType>
226
    <PlatformTarget>x64</PlatformTarget>
227
    <ErrorReport>prompt</ErrorReport>
228
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
229
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
230
    <Optimize>false</Optimize>
231
  </PropertyGroup>
232
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
233
    <OutputPath>bin\</OutputPath>
234
    <DefineConstants>TRACE</DefineConstants>
235
    <Optimize>false</Optimize>
236
    <DebugType>pdbonly</DebugType>
237
    <PlatformTarget>x64</PlatformTarget>
238
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
239
    <ErrorReport>prompt</ErrorReport>
240
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
241
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
242
  </PropertyGroup>
243
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
244
    <DebugSymbols>true</DebugSymbols>
245
    <OutputPath>bin\</OutputPath>
246
    <DefineConstants>DEBUG;TRACE</DefineConstants>
247
    <DebugType>full</DebugType>
248
    <PlatformTarget>AnyCPU</PlatformTarget>
249
    <ErrorReport>prompt</ErrorReport>
250
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
251
  </PropertyGroup>
252
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
253
    <DebugSymbols>true</DebugSymbols>
254
    <OutputPath>bin\</OutputPath>
255
    <DefineConstants>DEBUG;TRACE</DefineConstants>
256
    <DebugType>full</DebugType>
257
    <PlatformTarget>x86</PlatformTarget>
258
    <ErrorReport>prompt</ErrorReport>
259
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
260
  </PropertyGroup>
261
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
262
    <DebugSymbols>true</DebugSymbols>
263
    <OutputPath>bin\</OutputPath>
264
    <DefineConstants>DEBUG;TRACE</DefineConstants>
265
    <DebugType>full</DebugType>
266
    <PlatformTarget>x64</PlatformTarget>
267
    <ErrorReport>prompt</ErrorReport>
268
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
269
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
270
    <Optimize>false</Optimize>
271
  </PropertyGroup>
272
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
273
    <DebugSymbols>true</DebugSymbols>
274
    <OutputPath>bin\</OutputPath>
275
    <DefineConstants>DEBUG;TRACE</DefineConstants>
276
    <DebugType>full</DebugType>
277
    <PlatformTarget>AnyCPU</PlatformTarget>
278
    <ErrorReport>prompt</ErrorReport>
279
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
280
  </PropertyGroup>
281
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
282
    <DebugSymbols>true</DebugSymbols>
283
    <OutputPath>bin\</OutputPath>
284
    <DefineConstants>DEBUG;TRACE</DefineConstants>
285
    <DebugType>full</DebugType>
286
    <PlatformTarget>x86</PlatformTarget>
287
    <ErrorReport>prompt</ErrorReport>
288
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
289
  </PropertyGroup>
290
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
291
    <DebugSymbols>true</DebugSymbols>
292
    <OutputPath>bin\</OutputPath>
293
    <DefineConstants>DEBUG;TRACE</DefineConstants>
294
    <DebugType>full</DebugType>
295
    <PlatformTarget>x64</PlatformTarget>
296
    <ErrorReport>prompt</ErrorReport>
297
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
298
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
299
    <Optimize>false</Optimize>
300
  </PropertyGroup>
301
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
302
    <DebugSymbols>true</DebugSymbols>
303
    <OutputPath>bin\</OutputPath>
304
    <DefineConstants>DEBUG;TRACE</DefineConstants>
305
    <DebugType>full</DebugType>
306
    <PlatformTarget>AnyCPU</PlatformTarget>
307
    <ErrorReport>prompt</ErrorReport>
308
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
309
  </PropertyGroup>
310
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
311
    <DebugSymbols>true</DebugSymbols>
312
    <OutputPath>bin\</OutputPath>
313
    <DefineConstants>DEBUG;TRACE</DefineConstants>
314
    <DebugType>full</DebugType>
315
    <PlatformTarget>x86</PlatformTarget>
316
    <ErrorReport>prompt</ErrorReport>
317
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
318
  </PropertyGroup>
319
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
320
    <DebugSymbols>true</DebugSymbols>
321
    <OutputPath>bin\</OutputPath>
322
    <DefineConstants>DEBUG;TRACE</DefineConstants>
323
    <DebugType>full</DebugType>
324
    <PlatformTarget>x64</PlatformTarget>
325
    <ErrorReport>prompt</ErrorReport>
326
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
327
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
328
    <Optimize>false</Optimize>
329
  </PropertyGroup>
330
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
331
    <DebugSymbols>true</DebugSymbols>
332
    <OutputPath>bin\</OutputPath>
333
    <DefineConstants>DEBUG;TRACE</DefineConstants>
334
    <DebugType>full</DebugType>
335
    <PlatformTarget>AnyCPU</PlatformTarget>
336
    <ErrorReport>prompt</ErrorReport>
337
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
338
  </PropertyGroup>
339
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
340
    <DebugSymbols>true</DebugSymbols>
341
    <OutputPath>bin\</OutputPath>
342
    <DefineConstants>DEBUG;TRACE</DefineConstants>
343
    <DebugType>full</DebugType>
344
    <PlatformTarget>x86</PlatformTarget>
345
    <ErrorReport>prompt</ErrorReport>
346
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
347
  </PropertyGroup>
348
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
349
    <DebugSymbols>true</DebugSymbols>
350
    <OutputPath>bin\</OutputPath>
351
    <DefineConstants>DEBUG;TRACE</DefineConstants>
352
    <DebugType>full</DebugType>
353
    <PlatformTarget>x64</PlatformTarget>
354
    <ErrorReport>prompt</ErrorReport>
355
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
356
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
357
    <Optimize>false</Optimize>
358
  </PropertyGroup>
359
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
386
    <Optimize>false</Optimize>
387
  </PropertyGroup>
388
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
389
    <DebugSymbols>true</DebugSymbols>
390
    <OutputPath>bin\</OutputPath>
391
    <DefineConstants>DEBUG;TRACE</DefineConstants>
392
    <DebugType>full</DebugType>
393
    <PlatformTarget>AnyCPU</PlatformTarget>
394
    <ErrorReport>prompt</ErrorReport>
395
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
396
  </PropertyGroup>
397
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
398
    <DebugSymbols>true</DebugSymbols>
399
    <OutputPath>bin\</OutputPath>
400
    <DefineConstants>DEBUG;TRACE</DefineConstants>
401
    <DebugType>full</DebugType>
402
    <PlatformTarget>x86</PlatformTarget>
403
    <ErrorReport>prompt</ErrorReport>
404
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
405
  </PropertyGroup>
406
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
407
    <DebugSymbols>true</DebugSymbols>
408
    <OutputPath>bin\</OutputPath>
409
    <DefineConstants>DEBUG;TRACE</DefineConstants>
410
    <DebugType>full</DebugType>
411
    <PlatformTarget>x64</PlatformTarget>
412
    <ErrorReport>prompt</ErrorReport>
413
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
414
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
415
    <Optimize>false</Optimize>
416
  </PropertyGroup>
417
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
418
    <DebugSymbols>true</DebugSymbols>
419
    <OutputPath>bin\</OutputPath>
420
    <DefineConstants>DEBUG;TRACE</DefineConstants>
421
    <DebugType>full</DebugType>
422
    <PlatformTarget>AnyCPU</PlatformTarget>
423
    <ErrorReport>prompt</ErrorReport>
424
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
425
  </PropertyGroup>
426
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
427
    <DebugSymbols>true</DebugSymbols>
428
    <OutputPath>bin\</OutputPath>
429
    <DefineConstants>DEBUG;TRACE</DefineConstants>
430
    <DebugType>full</DebugType>
431
    <PlatformTarget>x86</PlatformTarget>
432
    <ErrorReport>prompt</ErrorReport>
433
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
434
  </PropertyGroup>
435
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
436
    <DebugSymbols>true</DebugSymbols>
437
    <OutputPath>bin\</OutputPath>
438
    <DefineConstants>DEBUG;TRACE</DefineConstants>
439
    <DebugType>full</DebugType>
440
    <PlatformTarget>x64</PlatformTarget>
441
    <ErrorReport>prompt</ErrorReport>
442
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
443
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
444
    <Optimize>false</Optimize>
445
  </PropertyGroup>
446
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
447
    <DebugSymbols>true</DebugSymbols>
448
    <OutputPath>bin\</OutputPath>
449
    <DefineConstants>DEBUG;TRACE</DefineConstants>
450
    <DebugType>full</DebugType>
451
    <PlatformTarget>AnyCPU</PlatformTarget>
452
    <ErrorReport>prompt</ErrorReport>
453
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
454
  </PropertyGroup>
455
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
456
    <DebugSymbols>true</DebugSymbols>
457
    <OutputPath>bin\</OutputPath>
458
    <DefineConstants>DEBUG;TRACE</DefineConstants>
459
    <DebugType>full</DebugType>
460
    <PlatformTarget>x86</PlatformTarget>
461
    <ErrorReport>prompt</ErrorReport>
462
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
463
  </PropertyGroup>
464
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'">
465
    <DebugSymbols>true</DebugSymbols>
466
    <OutputPath>bin\</OutputPath>
467
    <DefineConstants>DEBUG;TRACE</DefineConstants>
468
    <DebugType>full</DebugType>
469
    <PlatformTarget>x64</PlatformTarget>
470
    <ErrorReport>prompt</ErrorReport>
471
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
472
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
473
    <Optimize>false</Optimize>
474
  </PropertyGroup>
475
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'">
476
    <DebugSymbols>true</DebugSymbols>
477
    <OutputPath>bin\</OutputPath>
478
    <DefineConstants>DEBUG;TRACE</DefineConstants>
479
    <DebugType>full</DebugType>
480
    <PlatformTarget>AnyCPU</PlatformTarget>
481
    <ErrorReport>prompt</ErrorReport>
482
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
483
  </PropertyGroup>
484
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'">
485
    <DebugSymbols>true</DebugSymbols>
486
    <OutputPath>bin\</OutputPath>
487
    <DefineConstants>DEBUG;TRACE</DefineConstants>
488
    <DebugType>full</DebugType>
489
    <PlatformTarget>x86</PlatformTarget>
490
    <ErrorReport>prompt</ErrorReport>
491
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
492
  </PropertyGroup>
493
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'">
494
    <DebugSymbols>true</DebugSymbols>
495
    <OutputPath>bin\</OutputPath>
496
    <DefineConstants>DEBUG;TRACE</DefineConstants>
497
    <DebugType>full</DebugType>
498
    <PlatformTarget>x64</PlatformTarget>
499
    <ErrorReport>prompt</ErrorReport>
500
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
501
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
502
    <Optimize>false</Optimize>
503
  </PropertyGroup>
504
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'">
505
    <DebugSymbols>true</DebugSymbols>
506
    <OutputPath>bin\Daelim\</OutputPath>
507
    <DefineConstants>
508
    </DefineConstants>
509
    <DebugType>full</DebugType>
510
    <PlatformTarget>AnyCPU</PlatformTarget>
511
    <ErrorReport>prompt</ErrorReport>
512
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
513
  </PropertyGroup>
514
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'">
515
    <DebugSymbols>true</DebugSymbols>
516
    <OutputPath>bin\</OutputPath>
517
    <DefineConstants>DEBUG;TRACE</DefineConstants>
518
    <DebugType>full</DebugType>
519
    <PlatformTarget>x86</PlatformTarget>
520
    <ErrorReport>prompt</ErrorReport>
521
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
522
  </PropertyGroup>
523
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'">
524
    <DebugSymbols>true</DebugSymbols>
525
    <OutputPath>bin\</OutputPath>
526
    <DefineConstants>DEBUG;TRACE</DefineConstants>
527
    <DebugType>full</DebugType>
528
    <PlatformTarget>x64</PlatformTarget>
529
    <ErrorReport>prompt</ErrorReport>
530
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
531
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
532
    <Optimize>false</Optimize>
533
  </PropertyGroup>
534
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
535
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
536
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
537
  <ProjectExtensions>
538
    <VisualStudio>
539
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
540
        <WebProjectProperties>
541
          <UseIIS>True</UseIIS>
542
          <AutoAssignPort>True</AutoAssignPort>
543
          <DevelopmentServerPort>13009</DevelopmentServerPort>
544
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
545
          <IISUrl>http://localhost:8080/</IISUrl>
546
          <NTLMAuthentication>False</NTLMAuthentication>
547
          <UseCustomServer>False</UseCustomServer>
548
          <CustomServerUrl>
549
          </CustomServerUrl>
550
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
551
        </WebProjectProperties>
552
      </FlavorProperties>
553
    </VisualStudio>
554
  </ProjectExtensions>
555
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
556
       Other similar extension points exist, see Microsoft.Common.targets. -->
557
  <Target Name="BeforeBuild">
558
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
559
  </Target>
560
  <Target Name="AfterBuild">
561
  </Target>
562
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
563
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
564
  </Target>
565
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
566
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
567
  </Target>
568
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
569
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
570
    <PropertyGroup>
571
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
572
    </PropertyGroup>
573
    <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'))" />
574
  </Target>
575
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)