프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 66bd3240

이력 | 보기 | 이력해설 | 다운로드 (30.1 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\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" />
4
  <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')" />
5
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6
  <PropertyGroup>
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ProductVersion>
10
    </ProductVersion>
11
    <SchemaVersion>2.0</SchemaVersion>
12
    <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
13
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
14
    <OutputType>Library</OutputType>
15
    <AppDesignerFolder>Properties</AppDesignerFolder>
16
    <RootNamespace>KCOM_API</RootNamespace>
17
    <AssemblyName>KCOM_API</AssemblyName>
18
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
19
    <UseIISExpress>true</UseIISExpress>
20
    <Use64BitIISExpress>true</Use64BitIISExpress>
21
    <IISExpressSSLPort>
22
    </IISExpressSSLPort>
23
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
24
    <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
25
    <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
26
    <UseGlobalApplicationHostFile />
27
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
28
    <TargetFrameworkProfile />
29
    <NuGetPackageImportStamp>
30
    </NuGetPackageImportStamp>
31
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33
    <DebugSymbols>true</DebugSymbols>
34
    <DebugType>full</DebugType>
35
    <Optimize>false</Optimize>
36
    <OutputPath>bin\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <Prefer32Bit>false</Prefer32Bit>
41
    <PlatformTarget>AnyCPU</PlatformTarget>
42
    <PublishDatabases>false</PublishDatabases>
43
    <IncludeIisSettings>false</IncludeIisSettings>
44
    <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
45
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <DebugType>pdbonly</DebugType>
49
    <Optimize>true</Optimize>
50
    <OutputPath>bin\</OutputPath>
51
    <DefineConstants>TRACE</DefineConstants>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <Prefer32Bit>false</Prefer32Bit>
55
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
56
    <PlatformTarget>x64</PlatformTarget>
57
  </PropertyGroup>
58
  <ItemGroup>
59
    <Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
60
      <HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath>
61
    </Reference>
62
    <Reference Include="Microsoft.CSharp" />
63
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
64
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
65
    </Reference>
66
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
67
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
68
    </Reference>
69
    <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
70
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath>
71
    </Reference>
72
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
73
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
74
    </Reference>
75
    <Reference Include="System.Data.DataSetExtensions" />
76
    <Reference Include="System.Data.Entity" />
77
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
79
    </Reference>
80
    <Reference Include="System.Runtime.Remoting" />
81
    <Reference Include="System.Runtime.Serialization" />
82
    <Reference Include="System.ServiceModel" />
83
    <Reference Include="System.ServiceModel.Web" />
84
    <Reference Include="System.Web.DynamicData" />
85
    <Reference Include="System.Web.Entity" />
86
    <Reference Include="System.Web.ApplicationServices" />
87
    <Reference Include="System.ComponentModel.DataAnnotations" />
88
    <Reference Include="System" />
89
    <Reference Include="System.Data" />
90
    <Reference Include="System.Drawing" />
91
    <Reference Include="System.Web" />
92
    <Reference Include="System.Web.Extensions" />
93
    <Reference Include="System.Xml" />
94
    <Reference Include="System.Configuration" />
95
    <Reference Include="System.Web.Services" />
96
    <Reference Include="System.EnterpriseServices" />
97
    <Reference Include="System.Xml.Linq" />
98
    <Reference Include="WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
99
      <HintPath>..\packages\WCFExtensions.1.0.0\lib\WcfExtensions.ServiceModel.dll</HintPath>
100
    </Reference>
101
    <Reference Include="WindowsBase" />
102
  </ItemGroup>
103
  <ItemGroup>
104
    <Content Include="ActiveService.svc" />
105
    <Content Include="Default.aspx" />
106
    <Content Include="HtmlPage1.html" />
107
    <Content Include="MarkusService.svc" />
108
    <None Include="obfuscar.xml" />
109
    <Content Include="ServiceDeepView.svc" />
110
    <Content Include="Web.config">
111
      <SubType>Designer</SubType>
112
    </Content>
113
  </ItemGroup>
114
  <ItemGroup>
115
    <Compile Include="ActiveService.svc.cs">
116
      <DependentUpon>ActiveService.svc</DependentUpon>
117
    </Compile>
118
    <Compile Include="DataModel\AddMemberResults.cs" />
119
    <Compile Include="DataModel\Commant.cs" />
120
    <Compile Include="DataModel\GetMembersResults.cs" />
121
    <Compile Include="Default.aspx.cs">
122
      <DependentUpon>Default.aspx</DependentUpon>
123
      <SubType>ASPXCodeBehind</SubType>
124
    </Compile>
125
    <Compile Include="Default.aspx.designer.cs">
126
      <DependentUpon>Default.aspx</DependentUpon>
127
    </Compile>
128
    <Compile Include="IActiveService.cs" />
129
    <Compile Include="MarkusService.svc.cs">
130
      <DependentUpon>MarkusService.svc</DependentUpon>
131
      <SubType>Component</SubType>
132
    </Compile>
133
    <Compile Include="Properties\AssemblyInfo.cs" />
134
    <Compile Include="Properties\Settings.Designer.cs">
135
      <AutoGen>True</AutoGen>
136
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
137
      <DependentUpon>Settings.settings</DependentUpon>
138
    </Compile>
139
    <Compile Include="ServiceDeepView.svc.cs">
140
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
141
      <SubType>Component</SubType>
142
    </Compile>
143
    <Compile Include="ServiceRedirector.cs" />
144
    <Compile Include="UniqueColorGenerator.cs" />
145
  </ItemGroup>
146
  <ItemGroup>
147
    <None Include="packages.config" />
148
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
149
    <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" />
150
    <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" />
151
    <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" />
152
    <None Include="Properties\Settings.settings">
153
      <Generator>SettingsSingleFileGenerator</Generator>
154
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
155
    </None>
156
    <None Include="Web.Debug.config">
157
      <DependentUpon>Web.config</DependentUpon>
158
      <IsTransformFile>true</IsTransformFile>
159
    </None>
160
    <None Include="Web.Debug_CadExport.config">
161
      <DependentUpon>Web.config</DependentUpon>
162
    </None>
163
    <None Include="Web.Debug_Daelim.config">
164
      <DependentUpon>Web.config</DependentUpon>
165
    </None>
166
    <None Include="Web.Debug_DevDoftech.config">
167
      <DependentUpon>Web.config</DependentUpon>
168
      <IsTransformFile>true</IsTransformFile>
169
    </None>
170
    <None Include="Web.Debug_HyoSung.config">
171
      <DependentUpon>Web.config</DependentUpon>
172
      <IsTransformFile>true</IsTransformFile>
173
      <SubType>Designer</SubType>
174
    </None>
175
    <None Include="Web.Debug_SNI.config">
176
      <DependentUpon>Web.config</DependentUpon>
177
    </None>
178
    <None Include="Web.Deploy_Daelim.config">
179
      <DependentUpon>Web.config</DependentUpon>
180
    </None>
181
    <None Include="Web.Deploy_Hyosung.config">
182
      <DependentUpon>Web.config</DependentUpon>
183
    </None>
184
    <None Include="Web.Deploy_SNI.config">
185
      <DependentUpon>Web.config</DependentUpon>
186
    </None>
187
    <None Include="Web.Release.config">
188
      <DependentUpon>Web.config</DependentUpon>
189
      <IsTransformFile>true</IsTransformFile>
190
    </None>
191
    <None Include="Web.Release_Default.config">
192
      <DependentUpon>Web.config</DependentUpon>
193
    </None>
194
    <None Include="Web.Release_Hyosung.config">
195
      <DependentUpon>Web.config</DependentUpon>
196
    </None>
197
    <None Include="Web.Release_PEMSS.config">
198
      <DependentUpon>Web.config</DependentUpon>
199
    </None>
200
  </ItemGroup>
201
  <ItemGroup>
202
    <ProjectReference Include="..\AddressModule\AddressModule.csproj">
203
      <Project>{99f05f7f-ae88-4507-8f65-d401b1d7356f}</Project>
204
      <Name>AddressModule</Name>
205
    </ProjectReference>
206
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
207
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
208
      <Name>IFinalPDF</Name>
209
    </ProjectReference>
210
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
211
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
212
      <Name>IKCOM</Name>
213
    </ProjectReference>
214
    <ProjectReference Include="..\ImageHandler\ImageHandler.csproj">
215
      <Project>{c4251f1b-b7d8-4f1f-94cc-b7eab696295d}</Project>
216
      <Name>ImageHandler</Name>
217
    </ProjectReference>
218
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
219
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
220
      <Name>KCOMDataModel</Name>
221
    </ProjectReference>
222
  </ItemGroup>
223
  <ItemGroup>
224
    <Folder Include="TileSource\000000_Tile\40000\4000005\" />
225
  </ItemGroup>
226
  <PropertyGroup>
227
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
228
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
229
  </PropertyGroup>
230
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|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)' == 'Release|x86'">
240
    <OutputPath>bin\</OutputPath>
