프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ eaafc1eb

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

1 9f55b953 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 5b5d9b1f taeseongkim
  <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')" />
4 787a4489 KangIngu
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProductVersion>
9
    </ProductVersion>
10
    <SchemaVersion>2.0</SchemaVersion>
11
    <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
12
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <RootNamespace>KCOM_API</RootNamespace>
16
    <AssemblyName>KCOM_API</AssemblyName>
17 d4a60930 djkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
18 787a4489 KangIngu
    <UseIISExpress>true</UseIISExpress>
19
    <Use64BitIISExpress />
20
    <IISExpressSSLPort />
21
    <IISExpressAnonymousAuthentication />
22
    <IISExpressWindowsAuthentication />
23
    <IISExpressUseClassicPipelineMode />
24
    <UseGlobalApplicationHostFile />
25
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
26
    <TargetFrameworkProfile />
27 6b6e937c taeseongkim
    <NuGetPackageImportStamp>
28
    </NuGetPackageImportStamp>
29 787a4489 KangIngu
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <DebugSymbols>true</DebugSymbols>
32
    <DebugType>full</DebugType>
33
    <Optimize>false</Optimize>
34
    <OutputPath>bin\</OutputPath>
35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
    <Prefer32Bit>false</Prefer32Bit>
39
    <PlatformTarget>AnyCPU</PlatformTarget>
40
  </PropertyGroup>
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
    <DebugType>pdbonly</DebugType>
43
    <Optimize>true</Optimize>
44
    <OutputPath>bin\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <ErrorReport>prompt</ErrorReport>
47
    <WarningLevel>4</WarningLevel>
48
    <Prefer32Bit>false</Prefer32Bit>
49 ff01c725 humkyung
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
50
    <PlatformTarget>x64</PlatformTarget>
51 787a4489 KangIngu
  </PropertyGroup>
52
  <ItemGroup>
53 5b5d9b1f taeseongkim
    <Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54
      <HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath>
55 6b6e937c taeseongkim
    </Reference>
56 5b5d9b1f taeseongkim
    <Reference Include="Microsoft.CSharp" />
57
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
58
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
59 6b6e937c taeseongkim
    </Reference>
60 5b5d9b1f taeseongkim
    <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
61
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath>
62
    </Reference>
63
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
64
      <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
65 6b6e937c taeseongkim
    </Reference>
66 787a4489 KangIngu
    <Reference Include="System.Data.DataSetExtensions" />
67
    <Reference Include="System.Data.Entity" />
68 5b5d9b1f taeseongkim
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
70
    </Reference>
71 787a4489 KangIngu
    <Reference Include="System.Runtime.Remoting" />
72
    <Reference Include="System.Runtime.Serialization" />
73
    <Reference Include="System.ServiceModel" />
74 c517099d taeseongkim
    <Reference Include="System.ServiceModel.Web" />
75 787a4489 KangIngu
    <Reference Include="System.Web.DynamicData" />
76
    <Reference Include="System.Web.Entity" />
77
    <Reference Include="System.Web.ApplicationServices" />
78
    <Reference Include="System.ComponentModel.DataAnnotations" />
79
    <Reference Include="System" />
80
    <Reference Include="System.Data" />
81
    <Reference Include="System.Drawing" />
82
    <Reference Include="System.Web" />
83
    <Reference Include="System.Web.Extensions" />
84
    <Reference Include="System.Xml" />
85
    <Reference Include="System.Configuration" />
86
    <Reference Include="System.Web.Services" />
87
    <Reference Include="System.EnterpriseServices" />
88
    <Reference Include="System.Xml.Linq" />
89
    <Reference Include="WindowsBase" />
90
  </ItemGroup>
91
  <ItemGroup>
92 a1142a6b taeseongkim
    <Content Include="Default.aspx" />
93 f06cce07 taeseongkim
    <Content Include="HtmlPage1.html" />
94 c517099d taeseongkim
    <Content Include="MarkusService.svc" />
95 787a4489 KangIngu
    <Content Include="ServiceDeepView.svc" />
96 684ef11c ljiyeon
    <Content Include="Web.config">
97
      <SubType>Designer</SubType>
98
    </Content>
99 787a4489 KangIngu
  </ItemGroup>
100
  <ItemGroup>
101 c517099d taeseongkim
    <Compile Include="DataModel\AdjustResult.cs" />
102
    <Compile Include="DataModel\Commant.cs" />
103 a1142a6b taeseongkim
    <Compile Include="Default.aspx.cs">
104
      <DependentUpon>Default.aspx</DependentUpon>
