프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ d33ef543

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProductVersion>
8
    </ProductVersion>
9
    <SchemaVersion>2.0</SchemaVersion>
10
    <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
11
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12
    <OutputType>Library</OutputType>
13
    <AppDesignerFolder>Properties</AppDesignerFolder>
14
    <RootNamespace>KCOM_API</RootNamespace>
15
    <AssemblyName>KCOM_API</AssemblyName>
16
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
17
    <UseIISExpress>true</UseIISExpress>
18
    <Use64BitIISExpress />
19
    <IISExpressSSLPort />
20
    <IISExpressAnonymousAuthentication />
21
    <IISExpressWindowsAuthentication />
22
    <IISExpressUseClassicPipelineMode />
23
    <UseGlobalApplicationHostFile />
24
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
25
    <TargetFrameworkProfile />
26
    <NuGetPackageImportStamp>
27
    </NuGetPackageImportStamp>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30
    <DebugSymbols>true</DebugSymbols>
31
    <DebugType>full</DebugType>
32
    <Optimize>false</Optimize>
33
    <OutputPath>bin\</OutputPath>
34
    <DefineConstants>DEBUG;TRACE</DefineConstants>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
    <Prefer32Bit>false</Prefer32Bit>
38
    <PlatformTarget>AnyCPU</PlatformTarget>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <DebugType>pdbonly</DebugType>
42
    <Optimize>true</Optimize>
43
    <OutputPath>bin\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
    <Prefer32Bit>false</Prefer32Bit>
48
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
49
    <PlatformTarget>x64</PlatformTarget>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
53
      <HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath>
54
    </Reference>
55
    <Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
56
      <HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath>
57
    </Reference>
58
    <Reference Include="Markus.Image, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
59
      <HintPath>..\packages\Markus.Image.ImageComparer.1.1.3\lib\net45\Markus.Image.dll</HintPath>
60
    </Reference>
61
    <Reference Include="Microsoft.CSharp" />
62
    <Reference Include="System.Data.DataSetExtensions" />
63
    <Reference Include="System.Data.Entity" />
64
    <Reference Include="System.Runtime.Remoting" />
65
    <Reference Include="System.Runtime.Serialization" />
66
    <Reference Include="System.ServiceModel" />
67
    <Reference Include="System.ServiceModel.Web" />
68
    <Reference Include="System.Web.DynamicData" />
69
    <Reference Include="System.Web.Entity" />
70
    <Reference Include="System.Web.ApplicationServices" />
71
    <Reference Include="System.ComponentModel.DataAnnotations" />
72
    <Reference Include="System" />
73
    <Reference Include="System.Data" />
74
    <Reference Include="System.Drawing" />
75
    <Reference Include="System.Web" />
76
    <Reference Include="System.Web.Extensions" />
77
    <Reference Include="System.Xml" />
78
    <Reference Include="System.Configuration" />
79
    <Reference Include="System.Web.Services" />
80
    <Reference Include="System.EnterpriseServices" />
81
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="WindowsBase" />
83
    <Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
84
      <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
85
    </Reference>
86
  </ItemGroup>
87
  <ItemGroup>
88
    <Content Include="Default.aspx" />
89
    <Content Include="HtmlPage1.html" />
90
    <Content Include="License-LGPL.txt" />
91
    <Content Include="MarkusService.svc" />
92
    <Content Include="ServiceDeepView.svc" />
93
    <Content Include="Web.config">
94
      <SubType>Designer</SubType>
95
    </Content>
96
  </ItemGroup>
97
  <ItemGroup>
98
    <Compile Include="DataModel\AdjustResult.cs" />
99
    <Compile Include="DataModel\Commant.cs" />
100
    <Compile Include="Default.aspx.cs">
101
      <DependentUpon>Default.aspx</DependentUpon>
102
      <SubType>ASPXCodeBehind</SubType>
103
    </Compile>
104
    <Compile Include="Default.aspx.designer.cs">
105
      <DependentUpon>Default.aspx</DependentUpon>
106
    </Compile>
107
    <Compile Include="MarkusService.svc.cs">
108
      <DependentUpon>MarkusService.svc</DependentUpon>
109
      <SubType>Component</SubType>
110
    </Compile>
111
    <Compile Include="Properties\AssemblyInfo.cs" />
112
    <Compile Include="Properties\Settings.Designer.cs">
113
      <AutoGen>True</AutoGen>
114
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
115
      <DependentUpon>Settings.settings</DependentUpon>
116
    </Compile>
117
    <Compile Include="ServiceDeepView.svc.cs">
118
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
119
      <SubType>Component</SubType>
120
    </Compile>
121
  </ItemGroup>
122
  <ItemGroup>
123
    <None Include="packages.config" />
124
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
125
    <None Include="Properties\Settings.settings">
126
      <Generator>SettingsSingleFileGenerator</Generator>
127
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
128
    </None>
129
    <None Include="Web.Debug.config">
130
      <DependentUpon>Web.config</DependentUpon>
131
      <IsTransformFile>true</IsTransformFile>
132
    </None>
133
    <None Include="Web.Debug_CadExport.config">
