프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 38d69491

이력 | 보기 | 이력해설 | 다운로드 (31.4 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.20200701\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" />
4
  <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.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.ImageCompare, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
60
      <HintPath>..\packages\Markus.Image.ImageCompare.1.8.1\lib\net461\Markus.ImageCompare.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.20200701\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.20200701\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.20200701\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
    <Content Include="Web.config">
109
      <SubType>Designer</SubType>
110
    </Content>
111
    <None Include="obfuscar.xml" />
112
    <Content Include="ServiceDeepView.svc" />
113
    <None Include="Web.Debug.config">
114
      <DependentUpon>Web.config</DependentUpon>
115
    </None>
116
    <None Include="Web.Debug_CadExport.config">
117
      <DependentUpon>Web.config</DependentUpon>
118
    </None>
119
    <None Include="Web.Debug_Daelim.config">
120
      <DependentUpon>Web.config</DependentUpon>
121
    </None>
122
    <None Include="Web.Debug_DevDoftech.config">
123
      <DependentUpon>Web.config</DependentUpon>
124
    </None>
125
    <None Include="Web.Debug_DIG.config">
126
      <DependentUpon>Web.config</DependentUpon>
127
    </None>
128
    <None Include="Web.Debug_HyoSung.config">
129
      <DependentUpon>Web.config</DependentUpon>
130
      <SubType>Designer</SubType>
131
    </None>
132
    <None Include="Web.Debug_SNI.config">
133
      <DependentUpon>Web.config</DependentUpon>
134
    </None>
135
    <None Include="Web.Deploy_Daelim.config">
136
      <DependentUpon>Web.config</DependentUpon>
137
    </None>
138
    <None Include="Web.Deploy_Hyosung.config">
139
      <DependentUpon>Web.config</DependentUpon>
140
    </None>
141
    <None Include="Web.Deploy_SNI.config">
142
      <DependentUpon>Web.config</DependentUpon>
143
    </None>
144
    <None Include="Web.Release.config">
145
      <DependentUpon>Web.config</DependentUpon>
146
    </None>
147
    <None Include="Web.Release_BSENG.config">
148
      <DependentUpon>Web.config</DependentUpon>
149
    </None>
150
    <None Include="Web.Release_Default.config">
151
      <DependentUpon>Web.config</DependentUpon>
152
    </None>
153
    <None Include="Web.Release_Hyosung.config">
154
      <DependentUpon>Web.config</DependentUpon>
155
    </None>
156
    <None Include="Web.Release_PEMSS.config">
157
      <DependentUpon>Web.config</DependentUpon>
158
    </None>
159
  </ItemGroup>
160
  <ItemGroup>
161
    <Compile Include="ActiveService.svc.cs">
162
      <DependentUpon>ActiveService.svc</DependentUpon>
163
    </Compile>
164
    <Compile Include="DataModel\AddMemberResults.cs" />
165
    <Compile Include="DataModel\Commant.cs" />
166
    <Compile Include="DataModel\GetMembersResults.cs" />
167
    <Compile Include="Default.aspx.cs">
168
      <DependentUpon>Default.aspx</DependentUpon>
169
      <SubType>ASPXCodeBehind</SubType>
170
    </Compile>
171
    <Compile Include="Default.aspx.designer.cs">
172
      <DependentUpon>Default.aspx</DependentUpon>
173
    </Compile>
174
    <Compile Include="IActiveService.cs" />
175
    <Compile Include="MarkusService.svc.cs">
176
      <DependentUpon>MarkusService.svc</DependentUpon>
177
      <SubType>Component</SubType>
178
    </Compile>
179
    <Compile Include="Properties\AssemblyInfo.cs" />
180
    <Compile Include="Properties\Settings.Designer.cs">
181
      <AutoGen>True</AutoGen>
182
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
183
      <DependentUpon>Settings.settings</DependentUpon>
184
    </Compile>
185
    <Compile Include="ServiceDeepView.svc.cs">
186
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
187
      <SubType>Component</SubType>
188
    </Compile>
189
    <Compile Include="ServiceRedirector.cs" />
190
    <Compile Include="UniqueColorGenerator.cs" />
191
  </ItemGroup>
192
  <ItemGroup>
193
    <None Include="packages.config" />
194
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
195
    <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" />
196
    <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" />
197
    <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" />
198
    <None Include="Properties\Settings.settings">
199
      <Generator>SettingsSingleFileGenerator</Generator>
200
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
201
    </None>
202
  </ItemGroup>
203
  <ItemGroup>
204
    <ProjectReference Include="..\AddressModule\AddressModule.csproj">
205
      <Project>{99f05f7f-ae88-4507-8f65-d401b1d7356f}</Project>
206
      <Name>AddressModule</Name>
207
    </ProjectReference>
208
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
209
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
210
      <Name>IFinalPDF</Name>
211
    </ProjectReference>
212
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
213
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
214
      <Name>IKCOM</Name>
215
    </ProjectReference>
216
    <ProjectReference Include="..\ImageHandler\ImageHandler.csproj">
217
      <Project>{c4251f1b-b7d8-4f1f-94cc-b7eab696295d}</Project>
218
      <Name>ImageHandler</Name>
219
    </ProjectReference>
220
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
221
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
222
      <Name>KCOMDataModel</Name>
223
    </ProjectReference>
224
  </ItemGroup>
225
  <ItemGroup>
226
    <Folder Include="TileSource\000000_Tile\40000\4000005\" />
227
  </ItemGroup>
228
  <PropertyGroup>
229
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
230
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
231
  </PropertyGroup>
232
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
233
    <DebugSymbols>true</DebugSymbols>
234
    <OutputPath>bin\</OutputPath>
235
    <DefineConstants>DEBUG;TRACE</DefineConstants>
236
    <DebugType>full</DebugType>
237
    <PlatformTarget>x86</PlatformTarget>
238
    <ErrorReport>prompt</ErrorReport>
239
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
240
  </PropertyGroup>
241
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
242
    <OutputPath>bin\</OutputPath>
243
    <DefineConstants>TRACE</DefineConstants>
244
    <Optimize>true</Optimize>
245
    <DebugType>pdbonly</DebugType>
246
    <PlatformTarget>x64</PlatformTarget>
247
    <ErrorReport>prompt</ErrorReport>
248
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
249
  </PropertyGroup>
250
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
251
    <DebugSymbols>true</DebugSymbols>
252
    <OutputPath>bin\</OutputPath>
253
    <DefineConstants>DEBUG;TRACE</DefineConstants>
254
    <DebugType>full</DebugType>
255
    <PlatformTarget>x64</PlatformTarget>
256
    <ErrorReport>prompt</ErrorReport>
257
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
258
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
259
    <Optimize>false</Optimize>
260
  </PropertyGroup>
261
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
262
    <OutputPath>bin\</OutputPath>
263
    <DefineConstants>TRACE</DefineConstants>
264
    <Optimize>false</Optimize>
265
    <DebugType>pdbonly</DebugType>
266
    <PlatformTarget>x64</PlatformTarget>
267
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
268
    <ErrorReport>prompt</ErrorReport>
269
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
270
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
271
  </PropertyGroup>
272
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|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_HyoSung|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_HyoSung|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_DevDoftech|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_DevDoftech|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_DevDoftech|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_CadExport|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_CadExport|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_CadExport|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)' == 'Debug_SNI|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)' == 'Debug_SNI|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)' == 'Debug_SNI|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)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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)' == 'Deploy_Hyosung|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)' == 'Release_PEMSS|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)' == 'Release_PEMSS|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)' == 'Release_PEMSS|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)' == 'Debug_Daelim|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)' == 'Debug_Daelim|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)' == 'Debug_Daelim|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)' == 'Release_Default|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)' == 'Release_Default|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)' == 'Release_Default|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_SNI|AnyCPU'">
505
    <DebugSymbols>true</DebugSymbols>
