프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ a1e2ba68

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