프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ c1659a98

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