241
    <DefineConstants>TRACE</DefineConstants>
242
    <Optimize>true</Optimize>
243
    <DebugType>pdbonly</DebugType>
244
    <PlatformTarget>x64</PlatformTarget>
245
    <ErrorReport>prompt</ErrorReport>
246
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
247
  </PropertyGroup>
248
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
249
    <DebugSymbols>true</DebugSymbols>
250
    <OutputPath>bin\</OutputPath>
251
    <DefineConstants>DEBUG;TRACE</DefineConstants>
252
    <DebugType>full</DebugType>
253
    <PlatformTarget>x64</PlatformTarget>
254
    <ErrorReport>prompt</ErrorReport>
255
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
256
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
257
    <Optimize>false</Optimize>
258
  </PropertyGroup>
259
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
260
    <OutputPath>bin\</OutputPath>
261
    <DefineConstants>TRACE</DefineConstants>
262
    <Optimize>false</Optimize>
263
    <DebugType>pdbonly</DebugType>
264
    <PlatformTarget>x64</PlatformTarget>
265
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
266
    <ErrorReport>prompt</ErrorReport>
267
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
268
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
269
  </PropertyGroup>
270
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
271
    <DebugSymbols>true</DebugSymbols>
272
    <OutputPath>bin\</OutputPath>
