프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ master

이력 | 보기 | 이력해설 | 다운로드 (34 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 c1659a98 taeseongkim
  <Import Project="..\packages\OpenCvSharp4.runtime.win.4.5.3.20211228\build\net461\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.5.3.20211228\build\net461\OpenCvSharp4.runtime.win.props')" />
4 9f56088c taeseongkim
  <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.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 6a19b48d taeseongkim
    <Use64BitIISExpress>true</Use64BitIISExpress>
21 5639752b 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 1d79913e taeseongkim
    <AllowUnsafeBlocks>false</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 3b938959 taeseongkim
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
60
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
61
    </Reference>
62 5b5d9b1f taeseongkim
    <Reference Include="Microsoft.CSharp" />
63 6a19b48d taeseongkim
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
64
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
65
    </Reference>
66 5b5d9b1f taeseongkim
    <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
67 c1659a98 taeseongkim
      <HintPath>..\packages\OpenCvSharp4.4.5.3.20211228\lib\net461\OpenCvSharp.dll</HintPath>
68 5b5d9b1f taeseongkim
    </Reference>
69
    <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
70 c1659a98 taeseongkim
      <HintPath>..\packages\OpenCvSharp4.Extensions.4.5.3.20211228\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
71
    </Reference>
72
    <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
73
      <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
74 6b6e937c taeseongkim
    </Reference>
75 787a4489 KangIngu
    <Reference Include="System.Data.DataSetExtensions" />
76
    <Reference Include="System.Data.Entity" />
77 c1659a98 taeseongkim
    <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
78
      <HintPath>..\packages\System.Drawing.Common.5.0.3\lib\net461\System.Drawing.Common.dll</HintPath>
79
    </Reference>
80
    <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
81
      <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
82
    </Reference>
83
    <Reference Include="System.Numerics" />
84
    <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
85
      <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
86
    </Reference>
87
    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
88
      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
89 5b5d9b1f taeseongkim
    </Reference>
90 787a4489 KangIngu
    <Reference Include="System.Runtime.Remoting" />
91
    <Reference Include="System.Runtime.Serialization" />
92
    <Reference Include="System.ServiceModel" />
93 c517099d taeseongkim
    <Reference Include="System.ServiceModel.Web" />
94 c1659a98 taeseongkim
    <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
95
      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
96
    </Reference>
97 787a4489 KangIngu
    <Reference Include="System.Web.DynamicData" />
98
    <Reference Include="System.Web.Entity" />
99
    <Reference Include="System.Web.ApplicationServices" />
100
    <Reference Include="System.ComponentModel.DataAnnotations" />
101
    <Reference Include="System" />
102
    <Reference Include="System.Data" />
103
    <Reference Include="System.Drawing" />
104
    <Reference Include="System.Web" />
105
    <Reference Include="System.Web.Extensions" />
106 c1659a98 taeseongkim
    <Reference Include="System.Windows" />
107 787a4489 KangIngu
    <Reference Include="System.Xml" />
108
    <Reference Include="System.Configuration" />
109
    <Reference Include="System.Web.Services" />
110
    <Reference Include="System.EnterpriseServices" />
111
    <Reference Include="System.Xml.Linq" />
112 6a19b48d taeseongkim
    <Reference Include="WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
113
      <HintPath>..\packages\WCFExtensions.1.0.0\lib\WcfExtensions.ServiceModel.dll</HintPath>
114
    </Reference>
115 787a4489 KangIngu
    <Reference Include="WindowsBase" />
116
  </ItemGroup>
117
  <ItemGroup>
118 b42dd24d taeseongkim
    <Content Include="ActiveService.svc" />
119 a1142a6b taeseongkim
    <Content Include="Default.aspx" />
120 f06cce07 taeseongkim
    <Content Include="HtmlPage1.html" />
121 c517099d taeseongkim
    <Content Include="MarkusService.svc" />
122 684ef11c ljiyeon
    <Content Include="Web.config">
123
      <SubType>Designer</SubType>
124
    </Content>
125 38d69491 taeseongkim
    <None Include="obfuscar.xml" />
126
    <Content Include="ServiceDeepView.svc" />
127
    <None Include="Web.Debug.config">
128
      <DependentUpon>Web.config</DependentUpon>
129
    </None>
130
    <None Include="Web.Debug_CadExport.config">
131
      <DependentUpon>Web.config</DependentUpon>
132
    </None>
133
    <None Include="Web.Debug_Daelim.config">
134
      <DependentUpon>Web.config</DependentUpon>
135
    </None>
136
    <None Include="Web.Debug_DevDoftech.config">
137
      <DependentUpon>Web.config</DependentUpon>
138
    </None>
139
    <None Include="Web.Debug_DIG.config">
140
      <DependentUpon>Web.config</DependentUpon>
141
    </None>
142 fdfa126d taeseongkim
    <None Include="Web.Debug_Etech.config">
143
      <DependentUpon>Web.config</DependentUpon>
144
    </None>
145 38d69491 taeseongkim
    <None Include="Web.Debug_HyoSung.config">
146
      <DependentUpon>Web.config</DependentUpon>
147
      <SubType>Designer</SubType>
148
    </None>
149
    <None Include="Web.Debug_SNI.config">
150
      <DependentUpon>Web.config</DependentUpon>
151
    </None>
152
    <None Include="Web.Deploy_Daelim.config">
153
      <DependentUpon>Web.config</DependentUpon>
154
    </None>
155
    <None Include="Web.Deploy_Hyosung.config">
156
      <DependentUpon>Web.config</DependentUpon>
157
    </None>
158
    <None Include="Web.Deploy_SNI.config">
159
      <DependentUpon>Web.config</DependentUpon>
160
    </None>
161
    <None Include="Web.Release.config">
162
      <DependentUpon>Web.config</DependentUpon>
163
    </None>
164
    <None Include="Web.Release_BSENG.config">
165
      <DependentUpon>Web.config</DependentUpon>
166
    </None>
167
    <None Include="Web.Release_Default.config">
168
      <DependentUpon>Web.config</DependentUpon>
169
    </None>
170
    <None Include="Web.Release_Hyosung.config">
171
      <DependentUpon>Web.config</DependentUpon>
172
    </None>
173
    <None Include="Web.Release_PEMSS.config">
174
      <DependentUpon>Web.config</DependentUpon>
175
    </None>
176 787a4489 KangIngu
  </ItemGroup>
177
  <ItemGroup>
178 b42dd24d taeseongkim
    <Compile Include="ActiveService.svc.cs">
179
      <DependentUpon>ActiveService.svc</DependentUpon>
180
    </Compile>
181 cf1cc862 taeseongkim
    <Compile Include="DataModel\AddMemberResults.cs" />
182 c517099d taeseongkim
    <Compile Include="DataModel\Commant.cs" />
183 cf1cc862 taeseongkim
    <Compile Include="DataModel\GetMembersResults.cs" />
184 a1142a6b taeseongkim
    <Compile Include="Default.aspx.cs">
185
      <DependentUpon>Default.aspx</DependentUpon>
186
      <SubType>ASPXCodeBehind</SubType>
187
    </Compile>
188
    <Compile Include="Default.aspx.designer.cs">
189
      <DependentUpon>Default.aspx</DependentUpon>
190
    </Compile>
191 b42dd24d taeseongkim
    <Compile Include="IActiveService.cs" />
192 c517099d taeseongkim
    <Compile Include="MarkusService.svc.cs">
193
      <DependentUpon>MarkusService.svc</DependentUpon>
194
      <SubType>Component</SubType>
195
    </Compile>
196 787a4489 KangIngu
    <Compile Include="Properties\AssemblyInfo.cs" />
197 a874198d humkyung
    <Compile Include="Properties\Settings.Designer.cs">
198
      <AutoGen>True</AutoGen>
199
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
200
      <DependentUpon>Settings.settings</DependentUpon>
201
    </Compile>
202 787a4489 KangIngu
    <Compile Include="ServiceDeepView.svc.cs">
203
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
204
      <SubType>Component</SubType>
205
    </Compile>
206 cf1cc862 taeseongkim
    <Compile Include="ServiceRedirector.cs" />
207 315ae55e taeseongkim
    <Compile Include="UniqueColorGenerator.cs" />
208 787a4489 KangIngu
  </ItemGroup>
209
  <ItemGroup>
210 6b6e937c taeseongkim
    <None Include="packages.config" />
211 787a4489 KangIngu
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
212 63946dd5 taeseongkim
    <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" />
213 7185ff47 taeseongkim
    <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" />
214 63946dd5 taeseongkim
    <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" />
215 a874198d humkyung
    <None Include="Properties\Settings.settings">
216
      <Generator>SettingsSingleFileGenerator</Generator>
217
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
218
    </None>
219 787a4489 KangIngu
  </ItemGroup>
220
  <ItemGroup>
221 66bd3240 taeseongkim
    <ProjectReference Include="..\AddressModule\AddressModule.csproj">
222
      <Project>{99f05f7f-ae88-4507-8f65-d401b1d7356f}</Project>
223
      <Name>AddressModule</Name>
224
    </ProjectReference>
225 c0977e97 djkim
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
226 8e2743a3 humkyung
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
227
      <Name>IFinalPDF</Name>
228
    </ProjectReference>
229 787a4489 KangIngu
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
230
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
231
      <Name>IKCOM</Name>
232
    </ProjectReference>
233 2b1f30fe taeseongkim
    <ProjectReference Include="..\ImageHandler\ImageHandler.csproj">
234
      <Project>{c4251f1b-b7d8-4f1f-94cc-b7eab696295d}</Project>
235
      <Name>ImageHandler</Name>
236
    </ProjectReference>
237 787a4489 KangIngu
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
238
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
239
      <Name>KCOMDataModel</Name>
240
    </ProjectReference>
241
  </ItemGroup>
242 2b1f30fe taeseongkim
  <ItemGroup>
243
    <Folder Include="TileSource\000000_Tile\40000\4000005\" />
244 8cec2027 humkyung
    <Folder Include="UserData\000000\doftech\" />
245 3b938959 taeseongkim
    <Folder Include="UserData\000000\user1\" />
246 2b1f30fe taeseongkim
  </ItemGroup>
247 787a4489 KangIngu
  <PropertyGroup>
248
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
249
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
250
  </PropertyGroup>
251 f19ebe30 djkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
252
    <DebugSymbols>true</DebugSymbols>
253
    <OutputPath>bin\</OutputPath>
254
    <DefineConstants>DEBUG;TRACE</DefineConstants>
255
    <DebugType>full</DebugType>
256
    <PlatformTarget>x86</PlatformTarget>
257
    <ErrorReport>prompt</ErrorReport>
258
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
259
  </PropertyGroup>
260
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
261
    <OutputPath>bin\</OutputPath>
262
    <DefineConstants>TRACE</DefineConstants>
263
    <Optimize>true</Optimize>
264
    <DebugType>pdbonly</DebugType>
265 ff01c725 humkyung
    <PlatformTarget>x64</PlatformTarget>
266
    <ErrorReport>prompt</ErrorReport>
267
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
268
  </PropertyGroup>
269
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
270
    <DebugSymbols>true</DebugSymbols>
271
    <OutputPath>bin\</OutputPath>
272
    <DefineConstants>DEBUG;TRACE</DefineConstants>
273
    <DebugType>full</DebugType>
274
    <PlatformTarget>x64</PlatformTarget>
275
    <ErrorReport>prompt</ErrorReport>
276
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
277 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
278
    <Optimize>false</Optimize>
279 ff01c725 humkyung
  </PropertyGroup>
280
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
281 8cec2027 humkyung
    <OutputPath>..\publish\KCOM_API\</OutputPath>
282 ff01c725 humkyung
    <DefineConstants>TRACE</DefineConstants>
283 68e3cd94 taeseongkim
    <Optimize>false</Optimize>
284 ff01c725 humkyung
    <DebugType>pdbonly</DebugType>
285
    <PlatformTarget>x64</PlatformTarget>
286
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
287 f19ebe30 djkim
    <ErrorReport>prompt</ErrorReport>
288
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
289 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
290 f19ebe30 djkim
  </PropertyGroup>
291 9f55b953 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
292
    <DebugSymbols>true</DebugSymbols>
293
    <OutputPath>bin\</OutputPath>
294
    <DefineConstants>DEBUG;TRACE</DefineConstants>
295
    <DebugType>full</DebugType>
296
    <PlatformTarget>AnyCPU</PlatformTarget>
297
    <ErrorReport>prompt</ErrorReport>
298
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
299
  </PropertyGroup>
300
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
301
    <DebugSymbols>true</DebugSymbols>
302
    <OutputPath>bin\</OutputPath>
303
    <DefineConstants>DEBUG;TRACE</DefineConstants>
304
    <DebugType>full</DebugType>
305
    <PlatformTarget>x86</PlatformTarget>
306
    <ErrorReport>prompt</ErrorReport>
307
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
308
  </PropertyGroup>
309
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
310
    <DebugSymbols>true</DebugSymbols>
311
    <OutputPath>bin\</OutputPath>
312
    <DefineConstants>DEBUG;TRACE</DefineConstants>
313
    <DebugType>full</DebugType>
314
    <PlatformTarget>x64</PlatformTarget>
315
    <ErrorReport>prompt</ErrorReport>
316
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
317 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
318
    <Optimize>false</Optimize>
319 9f55b953 taeseongkim
  </PropertyGroup>
320
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
321
    <DebugSymbols>true</DebugSymbols>
322
    <OutputPath>bin\</OutputPath>
323
    <DefineConstants>DEBUG;TRACE</DefineConstants>
324
    <DebugType>full</DebugType>
325
    <PlatformTarget>AnyCPU</PlatformTarget>
326
    <ErrorReport>prompt</ErrorReport>
327
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
328
  </PropertyGroup>
329
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
330
    <DebugSymbols>true</DebugSymbols>
331
    <OutputPath>bin\</OutputPath>
332
    <DefineConstants>DEBUG;TRACE</DefineConstants>
333
    <DebugType>full</DebugType>
334
    <PlatformTarget>x86</PlatformTarget>
335
    <ErrorReport>prompt</ErrorReport>
336
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
337
  </PropertyGroup>
338
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
339
    <DebugSymbols>true</DebugSymbols>
340
    <OutputPath>bin\</OutputPath>
341
    <DefineConstants>DEBUG;TRACE</DefineConstants>
342
    <DebugType>full</DebugType>
343
    <PlatformTarget>x64</PlatformTarget>
344
    <ErrorReport>prompt</ErrorReport>
345
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
346 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
347
    <Optimize>false</Optimize>
348 9f55b953 taeseongkim
  </PropertyGroup>
349 f65e6c02 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
350
    <DebugSymbols>true</DebugSymbols>
351
    <OutputPath>bin\</OutputPath>
352
    <DefineConstants>DEBUG;TRACE</DefineConstants>
353
    <DebugType>full</DebugType>
354
    <PlatformTarget>AnyCPU</PlatformTarget>
355
    <ErrorReport>prompt</ErrorReport>
356
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
357
  </PropertyGroup>
358
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
359
    <DebugSymbols>true</DebugSymbols>
360
    <OutputPath>bin\</OutputPath>
361
    <DefineConstants>DEBUG;TRACE</DefineConstants>
362
    <DebugType>full</DebugType>
363
    <PlatformTarget>x86</PlatformTarget>
364
    <ErrorReport>prompt</ErrorReport>
365
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
366
  </PropertyGroup>
367
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
368
    <DebugSymbols>true</DebugSymbols>
369
    <OutputPath>bin\</OutputPath>
370
    <DefineConstants>DEBUG;TRACE</DefineConstants>
371
    <DebugType>full</DebugType>
372
    <PlatformTarget>x64</PlatformTarget>
373
    <ErrorReport>prompt</ErrorReport>
374
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
375 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
376
    <Optimize>false</Optimize>
377 f65e6c02 taeseongkim
  </PropertyGroup>
378
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
379
    <DebugSymbols>true</DebugSymbols>
380
    <OutputPath>bin\</OutputPath>
381
    <DefineConstants>DEBUG;TRACE</DefineConstants>
382
    <DebugType>full</DebugType>
383
    <PlatformTarget>AnyCPU</PlatformTarget>
384
    <ErrorReport>prompt</ErrorReport>
385
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
386
  </PropertyGroup>
387
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
388
    <DebugSymbols>true</DebugSymbols>
389
    <OutputPath>bin\</OutputPath>
390
    <DefineConstants>DEBUG;TRACE</DefineConstants>
391
    <DebugType>full</DebugType>
392
    <PlatformTarget>x86</PlatformTarget>
393
    <ErrorReport>prompt</ErrorReport>
394
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
395
  </PropertyGroup>
396
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
397
    <DebugSymbols>true</DebugSymbols>
398
    <OutputPath>bin\</OutputPath>
399
    <DefineConstants>DEBUG;TRACE</DefineConstants>
400
    <DebugType>full</DebugType>
401
    <PlatformTarget>x64</PlatformTarget>
402
    <ErrorReport>prompt</ErrorReport>
403 80856edb taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
404 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
405
    <Optimize>false</Optimize>
406 80856edb taeseongkim
  </PropertyGroup>
407 63946dd5 taeseongkim
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' ">
408 80856edb taeseongkim
    <DebugSymbols>true</DebugSymbols>
409
    <OutputPath>bin\</OutputPath>
410
    <DefineConstants>DEBUG;TRACE</DefineConstants>
411
    <DebugType>full</DebugType>
412
    <PlatformTarget>AnyCPU</PlatformTarget>
413
    <ErrorReport>prompt</ErrorReport>
414
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
415
  </PropertyGroup>
416 63946dd5 taeseongkim
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' ">
417 80856edb taeseongkim
    <DebugSymbols>true</DebugSymbols>
418
    <OutputPath>bin\</OutputPath>
419
    <DefineConstants>DEBUG;TRACE</DefineConstants>
420
    <DebugType>full</DebugType>
421
    <PlatformTarget>x86</PlatformTarget>
422
    <ErrorReport>prompt</ErrorReport>
423
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
424
  </PropertyGroup>
425 63946dd5 taeseongkim
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' ">
426 80856edb taeseongkim
    <DebugSymbols>true</DebugSymbols>
427
    <OutputPath>bin\</OutputPath>
428
    <DefineConstants>DEBUG;TRACE</DefineConstants>
429
    <DebugType>full</DebugType>
430
    <PlatformTarget>x64</PlatformTarget>
431
    <ErrorReport>prompt</ErrorReport>
432 07b7bd24 taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
433 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
434
    <Optimize>false</Optimize>
435 07b7bd24 taeseongkim
  </PropertyGroup>
436
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
437
    <DebugSymbols>true</DebugSymbols>
438
    <OutputPath>bin\</OutputPath>
439
    <DefineConstants>DEBUG;TRACE</DefineConstants>
440
    <DebugType>full</DebugType>
441
    <PlatformTarget>AnyCPU</PlatformTarget>
442
    <ErrorReport>prompt</ErrorReport>
443
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
444
  </PropertyGroup>
445
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
446
    <DebugSymbols>true</DebugSymbols>
447
    <OutputPath>bin\</OutputPath>
448
    <DefineConstants>DEBUG;TRACE</DefineConstants>
449
    <DebugType>full</DebugType>
450
    <PlatformTarget>x86</PlatformTarget>
451
    <ErrorReport>prompt</ErrorReport>
452
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
453
  </PropertyGroup>
454
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
455
    <DebugSymbols>true</DebugSymbols>
456
    <OutputPath>bin\</OutputPath>
457
    <DefineConstants>DEBUG;TRACE</DefineConstants>
458
    <DebugType>full</DebugType>
459 eaafc1eb taeseongkim
    <PlatformTarget>x64</PlatformTarget>
460
    <ErrorReport>prompt</ErrorReport>
461
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
462 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
463
    <Optimize>false</Optimize>
464 eaafc1eb taeseongkim
  </PropertyGroup>
465
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
466
    <DebugSymbols>true</DebugSymbols>
467
    <OutputPath>bin\</OutputPath>
468
    <DefineConstants>DEBUG;TRACE</DefineConstants>
469
    <DebugType>full</DebugType>
470
    <PlatformTarget>AnyCPU</PlatformTarget>
471
    <ErrorReport>prompt</ErrorReport>
472
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
473
  </PropertyGroup>
474
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
475
    <DebugSymbols>true</DebugSymbols>
476
    <OutputPath>bin\</OutputPath>
477
    <DefineConstants>DEBUG;TRACE</DefineConstants>
478
    <DebugType>full</DebugType>
479
    <PlatformTarget>x86</PlatformTarget>
480
    <ErrorReport>prompt</ErrorReport>
481
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
482
  </PropertyGroup>
483
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
484
    <DebugSymbols>true</DebugSymbols>
485
    <OutputPath>bin\</OutputPath>
486
    <DefineConstants>DEBUG;TRACE</DefineConstants>
487
    <DebugType>full</DebugType>
488 9d5b4bc2 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
489
    <ErrorReport>prompt</ErrorReport>
490
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
491 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
492
    <Optimize>false</Optimize>
493 9d5b4bc2 taeseongkim
  </PropertyGroup>
494
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
495
    <DebugSymbols>true</DebugSymbols>
496
    <OutputPath>bin\</OutputPath>
497
    <DefineConstants>DEBUG;TRACE</DefineConstants>
498
    <DebugType>full</DebugType>
499
    <PlatformTarget>AnyCPU</PlatformTarget>
500
    <ErrorReport>prompt</ErrorReport>
501
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
502
  </PropertyGroup>
503
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
504
    <DebugSymbols>true</DebugSymbols>
505
    <OutputPath>bin\</OutputPath>
506
    <DefineConstants>DEBUG;TRACE</DefineConstants>
507
    <DebugType>full</DebugType>
508
    <PlatformTarget>x86</PlatformTarget>
509
    <ErrorReport>prompt</ErrorReport>
510
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
511
  </PropertyGroup>
512
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'">
513
    <DebugSymbols>true</DebugSymbols>
514
    <OutputPath>bin\</OutputPath>
515
    <DefineConstants>DEBUG;TRACE</DefineConstants>
516
    <DebugType>full</DebugType>
517 63946dd5 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
518
    <ErrorReport>prompt</ErrorReport>
519
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
520 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
521
    <Optimize>false</Optimize>
522 63946dd5 taeseongkim
  </PropertyGroup>
523
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'">
524
    <DebugSymbols>true</DebugSymbols>
525
    <OutputPath>bin\</OutputPath>
526
    <DefineConstants>DEBUG;TRACE</DefineConstants>
527
    <DebugType>full</DebugType>
528
    <PlatformTarget>AnyCPU</PlatformTarget>
529
    <ErrorReport>prompt</ErrorReport>
530
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
531
  </PropertyGroup>
532
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'">
533
    <DebugSymbols>true</DebugSymbols>
534
    <OutputPath>bin\</OutputPath>
535
    <DefineConstants>DEBUG;TRACE</DefineConstants>
536
    <DebugType>full</DebugType>
537
    <PlatformTarget>x86</PlatformTarget>
538
    <ErrorReport>prompt</ErrorReport>
539
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
540
  </PropertyGroup>
541
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'">
542
    <DebugSymbols>true</DebugSymbols>
543
    <OutputPath>bin\</OutputPath>
544
    <DefineConstants>DEBUG;TRACE</DefineConstants>
545
    <DebugType>full</DebugType>
546
    <PlatformTarget>x64</PlatformTarget>
547
    <ErrorReport>prompt</ErrorReport>
548
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
549 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
550
    <Optimize>false</Optimize>
551 63946dd5 taeseongkim
  </PropertyGroup>
552
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'">
553
    <DebugSymbols>true</DebugSymbols>
554
    <OutputPath>bin\Daelim\</OutputPath>
555
    <DefineConstants>
556
    </DefineConstants>
557
    <DebugType>full</DebugType>
558
    <PlatformTarget>AnyCPU</PlatformTarget>
559
    <ErrorReport>prompt</ErrorReport>
560
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
561
  </PropertyGroup>
562
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'">
563
    <DebugSymbols>true</DebugSymbols>
564
    <OutputPath>bin\</OutputPath>
565
    <DefineConstants>DEBUG;TRACE</DefineConstants>
566
    <DebugType>full</DebugType>
567
    <PlatformTarget>x86</PlatformTarget>
568
    <ErrorReport>prompt</ErrorReport>
569
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
570
  </PropertyGroup>
571
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'">
572
    <DebugSymbols>true</DebugSymbols>
573
    <OutputPath>bin\</OutputPath>
574
    <DefineConstants>DEBUG;TRACE</DefineConstants>
575
    <DebugType>full</DebugType>
576 07b7bd24 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
577
    <ErrorReport>prompt</ErrorReport>
578 f65e6c02 taeseongkim
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
579 68e3cd94 taeseongkim
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
580
    <Optimize>false</Optimize>
581 f65e6c02 taeseongkim
  </PropertyGroup>
582 77cdac33 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'">
583
    <DebugSymbols>true</DebugSymbols>
584
    <OutputPath>bin\</OutputPath>
585
    <DefineConstants>DEBUG;TRACE</DefineConstants>
586
    <DebugType>full</DebugType>
587
    <PlatformTarget>AnyCPU</PlatformTarget>
588
    <ErrorReport>prompt</ErrorReport>
589
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
590
  </PropertyGroup>
591
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'">
592
    <DebugSymbols>true</DebugSymbols>
593
    <OutputPath>bin\</OutputPath>
594
    <DefineConstants>DEBUG;TRACE</DefineConstants>
595
    <DebugType>full</DebugType>
596
    <PlatformTarget>x86</PlatformTarget>
597
    <ErrorReport>prompt</ErrorReport>
598
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
599
  </PropertyGroup>
600
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'">
601
    <DebugSymbols>true</DebugSymbols>
602
    <OutputPath>bin\</OutputPath>
603
    <DefineConstants>DEBUG;TRACE</DefineConstants>
604
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
605
    <DebugType>full</DebugType>
606
    <PlatformTarget>x64</PlatformTarget>
607
    <ErrorReport>prompt</ErrorReport>
608
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
609
  </PropertyGroup>
610 38d69491 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'">
611
    <DebugSymbols>true</DebugSymbols>
612
    <OutputPath>bin\</OutputPath>
613
    <DefineConstants>DEBUG;TRACE</DefineConstants>
614
    <DebugType>full</DebugType>
615
    <PlatformTarget>AnyCPU</PlatformTarget>
616
    <LangVersion>7.3</LangVersion>
617
    <ErrorReport>prompt</ErrorReport>
618
  </PropertyGroup>
619
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'">
620
    <DebugSymbols>true</DebugSymbols>
621
    <OutputPath>bin\</OutputPath>
622
    <DefineConstants>DEBUG;TRACE</DefineConstants>
623
    <DebugType>full</DebugType>
624
    <PlatformTarget>x86</PlatformTarget>
625
    <LangVersion>7.3</LangVersion>
626
    <ErrorReport>prompt</ErrorReport>
627
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
628
  </PropertyGroup>
629
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'">
630
    <DebugSymbols>true</DebugSymbols>
631
    <OutputPath>bin\</OutputPath>
632
    <DefineConstants>DEBUG;TRACE</DefineConstants>
633
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
634
    <DebugType>full</DebugType>
635
    <PlatformTarget>x64</PlatformTarget>
636
    <LangVersion>7.3</LangVersion>
637
    <ErrorReport>prompt</ErrorReport>
638
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
639
  </PropertyGroup>
640 fdfa126d taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|AnyCPU'">
641
    <DebugSymbols>true</DebugSymbols>
642
    <OutputPath>bin\</OutputPath>
643
    <DefineConstants>DEBUG;TRACE</DefineConstants>
644
    <DebugType>full</DebugType>
645
    <PlatformTarget>AnyCPU</PlatformTarget>
646
    <LangVersion>7.3</LangVersion>
647
    <ErrorReport>prompt</ErrorReport>
648
  </PropertyGroup>
649
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|x86'">
650
    <DebugSymbols>true</DebugSymbols>
651
    <OutputPath>bin\</OutputPath>
652
    <DefineConstants>DEBUG;TRACE</DefineConstants>
653
    <DebugType>full</DebugType>
654
    <PlatformTarget>x86</PlatformTarget>
655
    <LangVersion>7.3</LangVersion>
656
    <ErrorReport>prompt</ErrorReport>
657
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
658
  </PropertyGroup>
659
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|x64'">
660
    <DebugSymbols>true</DebugSymbols>
661
    <OutputPath>bin\</OutputPath>
662
    <DefineConstants>DEBUG;TRACE</DefineConstants>
663
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
664
    <DebugType>full</DebugType>
665
    <PlatformTarget>x64</PlatformTarget>
666
    <LangVersion>7.3</LangVersion>
667
    <ErrorReport>prompt</ErrorReport>
668
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
669
  </PropertyGroup>
670 787a4489 KangIngu
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
671
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
672
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
673
  <ProjectExtensions>
674
    <VisualStudio>
675
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
676
        <WebProjectProperties>
677
          <UseIIS>True</UseIIS>
678
          <AutoAssignPort>True</AutoAssignPort>
679
          <DevelopmentServerPort>13009</DevelopmentServerPort>
680
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
681 0c575433 taeseongkim
          <IISUrl>http://localhost:44301</IISUrl>
682 787a4489 KangIngu
          <NTLMAuthentication>False</NTLMAuthentication>
683
          <UseCustomServer>False</UseCustomServer>
684
          <CustomServerUrl>
685
          </CustomServerUrl>
686
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
687
        </WebProjectProperties>
688
      </FlavorProperties>
689
    </VisualStudio>
690
  </ProjectExtensions>
691
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
692 a1142a6b taeseongkim
       Other similar extension points exist, see Microsoft.Common.targets. -->
693 787a4489 KangIngu
  <Target Name="BeforeBuild">
694 a1142a6b taeseongkim
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
695 787a4489 KangIngu
  </Target>
696
  <Target Name="AfterBuild">
697
  </Target>
698 9f55b953 taeseongkim
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
699
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
700
  </Target>
701 a1142a6b taeseongkim
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
702
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
703
  </Target>
704
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
705 5b5d9b1f taeseongkim
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
706
    <PropertyGroup>
707
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
708
    </PropertyGroup>
709 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'))" />
710 c1659a98 taeseongkim
    <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.5.3.20211228\build\net461\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.5.3.20211228\build\net461\OpenCvSharp4.runtime.win.props'))" />
711 5b5d9b1f taeseongkim
  </Target>
712 9f56088c taeseongkim
  <PropertyGroup>
713 ffa5dbc7 taeseongkim
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
714
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
715 9f56088c taeseongkim
  </PropertyGroup>
716 787a4489 KangIngu
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)