프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ cf1cc862

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