273
    <DefineConstants>DEBUG;TRACE</DefineConstants>
274
    <DebugType>full</DebugType>
275
    <PlatformTarget>AnyCPU</PlatformTarget>
276
    <ErrorReport>prompt</ErrorReport>
277
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
278
  </PropertyGroup>
279
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
280
    <DebugSymbols>true</DebugSymbols>
281
    <OutputPath>bin\</OutputPath>
282
    <DefineConstants>DEBUG;TRACE</DefineConstants>
283
    <DebugType>full</DebugType>
284
    <PlatformTarget>x86</PlatformTarget>
285
    <ErrorReport>prompt</ErrorReport>
286
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
287
  </PropertyGroup>
288
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
289
    <DebugSymbols>true</DebugSymbols>
290
    <OutputPath>bin\</OutputPath>
291
    <DefineConstants>DEBUG;TRACE</DefineConstants>
292
    <DebugType>full</DebugType>
293
    <PlatformTarget>x64</PlatformTarget>
294
    <ErrorReport>prompt</ErrorReport>
295
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
296
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
297
    <Optimize>false</Optimize>
298
  </PropertyGroup>
299
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
300
    <DebugSymbols>true</DebugSymbols>
301
    <OutputPath>bin\</OutputPath>
302
    <DefineConstants>DEBUG;TRACE</DefineConstants>
303
    <DebugType>full</DebugType>
304
    <PlatformTarget>AnyCPU</PlatformTarget>
305
    <ErrorReport>prompt</ErrorReport>
306
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
307
  </PropertyGroup>
308
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
309
    <DebugSymbols>true</DebugSymbols>
310
    <OutputPath>bin\</OutputPath>
311
    <DefineConstants>DEBUG;TRACE</DefineConstants>