134
      <DependentUpon>Web.config</DependentUpon>
135
    </None>
136
    <None Include="Web.Debug_DevDoftech.config">
137
      <DependentUpon>Web.config</DependentUpon>
138
      <IsTransformFile>true</IsTransformFile>
139
    </None>
140
    <None Include="Web.Debug_HyoSung.config">
141
      <DependentUpon>Web.config</DependentUpon>
142
      <IsTransformFile>true</IsTransformFile>
143
      <SubType>Designer</SubType>
144
    </None>
145
    <None Include="Web.Debug_SNI.config">
146
      <DependentUpon>Web.config</DependentUpon>
147
    </None>
148
    <None Include="Web.Release.config">
149
      <DependentUpon>Web.config</DependentUpon>
150
      <IsTransformFile>true</IsTransformFile>
151
    </None>
152
    <None Include="Web.Release_Hyosung.config">
153
      <DependentUpon>Web.config</DependentUpon>
154
    </None>
155
  </ItemGroup>
156
  <ItemGroup>
157
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
158
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
159
      <Name>IFinalPDF</Name>
160
    </ProjectReference>
161
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
162
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
163
      <Name>IKCOM</Name>
164
    </ProjectReference>
165
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
166
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
167
      <Name>KCOMDataModel</Name>
168
    </ProjectReference>
169
  </ItemGroup>
170
  <PropertyGroup>
171
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
172
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
173
  </PropertyGroup>
174
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
175
    <DebugSymbols>true</DebugSymbols>
176
    <OutputPath>bin\</OutputPath>
177
    <DefineConstants>DEBUG;TRACE</DefineConstants>
178
    <DebugType>full</DebugType>
179
    <PlatformTarget>x86</PlatformTarget>
180
    <ErrorReport>prompt</ErrorReport>
181
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
182
  </PropertyGroup>
183
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
184
    <OutputPath>bin\</OutputPath>
185
    <DefineConstants>TRACE</DefineConstants>
186
    <Optimize>true</Optimize>
187
    <DebugType>pdbonly</DebugType>
188
    <PlatformTarget>x64</PlatformTarget>
189
    <ErrorReport>prompt</ErrorReport>
190
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
191
  </PropertyGroup>
192
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
193
    <DebugSymbols>true</DebugSymbols>
194
    <OutputPath>bin\</OutputPath>
195
    <DefineConstants>DEBUG;TRACE</DefineConstants>
196
    <DebugType>full</DebugType>
197
    <PlatformTarget>x64</PlatformTarget>
198
    <ErrorReport>prompt</ErrorReport>
199
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
200
  </PropertyGroup>
201
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
202
    <OutputPath>bin\</OutputPath>
203
    <DefineConstants>TRACE</DefineConstants>
204
    <Optimize>true</Optimize>
205
    <DebugType>pdbonly</DebugType>
206
    <PlatformTarget>x64</PlatformTarget>
207
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
208
    <ErrorReport>prompt</ErrorReport>
209
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
210
  </PropertyGroup>
211
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
212
    <DebugSymbols>true</DebugSymbols>
213
    <OutputPath>bin\</OutputPath>
214
    <DefineConstants>DEBUG;TRACE</DefineConstants>
215
    <DebugType>full</DebugType>
216
    <PlatformTarget>AnyCPU</PlatformTarget>
217
    <ErrorReport>prompt</ErrorReport>
218
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
219
  </PropertyGroup>
220
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
221
    <DebugSymbols>true</DebugSymbols>
222
    <OutputPath>bin\</OutputPath>
223
    <DefineConstants>DEBUG;TRACE</DefineConstants>
224
    <DebugType>full</DebugType>
225
    <PlatformTarget>x86</PlatformTarget>
226
    <ErrorReport>prompt</ErrorReport>
227
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
228
  </PropertyGroup>
229
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
230
    <DebugSymbols>true</DebugSymbols>
231
    <OutputPath>bin\</OutputPath>
232
    <DefineConstants>DEBUG;TRACE</DefineConstants>
233
    <DebugType>full</DebugType>
234
    <PlatformTarget>x64</PlatformTarget>
235
    <ErrorReport>prompt</ErrorReport>
236
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
237
  </PropertyGroup>
238
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
239
    <DebugSymbols>true</DebugSymbols>
240
    <OutputPath>bin\</OutputPath>
241
    <DefineConstants>DEBUG;TRACE</DefineConstants>
242
    <DebugType>full</DebugType>
243
    <PlatformTarget>AnyCPU</PlatformTarget>
244
    <ErrorReport>prompt</ErrorReport>
245
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
246
  </PropertyGroup>
247
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
248
    <DebugSymbols>true</DebugSymbols>
249
    <OutputPath>bin\</OutputPath>
250
    <DefineConstants>DEBUG;TRACE</DefineConstants>
251
    <DebugType>full</DebugType>
252
    <PlatformTarget>x86</PlatformTarget>
253
    <ErrorReport>prompt</ErrorReport>
254
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
255
  </PropertyGroup>
256
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
257
    <DebugSymbols>true</DebugSymbols>
258
    <OutputPath>bin\</OutputPath>