506
    <OutputPath>bin\</OutputPath>
507
    <DefineConstants>DEBUG;TRACE</DefineConstants>
508
    <DebugType>full</DebugType>
509
    <PlatformTarget>AnyCPU</PlatformTarget>
510
    <ErrorReport>prompt</ErrorReport>
511
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
512
  </PropertyGroup>
513
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'">
514
    <DebugSymbols>true</DebugSymbols>
515
    <OutputPath>bin\</OutputPath>
516
    <DefineConstants>DEBUG;TRACE</DefineConstants>
517
    <DebugType>full</DebugType>
518
    <PlatformTarget>x86</PlatformTarget>
519
    <ErrorReport>prompt</ErrorReport>
520
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
521
  </PropertyGroup>
522
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'">
523
    <DebugSymbols>true</DebugSymbols>
524
    <OutputPath>bin\</OutputPath>
525
    <DefineConstants>DEBUG;TRACE</DefineConstants>
526
    <DebugType>full</DebugType>
527
    <PlatformTarget>x64</PlatformTarget>
528
    <ErrorReport>prompt</ErrorReport>
529
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
530
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
531
    <Optimize>false</Optimize>
532
  </PropertyGroup>
533
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'">
534
    <DebugSymbols>true</DebugSymbols>
535
    <OutputPath>bin\Daelim\</OutputPath>
536
    <DefineConstants>
537
    </DefineConstants>
538
    <DebugType>full</DebugType>
539
    <PlatformTarget>AnyCPU</PlatformTarget>
540
    <ErrorReport>prompt</ErrorReport>
541
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
542
  </PropertyGroup>