312
    <DebugType>full</DebugType>
313
    <PlatformTarget>x86</PlatformTarget>
314
    <ErrorReport>prompt</ErrorReport>
315
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
316
  </PropertyGroup>
317
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
318
    <DebugSymbols>true</DebugSymbols>
319
    <OutputPath>bin\</OutputPath>
320
    <DefineConstants>DEBUG;TRACE</DefineConstants>
321
    <DebugType>full</DebugType>
322
    <PlatformTarget>x64</PlatformTarget>
323
    <ErrorReport>prompt</ErrorReport>
324
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
325
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
326
    <Optimize>false</Optimize>
327
  </PropertyGroup>
328
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
329
    <DebugSymbols>true</DebugSymbols>
330
    <OutputPath>bin\</OutputPath>
331
    <DefineConstants>DEBUG;TRACE</DefineConstants>
332
    <DebugType>full</DebugType>
333
    <PlatformTarget>AnyCPU</PlatformTarget>
334
    <ErrorReport>prompt</ErrorReport>
335
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
336
  </PropertyGroup>
337
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
338
    <DebugSymbols>true</DebugSymbols>
339
    <OutputPath>bin\</OutputPath>
340
    <DefineConstants>DEBUG;TRACE</DefineConstants>
341
    <DebugType>full</DebugType>
342
    <PlatformTarget>x86</PlatformTarget>
343
    <ErrorReport>prompt</ErrorReport>
344
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
345
  </PropertyGroup>
346
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
347
    <DebugSymbols>true</DebugSymbols>
348
    <OutputPath>bin\</OutputPath>
349
    <DefineConstants>DEBUG;TRACE</DefineConstants>
350
    <DebugType>full</DebugType>
351
    <PlatformTarget>x64</PlatformTarget>
352
    <ErrorReport>prompt</ErrorReport>
353
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
354
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
355
    <Optimize>false</Optimize>
356
  </PropertyGroup>
357
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
358
    <DebugSymbols>true</DebugSymbols>
359
    <OutputPath>bin\</OutputPath>
360
    <DefineConstants>DEBUG;TRACE</DefineConstants>
361
    <DebugType>full</DebugType>
362
    <PlatformTarget>AnyCPU</PlatformTarget>
363
    <ErrorReport>prompt</ErrorReport>
364
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
365
  </PropertyGroup>
366
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
367
    <DebugSymbols>true</DebugSymbols>
368
    <OutputPath>bin\</OutputPath>
369
    <DefineConstants>DEBUG;TRACE</DefineConstants>
370
    <DebugType>full</DebugType>
371
    <PlatformTarget>x86</PlatformTarget>
372
    <ErrorReport>prompt</ErrorReport>
373
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
374
  </PropertyGroup>
375
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
376
    <DebugSymbols>true</DebugSymbols>
377
    <OutputPath>bin\</OutputPath>
378
    <DefineConstants>DEBUG;TRACE</DefineConstants>
379
    <DebugType>full</DebugType>
380
    <PlatformTarget>x64</PlatformTarget>
381
    <ErrorReport>prompt</ErrorReport>
382
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
383
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
384
    <Optimize>false</Optimize>
385
  </PropertyGroup>
386
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
413
    <Optimize>false</Optimize>
414
  </PropertyGroup>
415
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
416
    <DebugSymbols>true</DebugSymbols>
417
    <OutputPath>bin\</OutputPath>
418
    <DefineConstants>DEBUG;TRACE</DefineConstants>
419
    <DebugType>full</DebugType>
420
    <PlatformTarget>AnyCPU</PlatformTarget>
421
    <ErrorReport>prompt</ErrorReport>
422
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
423
  </PropertyGroup>
424
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
425
    <DebugSymbols>true</DebugSymbols>
426
    <OutputPath>bin\</OutputPath>
427
    <DefineConstants>DEBUG;TRACE</DefineConstants>
428
    <DebugType>full</DebugType>
429
    <PlatformTarget>x86</PlatformTarget>
430
    <ErrorReport>prompt</ErrorReport>
