프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ b42dd24d

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