543
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'">
544
    <DebugSymbols>true</DebugSymbols>
545
    <OutputPath>bin\</OutputPath>
546
    <DefineConstants>DEBUG;TRACE</DefineConstants>
547
    <DebugType>full</DebugType>
548
    <PlatformTarget>x86</PlatformTarget>
549
    <ErrorReport>prompt</ErrorReport>
550
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
551
  </PropertyGroup>
552
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'">
553
    <DebugSymbols>true</DebugSymbols>
554
    <OutputPath>bin\</OutputPath>
555
    <DefineConstants>DEBUG;TRACE</DefineConstants>
556
    <DebugType>full</DebugType>
557
    <PlatformTarget>x64</PlatformTarget>
558
    <ErrorReport>prompt</ErrorReport>
559
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
560
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
561
    <Optimize>false</Optimize>
562
  </PropertyGroup>
563
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'">
564
    <DebugSymbols>true</DebugSymbols>
565
    <OutputPath>bin\</OutputPath>
566
    <DefineConstants>DEBUG;TRACE</DefineConstants>
567
    <DebugType>full</DebugType>
568
    <PlatformTarget>AnyCPU</PlatformTarget>
569
    <ErrorReport>prompt</ErrorReport>
570
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
571
  </PropertyGroup>
572
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'">
573
    <DebugSymbols>true</DebugSymbols>
574
    <OutputPath>bin\</OutputPath>
575
    <DefineConstants>DEBUG;TRACE</DefineConstants>
576
    <DebugType>full</DebugType>
577
    <PlatformTarget>x86</PlatformTarget>
578
    <ErrorReport>prompt</ErrorReport>
579
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
580
  </PropertyGroup>
581
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'">
582
    <DebugSymbols>true</DebugSymbols>
583
    <OutputPath>bin\</OutputPath>
584
    <DefineConstants>DEBUG;TRACE</DefineConstants>
585
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
586
    <DebugType>full</DebugType>
587
    <PlatformTarget>x64</PlatformTarget>
588
    <ErrorReport>prompt</ErrorReport>
589
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
590
  </PropertyGroup>
591
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'">
592
    <DebugSymbols>true</DebugSymbols>
593
    <OutputPath>bin\</OutputPath>
594
    <DefineConstants>DEBUG;TRACE</DefineConstants>
595
    <DebugType>full</DebugType>
596
    <PlatformTarget>AnyCPU</PlatformTarget>
597
    <LangVersion>7.3</LangVersion>
598
    <ErrorReport>prompt</ErrorReport>
599
  </PropertyGroup>
600
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'">
601
    <DebugSymbols>true</DebugSymbols>
602
    <OutputPath>bin\</OutputPath>
603
    <DefineConstants>DEBUG;TRACE</DefineConstants>
604
    <DebugType>full</DebugType>
605
    <PlatformTarget>x86</PlatformTarget>
606
    <LangVersion>7.3</LangVersion>
607
    <ErrorReport>prompt</ErrorReport>
608
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
609
  </PropertyGroup>
610
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'">
611
    <DebugSymbols>true</DebugSymbols>
612
    <OutputPath>bin\</OutputPath>
613
    <DefineConstants>DEBUG;TRACE</DefineConstants>
614
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
615
    <DebugType>full</DebugType>
616
    <PlatformTarget>x64</PlatformTarget>
617
    <LangVersion>7.3</LangVersion>
618
    <ErrorReport>prompt</ErrorReport>
619
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
620
  </PropertyGroup>
621
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
622
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
623
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
624
  <ProjectExtensions>
625
    <VisualStudio>
626
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
627
        <WebProjectProperties>
628
          <UseIIS>True</UseIIS>
629
          <AutoAssignPort>True</AutoAssignPort>
630
          <DevelopmentServerPort>13009</DevelopmentServerPort>
631
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
632
          <IISUrl>http://localhost:44301/</IISUrl>
633
          <NTLMAuthentication>False</NTLMAuthentication>
634
          <UseCustomServer>False</UseCustomServer>
635
          <CustomServerUrl>
636
          </CustomServerUrl>
637
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
638
        </WebProjectProperties>
639
      </FlavorProperties>
640
    </VisualStudio>
641
  </ProjectExtensions>
642
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
643
       Other similar extension points exist, see Microsoft.Common.targets. -->
644
  <Target Name="BeforeBuild">
645
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
646
  </Target>
647
  <Target Name="AfterBuild">
648
  </Target>
649
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
650
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
651
  </Target>
652
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
653
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
654
  </Target>
655
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
656
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
657
    <PropertyGroup>
658
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
659
    </PropertyGroup>
660
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" />
661
    <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props'))" />
662
  </Target>
663
  <PropertyGroup>
664
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
665
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
666
  </PropertyGroup>
667
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)