105
      <SubType>ASPXCodeBehind</SubType>
106
    </Compile>
107
    <Compile Include="Default.aspx.designer.cs">
108
      <DependentUpon>Default.aspx</DependentUpon>
109
    </Compile>
110 c517099d taeseongkim
    <Compile Include="MarkusService.svc.cs">
111
      <DependentUpon>MarkusService.svc</DependentUpon>
112
      <SubType>Component</SubType>
113
    </Compile>
114 787a4489 KangIngu
    <Compile Include="Properties\AssemblyInfo.cs" />
115 a874198d humkyung
    <Compile Include="Properties\Settings.Designer.cs">
116
      <AutoGen>True</AutoGen>
117
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
118
      <DependentUpon>Settings.settings</DependentUpon>
119
    </Compile>
120 787a4489 KangIngu
    <Compile Include="ServiceDeepView.svc.cs">
121
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
122
      <SubType>Component</SubType>
123
    </Compile>
124 315ae55e taeseongkim
    <Compile Include="UniqueColorGenerator.cs" />
125 787a4489 KangIngu
  </ItemGroup>
126
  <ItemGroup>
127 6b6e937c taeseongkim
    <None Include="packages.config" />
128 787a4489 KangIngu
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
129 a874198d humkyung
    <None Include="Properties\Settings.settings">
130
      <Generator>SettingsSingleFileGenerator</Generator>
131
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
132
    </None>
133 787a4489 KangIngu
    <None Include="Web.Debug.config">
134
      <DependentUpon>Web.config</DependentUpon>
135 a1142a6b taeseongkim
      <IsTransformFile>true</IsTransformFile>
136 787a4489 KangIngu
    </None>
137 f65e6c02 taeseongkim
    <None Include="Web.Debug_CadExport.config">
138
      <DependentUpon>Web.config</DependentUpon>
139
    </None>
140 9f55b953 taeseongkim
    <None Include="Web.Debug_DevDoftech.config">
141
      <DependentUpon>Web.config</DependentUpon>
142 a1142a6b taeseongkim
      <IsTransformFile>true</IsTransformFile>
143 9f55b953 taeseongkim
    </None>
144
    <None Include="Web.Debug_HyoSung.config">
145
      <DependentUpon>Web.config</DependentUpon>
146 a1142a6b taeseongkim
      <IsTransformFile>true</IsTransformFile>
147 d33ef543 taeseongkim
      <SubType>Designer</SubType>
148 ab5aa762 taeseongkim
    </None>
149 f65e6c02 taeseongkim
    <None Include="Web.Debug_SNI.config">
150
      <DependentUpon>Web.config</DependentUpon>
151
    </None>
152 787a4489 KangIngu
    <None Include="Web.Release.config">
153
      <DependentUpon>Web.config</DependentUpon>
154 a1142a6b taeseongkim
      <IsTransformFile>true</IsTransformFile>
155 787a4489 KangIngu
    </None>
156 d0286794 taeseongkim
    <None Include="Web.Release_Hyosung.config">
157
      <DependentUpon>Web.config</DependentUpon>
158
    </None>
159 07b7bd24 taeseongkim
    <None Include="Web.Release_PEMSS.config">
160
      <DependentUpon>Web.config</DependentUpon>
161
    </None>
162 787a4489 KangIngu
  </ItemGroup>
163
  <ItemGroup>
164 c0977e97 djkim
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
165 8e2743a3 humkyung
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
166
      <Name>IFinalPDF</Name>
167
    </ProjectReference>
168 787a4489 KangIngu
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
169
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
170
      <Name>IKCOM</Name>
171
    </ProjectReference>
172
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
173
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
174
      <Name>KCOMDataModel</Name>
175
    </ProjectReference>
176
  </ItemGroup>
177
  <PropertyGroup>
178
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
179
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
180
  </PropertyGroup>
181 f19ebe30 djkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
182
    <DebugSymbols>true</DebugSymbols>
183
    <OutputPath>bin\</OutputPath>
184
    <DefineConstants>DEBUG;TRACE</DefineConstants>
185
    <DebugType>full</DebugType>
186
    <PlatformTarget>x86</PlatformTarget>
187
    <ErrorReport>prompt</ErrorReport>
188
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
189
  </PropertyGroup>
190
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
191
    <OutputPath>bin\</OutputPath>
192
    <DefineConstants>TRACE</DefineConstants>
193
    <Optimize>true</Optimize>
194
    <DebugType>pdbonly</DebugType>
195 ff01c725 humkyung
    <PlatformTarget>x64</PlatformTarget>
