프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ ab590000

이력 | 보기 | 이력해설 | 다운로드 (21.5 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_Hyosung.config">
160
      <DependentUpon>Web.config</DependentUpon>
161
    </None>
162
    <None Include="Web.Release_PEMSS.config">
163
      <DependentUpon>Web.config</DependentUpon>
164
    </None>
165
  </ItemGroup>
166
  <ItemGroup>
167
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
168
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
169
      <Name>IFinalPDF</Name>
170
    </ProjectReference>
171
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
172
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
173
      <Name>IKCOM</Name>
174
    </ProjectReference>
175
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
176
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
177
      <Name>KCOMDataModel</Name>
178
    </ProjectReference>
179
  </ItemGroup>
180
  <PropertyGroup>
181
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
182
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
183
  </PropertyGroup>
184
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
185
    <DebugSymbols>true</DebugSymbols>
186
    <OutputPath>bin\</OutputPath>
187
    <DefineConstants>DEBUG;TRACE</DefineConstants>
188
    <DebugType>full</DebugType>
189
    <PlatformTarget>x86</PlatformTarget>
190
    <ErrorReport>prompt</ErrorReport>
191
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
192
  </PropertyGroup>
193
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
194
    <OutputPath>bin\</OutputPath>
195
    <DefineConstants>TRACE</DefineConstants>
196
    <Optimize>true</Optimize>
197
    <DebugType>pdbonly</DebugType>
198
    <PlatformTarget>x64</PlatformTarget>
199
    <ErrorReport>prompt</ErrorReport>
200
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
201
  </PropertyGroup>
202
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
203
    <DebugSymbols>true</DebugSymbols>
204
    <OutputPath>bin\</OutputPath>
205
    <DefineConstants>DEBUG;TRACE</DefineConstants>
206
    <DebugType>full</DebugType>
207
    <PlatformTarget>x64</PlatformTarget>
208
    <ErrorReport>prompt</ErrorReport>
209
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
210
  </PropertyGroup>
211
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
212
    <OutputPath>bin\</OutputPath>
213
    <DefineConstants>TRACE</DefineConstants>
214
    <Optimize>true</Optimize>
215
    <DebugType>pdbonly</DebugType>
216
    <PlatformTarget>x64</PlatformTarget>
217
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
218
    <ErrorReport>prompt</ErrorReport>
219
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
220
  </PropertyGroup>
221
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
222
    <DebugSymbols>true</DebugSymbols>
223
    <OutputPath>bin\</OutputPath>
224
    <DefineConstants>DEBUG;TRACE</DefineConstants>
225
    <DebugType>full</DebugType>
226
    <PlatformTarget>AnyCPU</PlatformTarget>
227
    <ErrorReport>prompt</ErrorReport>
228
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
229
  </PropertyGroup>
230
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
231
    <DebugSymbols>true</DebugSymbols>
232
    <OutputPath>bin\</OutputPath>
233
    <DefineConstants>DEBUG;TRACE</DefineConstants>
234
    <DebugType>full</DebugType>
235
    <PlatformTarget>x86</PlatformTarget>
236
    <ErrorReport>prompt</ErrorReport>
237
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
238
  </PropertyGroup>
239
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
240
    <DebugSymbols>true</DebugSymbols>
241
    <OutputPath>bin\</OutputPath>
242
    <DefineConstants>DEBUG;TRACE</DefineConstants>
243
    <DebugType>full</DebugType>
244
    <PlatformTarget>x64</PlatformTarget>
245
    <ErrorReport>prompt</ErrorReport>
246
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
247
  </PropertyGroup>
248
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
249
    <DebugSymbols>true</DebugSymbols>
250
    <OutputPath>bin\</OutputPath>
251
    <DefineConstants>DEBUG;TRACE</DefineConstants>
252
    <DebugType>full</DebugType>
253
    <PlatformTarget>AnyCPU</PlatformTarget>
254
    <ErrorReport>prompt</ErrorReport>
255
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
256
  </PropertyGroup>
257
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
258
    <DebugSymbols>true</DebugSymbols>
259
    <OutputPath>bin\</OutputPath>
260
    <DefineConstants>DEBUG;TRACE</DefineConstants>
261
    <DebugType>full</DebugType>
262
    <PlatformTarget>x86</PlatformTarget>
263
    <ErrorReport>prompt</ErrorReport>
264
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
265
  </PropertyGroup>
266
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
267
    <DebugSymbols>true</DebugSymbols>
268
    <OutputPath>bin\</OutputPath>
269
    <DefineConstants>DEBUG;TRACE</DefineConstants>
270
    <DebugType>full</DebugType>
271
    <PlatformTarget>x64</PlatformTarget>
272
    <ErrorReport>prompt</ErrorReport>
273
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
274
  </PropertyGroup>
275
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
276
    <DebugSymbols>true</DebugSymbols>
277
    <OutputPath>bin\</OutputPath>
278
    <DefineConstants>DEBUG;TRACE</DefineConstants>
279
    <DebugType>full</DebugType>
280
    <PlatformTarget>AnyCPU</PlatformTarget>
281
    <ErrorReport>prompt</ErrorReport>
282
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
283
  </PropertyGroup>
284
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
285
    <DebugSymbols>true</DebugSymbols>
286
    <OutputPath>bin\</OutputPath>
287
    <DefineConstants>DEBUG;TRACE</DefineConstants>
288
    <DebugType>full</DebugType>
289
    <PlatformTarget>x86</PlatformTarget>
290
    <ErrorReport>prompt</ErrorReport>
291
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
292
  </PropertyGroup>
293
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
294
    <DebugSymbols>true</DebugSymbols>
295
    <OutputPath>bin\</OutputPath>
296
    <DefineConstants>DEBUG;TRACE</DefineConstants>
297
    <DebugType>full</DebugType>
298
    <PlatformTarget>x64</PlatformTarget>
299
    <ErrorReport>prompt</ErrorReport>
300
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
301
  </PropertyGroup>
302
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
303
    <DebugSymbols>true</DebugSymbols>
304
    <OutputPath>bin\</OutputPath>
305
    <DefineConstants>DEBUG;TRACE</DefineConstants>
306
    <DebugType>full</DebugType>
307
    <PlatformTarget>AnyCPU</PlatformTarget>
308
    <ErrorReport>prompt</ErrorReport>
309
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
310
  </PropertyGroup>
311
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
312
    <DebugSymbols>true</DebugSymbols>
313
    <OutputPath>bin\</OutputPath>
314
    <DefineConstants>DEBUG;TRACE</DefineConstants>
315
    <DebugType>full</DebugType>
316
    <PlatformTarget>x86</PlatformTarget>
317
    <ErrorReport>prompt</ErrorReport>
318
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
319
  </PropertyGroup>
320
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
321
    <DebugSymbols>true</DebugSymbols>
322
    <OutputPath>bin\</OutputPath>
323
    <DefineConstants>DEBUG;TRACE</DefineConstants>
324
    <DebugType>full</DebugType>
325
    <PlatformTarget>x64</PlatformTarget>
326
    <ErrorReport>prompt</ErrorReport>
327
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
328
  </PropertyGroup>
329
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
330
    <DebugSymbols>true</DebugSymbols>
331
    <OutputPath>bin\</OutputPath>
332
    <DefineConstants>DEBUG;TRACE</DefineConstants>
333
    <DebugType>full</DebugType>
334
    <PlatformTarget>AnyCPU</PlatformTarget>
335
    <ErrorReport>prompt</ErrorReport>
336
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
337
  </PropertyGroup>
338
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
339
    <DebugSymbols>true</DebugSymbols>
340
    <OutputPath>bin\</OutputPath>
341
    <DefineConstants>DEBUG;TRACE</DefineConstants>
342
    <DebugType>full</DebugType>
343
    <PlatformTarget>x86</PlatformTarget>
344
    <ErrorReport>prompt</ErrorReport>
345
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
346
  </PropertyGroup>
347
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
348
    <DebugSymbols>true</DebugSymbols>
349
    <OutputPath>bin\</OutputPath>
350
    <DefineConstants>DEBUG;TRACE</DefineConstants>
351
    <DebugType>full</DebugType>
352
    <PlatformTarget>x64</PlatformTarget>
353
    <ErrorReport>prompt</ErrorReport>
354
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
355
  </PropertyGroup>
356
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
357
    <DebugSymbols>true</DebugSymbols>
358
    <OutputPath>bin\</OutputPath>
359
    <DefineConstants>DEBUG;TRACE</DefineConstants>
360
    <DebugType>full</DebugType>
361
    <PlatformTarget>AnyCPU</PlatformTarget>
362
    <ErrorReport>prompt</ErrorReport>
363
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
364
  </PropertyGroup>
365
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
366
    <DebugSymbols>true</DebugSymbols>
367
    <OutputPath>bin\</OutputPath>
368
    <DefineConstants>DEBUG;TRACE</DefineConstants>
369
    <DebugType>full</DebugType>
370
    <PlatformTarget>x86</PlatformTarget>
371
    <ErrorReport>prompt</ErrorReport>
372
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
373
  </PropertyGroup>
374
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
375
    <DebugSymbols>true</DebugSymbols>
376
    <OutputPath>bin\</OutputPath>
377
    <DefineConstants>DEBUG;TRACE</DefineConstants>
378
    <DebugType>full</DebugType>
379
    <PlatformTarget>x64</PlatformTarget>
380
    <ErrorReport>prompt</ErrorReport>
381
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
382
  </PropertyGroup>
383
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
384
    <DebugSymbols>true</DebugSymbols>
385
    <OutputPath>bin\</OutputPath>
386
    <DefineConstants>DEBUG;TRACE</DefineConstants>
387
    <DebugType>full</DebugType>
388
    <PlatformTarget>AnyCPU</PlatformTarget>
389
    <ErrorReport>prompt</ErrorReport>
390
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
391
  </PropertyGroup>
392
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
393
    <DebugSymbols>true</DebugSymbols>
394
    <OutputPath>bin\</OutputPath>
395
    <DefineConstants>DEBUG;TRACE</DefineConstants>
396
    <DebugType>full</DebugType>
397
    <PlatformTarget>x86</PlatformTarget>
398
    <ErrorReport>prompt</ErrorReport>
399
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
400
  </PropertyGroup>
401
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
402
    <DebugSymbols>true</DebugSymbols>
403
    <OutputPath>bin\</OutputPath>
404
    <DefineConstants>DEBUG;TRACE</DefineConstants>
405
    <DebugType>full</DebugType>
406
    <PlatformTarget>x64</PlatformTarget>
407
    <ErrorReport>prompt</ErrorReport>
408
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
409
  </PropertyGroup>
410
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
411
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
412
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
413
  <ProjectExtensions>
414
    <VisualStudio>
415
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
416
        <WebProjectProperties>
417
          <UseIIS>True</UseIIS>
418
          <AutoAssignPort>True</AutoAssignPort>
419
          <DevelopmentServerPort>13009</DevelopmentServerPort>
420
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
421
          <IISUrl>http://localhost:8080/</IISUrl>
422
          <NTLMAuthentication>False</NTLMAuthentication>
423
          <UseCustomServer>False</UseCustomServer>
424
          <CustomServerUrl>
425
          </CustomServerUrl>
426
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
427
        </WebProjectProperties>
428
      </FlavorProperties>
429
    </VisualStudio>
430
  </ProjectExtensions>
431
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
432
       Other similar extension points exist, see Microsoft.Common.targets. -->
433
  <Target Name="BeforeBuild">
434
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
435
  </Target>
436
  <Target Name="AfterBuild">
437
  </Target>
438
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
439
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
440
  </Target>
441
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
442
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
443
  </Target>
444
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
445
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
446
    <PropertyGroup>
447
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
448
    </PropertyGroup>
449
    <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'))" />
450
  </Target>
451
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)