프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ d60f94ee

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