431
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
432
  </PropertyGroup>
433
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
434
    <DebugSymbols>true</DebugSymbols>
435
    <OutputPath>bin\</OutputPath>
436
    <DefineConstants>DEBUG;TRACE</DefineConstants>
437
    <DebugType>full</DebugType>
438
    <PlatformTarget>x64</PlatformTarget>
439
    <ErrorReport>prompt</ErrorReport>
440
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
441
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
442
    <Optimize>false</Optimize>
443
  </PropertyGroup>
444
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
445
    <DebugSymbols>true</DebugSymbols>
446
    <OutputPath>bin\</OutputPath>
447
    <DefineConstants>DEBUG;TRACE</DefineConstants>
448
    <DebugType>full</DebugType>
449
    <PlatformTarget>AnyCPU</PlatformTarget>
450
    <ErrorReport>prompt</ErrorReport>
451
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
452
  </PropertyGroup>
453
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
454
    <DebugSymbols>true</DebugSymbols>
455
    <OutputPath>bin\</OutputPath>
456
    <DefineConstants>DEBUG;TRACE</DefineConstants>
457
    <DebugType>full</DebugType>
458
    <PlatformTarget>x86</PlatformTarget>
459
    <ErrorReport>prompt</ErrorReport>
460
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
461
  </PropertyGroup>
462
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
463
    <DebugSymbols>true</DebugSymbols>
464
    <OutputPath>bin\</OutputPath>
465
    <DefineConstants>DEBUG;TRACE</DefineConstants>
466
    <DebugType>full</DebugType>
467
    <PlatformTarget>x64</PlatformTarget>
468
    <ErrorReport>prompt</ErrorReport>
469
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
470
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
471
    <Optimize>false</Optimize>
472
  </PropertyGroup>
473
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
474
    <DebugSymbols>true</DebugSymbols>
475
    <OutputPath>bin\</OutputPath>
476
    <DefineConstants>DEBUG;TRACE</DefineConstants>
477
    <DebugType>full</DebugType>
478
    <PlatformTarget>AnyCPU</PlatformTarget>
479
    <ErrorReport>prompt</ErrorReport>
480
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
481
  </PropertyGroup>
482
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
483
    <DebugSymbols>true</DebugSymbols>
484
    <OutputPath>bin\</OutputPath>
485
    <DefineConstants>DEBUG;TRACE</DefineConstants>
486
    <DebugType>full</DebugType>
487
    <PlatformTarget>x86</PlatformTarget>
488
    <ErrorReport>prompt</ErrorReport>
489
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
490
  </PropertyGroup>
491
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'">
492
    <DebugSymbols>true</DebugSymbols>
493
    <OutputPath>bin\</OutputPath>
494
    <DefineConstants>DEBUG;TRACE</DefineConstants>
495
    <DebugType>full</DebugType>
496
    <PlatformTarget>x64</PlatformTarget>
497
    <ErrorReport>prompt</ErrorReport>
498
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
499
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
500
    <Optimize>false</Optimize>
501
  </PropertyGroup>
502
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'">
503
    <DebugSymbols>true</DebugSymbols>
504
    <OutputPath>bin\</OutputPath>
505
    <DefineConstants>DEBUG;TRACE</DefineConstants>
506
    <DebugType>full</DebugType>
507
    <PlatformTarget>AnyCPU</PlatformTarget>
508
    <ErrorReport>prompt</ErrorReport>
509
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
510
  </PropertyGroup>
511
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'">
512
    <DebugSymbols>true</DebugSymbols>
513
    <OutputPath>bin\</OutputPath>
514
    <DefineConstants>DEBUG;TRACE</DefineConstants>
515
    <DebugType>full</DebugType>
516
    <PlatformTarget>x86</PlatformTarget>
517
    <ErrorReport>prompt</ErrorReport>
518
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
519
  </PropertyGroup>
520
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'">
521
    <DebugSymbols>true</DebugSymbols>
522
    <OutputPath>bin\</OutputPath>
523
    <DefineConstants>DEBUG;TRACE</DefineConstants>
