프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 9f56088c

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

    
581
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
582
  </PropertyGroup>
583
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)