196
    <ErrorReport>prompt</ErrorReport>
197
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
198
  </PropertyGroup>
199
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
200
    <DebugSymbols>true</DebugSymbols>
201
    <OutputPath>bin\</OutputPath>
202
    <DefineConstants>DEBUG;TRACE</DefineConstants>
203
    <DebugType>full</DebugType>
204
    <PlatformTarget>x64</PlatformTarget>
205
    <ErrorReport>prompt</ErrorReport>
206
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
207
  </PropertyGroup>
208
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
209
    <OutputPath>bin\</OutputPath>
210
    <DefineConstants>TRACE</DefineConstants>
211
    <Optimize>true</Optimize>
212
    <DebugType>pdbonly</DebugType>
213
    <PlatformTarget>x64</PlatformTarget>
214
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
215 f19ebe30 djkim
    <ErrorReport>prompt</ErrorReport>
216
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
217
  </PropertyGroup>
218 9f55b953 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
219
    <DebugSymbols>true</DebugSymbols>
220
    <OutputPath>bin\</OutputPath>
221
    <DefineConstants>DEBUG;TRACE</DefineConstants>
222
    <DebugType>full</DebugType>
223
    <PlatformTarget>AnyCPU</PlatformTarget>
224
    <ErrorReport>prompt</ErrorReport>
225
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
226
  </PropertyGroup>
227
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
228
    <DebugSymbols>true</DebugSymbols>
229
    <OutputPath>bin\</OutputPath>
230
    <DefineConstants>DEBUG;TRACE</DefineConstants>
231
    <DebugType>full</DebugType>
232
    <PlatformTarget>x86</PlatformTarget>
233
    <ErrorReport>prompt</ErrorReport>
234
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
235
  </PropertyGroup>
236
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
237
    <DebugSymbols>true</DebugSymbols>
238
    <OutputPath>bin\</OutputPath>
239
    <DefineConstants>DEBUG;TRACE</DefineConstants>
240
    <DebugType>full</DebugType>
241
    <PlatformTarget>x64</PlatformTarget>
242
    <ErrorReport>prompt</ErrorReport>
243
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
244
  </PropertyGroup>
245
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|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_DevDoftech|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_DevDoftech|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
  </PropertyGroup>
272 f65e6c02 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
273
    <DebugSymbols>true</DebugSymbols>
274
    <OutputPath>bin\</OutputPath>
275
    <DefineConstants>DEBUG;TRACE</DefineConstants>
276
    <DebugType>full</DebugType>
277
    <PlatformTarget>AnyCPU</PlatformTarget>
278
    <ErrorReport>prompt</ErrorReport>
279
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
280
  </PropertyGroup>
281
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
282
    <DebugSymbols>true</DebugSymbols>
283
    <OutputPath>bin\</OutputPath>
284
    <DefineConstants>DEBUG;TRACE</DefineConstants>
285
    <DebugType>full</DebugType>
286
    <PlatformTarget>x86</PlatformTarget>
287
    <ErrorReport>prompt</ErrorReport>
288
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
289
  </PropertyGroup>
290
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
291
    <DebugSymbols>true</DebugSymbols>
292
    <OutputPath>bin\</OutputPath>
293
    <DefineConstants>DEBUG;TRACE</DefineConstants>
294
    <DebugType>full</DebugType>
295
    <PlatformTarget>x64</PlatformTarget>
296
    <ErrorReport>prompt</ErrorReport>
297
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
298
  </PropertyGroup>
299
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
300
    <DebugSymbols>true</DebugSymbols>
301
    <OutputPath>bin\</OutputPath>
302
    <DefineConstants>DEBUG;TRACE</DefineConstants>
303
    <DebugType>full</DebugType>
304
    <PlatformTarget>AnyCPU</PlatformTarget>
305
    <ErrorReport>prompt</ErrorReport>
306
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
307
  </PropertyGroup>
308
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
309
    <DebugSymbols>true</DebugSymbols>
310
    <OutputPath>bin\</OutputPath>
311
    <DefineConstants>DEBUG;TRACE</DefineConstants>
312
    <DebugType>full</DebugType>
313
    <PlatformTarget>x86</PlatformTarget>
314
    <ErrorReport>prompt</ErrorReport>
315
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
316
  </PropertyGroup>
317
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
318
    <DebugSymbols>true</DebugSymbols>
319
    <OutputPath>bin\</OutputPath>
320
    <DefineConstants>DEBUG;TRACE</DefineConstants>
321
    <DebugType>full</DebugType>
322
    <PlatformTarget>x64</PlatformTarget>