524
    <DebugType>full</DebugType>
525
    <PlatformTarget>x64</PlatformTarget>
526
    <ErrorReport>prompt</ErrorReport>
527
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
528
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
529
    <Optimize>false</Optimize>
530
  </PropertyGroup>
531
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'">
532
    <DebugSymbols>true</DebugSymbols>
533
    <OutputPath>bin\Daelim\</OutputPath>
534
    <DefineConstants>
535
    </DefineConstants>
536
    <DebugType>full</DebugType>
537
    <PlatformTarget>AnyCPU</PlatformTarget>
538
    <ErrorReport>prompt</ErrorReport>
539
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
540
  </PropertyGroup>
541
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'">
542
    <DebugSymbols>true</DebugSymbols>
543
    <OutputPath>bin\</OutputPath>
544
    <DefineConstants>DEBUG;TRACE</DefineConstants>
545
    <DebugType>full</DebugType>
546
    <PlatformTarget>x86</PlatformTarget>
547
    <ErrorReport>prompt</ErrorReport>
548
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
549
  </PropertyGroup>
550
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'">
551
    <DebugSymbols>true</DebugSymbols>
552
    <OutputPath>bin\</OutputPath>
553
    <DefineConstants>DEBUG;TRACE</DefineConstants>
554
    <DebugType>full</DebugType>
555
    <PlatformTarget>x64</PlatformTarget>
556
    <ErrorReport>prompt</ErrorReport>
557
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
558
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
559
    <Optimize>false</Optimize>
560
  </PropertyGroup>
561
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'">
562
    <DebugSymbols>true</DebugSymbols>
563
    <OutputPath>bin\</OutputPath>
564
    <DefineConstants>DEBUG;TRACE</DefineConstants>
565
    <DebugType>full</DebugType>
566
    <PlatformTarget>AnyCPU</PlatformTarget>
567
    <ErrorReport>prompt</ErrorReport>
568
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
569
  </PropertyGroup>
570
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'">
571
    <DebugSymbols>true</DebugSymbols>
572
    <OutputPath>bin\</OutputPath>
573
    <DefineConstants>DEBUG;TRACE</DefineConstants>
574
    <DebugType>full</DebugType>
575
    <PlatformTarget>x86</PlatformTarget>
576
    <ErrorReport>prompt</ErrorReport>
577
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
578
  </PropertyGroup>
579
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'">
580
    <DebugSymbols>true</DebugSymbols>
581
    <OutputPath>bin\</OutputPath>
582
    <DefineConstants>DEBUG;TRACE</DefineConstants>
583
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
584
    <DebugType>full</DebugType>
585
    <PlatformTarget>x64</PlatformTarget>
586
    <ErrorReport>prompt</ErrorReport>
587
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
588
  </PropertyGroup>
589
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
590
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
591
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
592
  <ProjectExtensions>
593
    <VisualStudio>
594
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
595
        <WebProjectProperties>
596
          <UseIIS>True</UseIIS>
597
          <AutoAssignPort>True</AutoAssignPort>
598
          <DevelopmentServerPort>13009</DevelopmentServerPort>
599
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
600
          <IISUrl>http://localhost:44301/</IISUrl>
601
          <NTLMAuthentication>False</NTLMAuthentication>
602
          <UseCustomServer>False</UseCustomServer>
603
          <CustomServerUrl>
604
          </CustomServerUrl>
605
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
606
        </WebProjectProperties>
607
      </FlavorProperties>
608
    </VisualStudio>
609
  </ProjectExtensions>
610
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
611
       Other similar extension points exist, see Microsoft.Common.targets. -->
612
  <Target Name="BeforeBuild">
613
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
614
  </Target>
615
  <Target Name="AfterBuild">
616
  </Target>
617
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
618
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
619
  </Target>
620
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
621
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
622
  </Target>
623
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
624
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
625
    <PropertyGroup>
626
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
627
    </PropertyGroup>
628
    <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'))" />
629
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" />
630
  </Target>
631
  <PropertyGroup>
632
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
633
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
634
  </PropertyGroup>
635
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)