프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 3b938959

이력 | 보기 | 이력해설 | 다운로드 (31.9 KB)

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