259
    <DefineConstants>DEBUG;TRACE</DefineConstants>
260
    <DebugType>full</DebugType>
261
    <PlatformTarget>x64</PlatformTarget>
262
    <ErrorReport>prompt</ErrorReport>
263
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
264
  </PropertyGroup>
265
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
266
    <DebugSymbols>true</DebugSymbols>
267
    <OutputPath>bin\</OutputPath>
268
    <DefineConstants>DEBUG;TRACE</DefineConstants>
269
    <DebugType>full</DebugType>
270
    <PlatformTarget>AnyCPU</PlatformTarget>
271
    <ErrorReport>prompt</ErrorReport>
272
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
273
  </PropertyGroup>
274
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
275
    <DebugSymbols>true</DebugSymbols>
276
    <OutputPath>bin\</OutputPath>
277
    <DefineConstants>DEBUG;TRACE</DefineConstants>
278
    <DebugType>full</DebugType>
279
    <PlatformTarget>x86</PlatformTarget>
280
    <ErrorReport>prompt</ErrorReport>
281
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
282
  </PropertyGroup>
283
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
284
    <DebugSymbols>true</DebugSymbols>
285
    <OutputPath>bin\</OutputPath>
286
    <DefineConstants>DEBUG;TRACE</DefineConstants>
287
    <DebugType>full</DebugType>
288
    <PlatformTarget>x64</PlatformTarget>
289
    <ErrorReport>prompt</ErrorReport>
290
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
291
  </PropertyGroup>
292
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
293
    <DebugSymbols>true</DebugSymbols>
294
    <OutputPath>bin\</OutputPath>
295
    <DefineConstants>DEBUG;TRACE</DefineConstants>
296
    <DebugType>full</DebugType>
297
    <PlatformTarget>AnyCPU</PlatformTarget>
298
    <ErrorReport>prompt</ErrorReport>
299
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
300
  </PropertyGroup>
301
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
302
    <DebugSymbols>true</DebugSymbols>
303
    <OutputPath>bin\</OutputPath>
304
    <DefineConstants>DEBUG;TRACE</DefineConstants>
305
    <DebugType>full</DebugType>
306
    <PlatformTarget>x86</PlatformTarget>
307
    <ErrorReport>prompt</ErrorReport>
308
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
309
  </PropertyGroup>
310
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
311
    <DebugSymbols>true</DebugSymbols>
312
    <OutputPath>bin\</OutputPath>
313
    <DefineConstants>DEBUG;TRACE</DefineConstants>
314
    <DebugType>full</DebugType>
315
    <PlatformTarget>x64</PlatformTarget>
316
    <ErrorReport>prompt</ErrorReport>
317
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
318
  </PropertyGroup>
319
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
320
    <DebugSymbols>true</DebugSymbols>
321
    <OutputPath>bin\</OutputPath>
322
    <DefineConstants>DEBUG;TRACE</DefineConstants>
323
    <DebugType>full</DebugType>
324
    <PlatformTarget>AnyCPU</PlatformTarget>
325
    <ErrorReport>prompt</ErrorReport>
326
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
327
  </PropertyGroup>
328
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
329
    <DebugSymbols>true</DebugSymbols>
330
    <OutputPath>bin\</OutputPath>
331
    <DefineConstants>DEBUG;TRACE</DefineConstants>
332
    <DebugType>full</DebugType>
333
    <PlatformTarget>x86</PlatformTarget>
334
    <ErrorReport>prompt</ErrorReport>
335
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
336
  </PropertyGroup>
337
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
338
    <DebugSymbols>true</DebugSymbols>
339
    <OutputPath>bin\</OutputPath>
340
    <DefineConstants>DEBUG;TRACE</DefineConstants>
341
    <DebugType>full</DebugType>
342
    <PlatformTarget>x64</PlatformTarget>
343
    <ErrorReport>prompt</ErrorReport>
344
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
345
  </PropertyGroup>
346
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
347
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
348
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
349
  <ProjectExtensions>
350
    <VisualStudio>
351
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
352
        <WebProjectProperties>
353
          <UseIIS>True</UseIIS>
354
          <AutoAssignPort>True</AutoAssignPort>
355
          <DevelopmentServerPort>13009</DevelopmentServerPort>
356
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
357
          <IISUrl>http://localhost:8080/</IISUrl>
358
          <NTLMAuthentication>False</NTLMAuthentication>
359
          <UseCustomServer>False</UseCustomServer>
360
          <CustomServerUrl>
361
          </CustomServerUrl>
362
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
363
        </WebProjectProperties>
364
      </FlavorProperties>
365
    </VisualStudio>
366
  </ProjectExtensions>
367
  <Import Project="..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets" Condition="Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" />
368
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
369
    <PropertyGroup>
370
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
371
    </PropertyGroup>
372
    <Error Condition="!Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets'))" />
373
  </Target>
374
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
375
       Other similar extension points exist, see Microsoft.Common.targets. -->
376
  <Target Name="BeforeBuild">
377
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
378
  </Target>
379
  <Target Name="AfterBuild">
380
  </Target>
381
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
382
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
383
  </Target>
384
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
385
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
386
  </Target>
387
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
388
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)