323
    <ErrorReport>prompt</ErrorReport>
324 80856edb taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
325
  </PropertyGroup>
326
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
327
    <DebugSymbols>true</DebugSymbols>
328
    <OutputPath>bin\</OutputPath>
329
    <DefineConstants>DEBUG;TRACE</DefineConstants>
330
    <DebugType>full</DebugType>
331
    <PlatformTarget>AnyCPU</PlatformTarget>
332
    <ErrorReport>prompt</ErrorReport>
333
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
334
  </PropertyGroup>
335
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
336
    <DebugSymbols>true</DebugSymbols>
337
    <OutputPath>bin\</OutputPath>
338
    <DefineConstants>DEBUG;TRACE</DefineConstants>
339
    <DebugType>full</DebugType>
340
    <PlatformTarget>x86</PlatformTarget>
341
    <ErrorReport>prompt</ErrorReport>
342
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
343
  </PropertyGroup>
344
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
345
    <DebugSymbols>true</DebugSymbols>
346
    <OutputPath>bin\</OutputPath>
347
    <DefineConstants>DEBUG;TRACE</DefineConstants>
348
    <DebugType>full</DebugType>
349
    <PlatformTarget>x64</PlatformTarget>
350
    <ErrorReport>prompt</ErrorReport>
351 07b7bd24 taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
352
  </PropertyGroup>
353
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|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)' == 'Release_PEMSS|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)' == 'Release_PEMSS|x64'">
372
    <DebugSymbols>true</DebugSymbols>
373
    <OutputPath>bin\</OutputPath>
374
    <DefineConstants>DEBUG;TRACE</DefineConstants>
375
    <DebugType>full</DebugType>
376 eaafc1eb taeseongkim
    <PlatformTarget>x64</PlatformTarget>
377
    <ErrorReport>prompt</ErrorReport>
378
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
379
  </PropertyGroup>
380
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
381
    <DebugSymbols>true</DebugSymbols>
382
    <OutputPath>bin\</OutputPath>
383
    <DefineConstants>DEBUG;TRACE</DefineConstants>
384
    <DebugType>full</DebugType>
385
    <PlatformTarget>AnyCPU</PlatformTarget>
386
    <ErrorReport>prompt</ErrorReport>
387
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
388
  </PropertyGroup>
389
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
390
    <DebugSymbols>true</DebugSymbols>
391
    <OutputPath>bin\</OutputPath>
392
    <DefineConstants>DEBUG;TRACE</DefineConstants>
393
    <DebugType>full</DebugType>
394
    <PlatformTarget>x86</PlatformTarget>
395
    <ErrorReport>prompt</ErrorReport>
396
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
397
  </PropertyGroup>
398
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
399
    <DebugSymbols>true</DebugSymbols>
400
    <OutputPath>bin\</OutputPath>
401
    <DefineConstants>DEBUG;TRACE</DefineConstants>
402
    <DebugType>full</DebugType>
403 07b7bd24 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
404
    <ErrorReport>prompt</ErrorReport>
405 f65e6c02 taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
406
  </PropertyGroup>
407 787a4489 KangIngu
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
408
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
409
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
410
  <ProjectExtensions>
411
    <VisualStudio>
412
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
413
        <WebProjectProperties>
414
          <UseIIS>True</UseIIS>
415
          <AutoAssignPort>True</AutoAssignPort>
416
          <DevelopmentServerPort>13009</DevelopmentServerPort>
417
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
418 ff01c725 humkyung
          <IISUrl>http://localhost:8080/</IISUrl>
419 787a4489 KangIngu
          <NTLMAuthentication>False</NTLMAuthentication>
420
          <UseCustomServer>False</UseCustomServer>
421
          <CustomServerUrl>
422
          </CustomServerUrl>
423
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
424
        </WebProjectProperties>
425
      </FlavorProperties>
426
    </VisualStudio>
427
  </ProjectExtensions>
428
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
429 a1142a6b taeseongkim
       Other similar extension points exist, see Microsoft.Common.targets. -->
430 787a4489 KangIngu
  <Target Name="BeforeBuild">
431 a1142a6b taeseongkim
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
432 787a4489 KangIngu
  </Target>
433
  <Target Name="AfterBuild">
434
  </Target>
435 9f55b953 taeseongkim
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
436
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
437
  </Target>
438 a1142a6b taeseongkim
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
439
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
440
  </Target>
441
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
442 5b5d9b1f taeseongkim
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
443
    <PropertyGroup>
444
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
445
    </PropertyGroup>
446
    <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'))" />
447
  </Target>
448 787a4489 KangIngu
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)