프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 7e810f54

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