프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 503cb09e

이력 | 보기 | 이력해설 | 다운로드 (18.1 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.2\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
    </None>
144
    <None Include="Web.Debug_SNI.config">
145
      <DependentUpon>Web.config</DependentUpon>
146
    </None>
147
    <None Include="Web.Release.config">
148
      <DependentUpon>Web.config</DependentUpon>
149
      <IsTransformFile>true</IsTransformFile>
150
    </None>
151
  </ItemGroup>
152
  <ItemGroup>
153
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
154
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
155
      <Name>IFinalPDF</Name>
156
    </ProjectReference>
157
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
158
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
159
      <Name>IKCOM</Name>
160
    </ProjectReference>
161
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
162
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
163
      <Name>KCOMDataModel</Name>
164
    </ProjectReference>
165
  </ItemGroup>
166
  <PropertyGroup>
167
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
168
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
169
  </PropertyGroup>
170
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
171
    <DebugSymbols>true</DebugSymbols>
172
    <OutputPath>bin\</OutputPath>
173
    <DefineConstants>DEBUG;TRACE</DefineConstants>
174
    <DebugType>full</DebugType>
175
    <PlatformTarget>x86</PlatformTarget>
176
    <ErrorReport>prompt</ErrorReport>
177
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
178
  </PropertyGroup>
179
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
180
    <OutputPath>bin\</OutputPath>
181
    <DefineConstants>TRACE</DefineConstants>
182
    <Optimize>true</Optimize>
183
    <DebugType>pdbonly</DebugType>
184
    <PlatformTarget>x64</PlatformTarget>
185
    <ErrorReport>prompt</ErrorReport>
186
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
187
  </PropertyGroup>
188
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
189
    <DebugSymbols>true</DebugSymbols>
190
    <OutputPath>bin\</OutputPath>
191
    <DefineConstants>DEBUG;TRACE</DefineConstants>
192
    <DebugType>full</DebugType>
193
    <PlatformTarget>x64</PlatformTarget>
194
    <ErrorReport>prompt</ErrorReport>
195
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
196
  </PropertyGroup>
197
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
198
    <OutputPath>bin\</OutputPath>
199
    <DefineConstants>TRACE</DefineConstants>
200
    <Optimize>true</Optimize>
201
    <DebugType>pdbonly</DebugType>
202
    <PlatformTarget>x64</PlatformTarget>
203
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
204
    <ErrorReport>prompt</ErrorReport>
205
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
206
  </PropertyGroup>
207
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
208
    <DebugSymbols>true</DebugSymbols>
209
    <OutputPath>bin\</OutputPath>
210
    <DefineConstants>DEBUG;TRACE</DefineConstants>
211
    <DebugType>full</DebugType>
212
    <PlatformTarget>AnyCPU</PlatformTarget>
213
    <ErrorReport>prompt</ErrorReport>
214
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
215
  </PropertyGroup>
216
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
217
    <DebugSymbols>true</DebugSymbols>
218
    <OutputPath>bin\</OutputPath>
219
    <DefineConstants>DEBUG;TRACE</DefineConstants>
220
    <DebugType>full</DebugType>
221
    <PlatformTarget>x86</PlatformTarget>
222
    <ErrorReport>prompt</ErrorReport>
223
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
224
  </PropertyGroup>
225
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
226
    <DebugSymbols>true</DebugSymbols>
227
    <OutputPath>bin\</OutputPath>
228
    <DefineConstants>DEBUG;TRACE</DefineConstants>
229
    <DebugType>full</DebugType>
230
    <PlatformTarget>x64</PlatformTarget>
231
    <ErrorReport>prompt</ErrorReport>
232
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
233
  </PropertyGroup>
234
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
235
    <DebugSymbols>true</DebugSymbols>
236
    <OutputPath>bin\</OutputPath>
237
    <DefineConstants>DEBUG;TRACE</DefineConstants>
238
    <DebugType>full</DebugType>
239
    <PlatformTarget>AnyCPU</PlatformTarget>
240
    <ErrorReport>prompt</ErrorReport>
241
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
242
  </PropertyGroup>
243
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
244
    <DebugSymbols>true</DebugSymbols>
245
    <OutputPath>bin\</OutputPath>
246
    <DefineConstants>DEBUG;TRACE</DefineConstants>
247
    <DebugType>full</DebugType>
248
    <PlatformTarget>x86</PlatformTarget>
249
    <ErrorReport>prompt</ErrorReport>
250
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
251
  </PropertyGroup>
252
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
253
    <DebugSymbols>true</DebugSymbols>
254
    <OutputPath>bin\</OutputPath>
255
    <DefineConstants>DEBUG;TRACE</DefineConstants>
256
    <DebugType>full</DebugType>
257
    <PlatformTarget>x64</PlatformTarget>
258
    <ErrorReport>prompt</ErrorReport>
259
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
260
  </PropertyGroup>
261
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
262
    <DebugSymbols>true</DebugSymbols>
263
    <OutputPath>bin\</OutputPath>
264
    <DefineConstants>DEBUG;TRACE</DefineConstants>
265
    <DebugType>full</DebugType>
266
    <PlatformTarget>AnyCPU</PlatformTarget>
267
    <ErrorReport>prompt</ErrorReport>
268
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
269
  </PropertyGroup>
270
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
271
    <DebugSymbols>true</DebugSymbols>
272
    <OutputPath>bin\</OutputPath>
273
    <DefineConstants>DEBUG;TRACE</DefineConstants>
274
    <DebugType>full</DebugType>
275
    <PlatformTarget>x86</PlatformTarget>
276
    <ErrorReport>prompt</ErrorReport>
277
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
278
  </PropertyGroup>
279
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
280
    <DebugSymbols>true</DebugSymbols>
281
    <OutputPath>bin\</OutputPath>
282
    <DefineConstants>DEBUG;TRACE</DefineConstants>
283
    <DebugType>full</DebugType>
284
    <PlatformTarget>x64</PlatformTarget>
285
    <ErrorReport>prompt</ErrorReport>
286
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
287
  </PropertyGroup>
288
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
289
    <DebugSymbols>true</DebugSymbols>
290
    <OutputPath>bin\</OutputPath>
291
    <DefineConstants>DEBUG;TRACE</DefineConstants>
292
    <DebugType>full</DebugType>
293
    <PlatformTarget>AnyCPU</PlatformTarget>
294
    <ErrorReport>prompt</ErrorReport>
295
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
296
  </PropertyGroup>
297
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
298
    <DebugSymbols>true</DebugSymbols>
299
    <OutputPath>bin\</OutputPath>
300
    <DefineConstants>DEBUG;TRACE</DefineConstants>
301
    <DebugType>full</DebugType>
302
    <PlatformTarget>x86</PlatformTarget>
303
    <ErrorReport>prompt</ErrorReport>
304
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
305
  </PropertyGroup>
306
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
307
    <DebugSymbols>true</DebugSymbols>
308
    <OutputPath>bin\</OutputPath>
309
    <DefineConstants>DEBUG;TRACE</DefineConstants>
310
    <DebugType>full</DebugType>
311
    <PlatformTarget>x64</PlatformTarget>
312
    <ErrorReport>prompt</ErrorReport>
313
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
314
  </PropertyGroup>
315
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
316
    <DebugSymbols>true</DebugSymbols>
317
    <OutputPath>bin\</OutputPath>
318
    <DefineConstants>DEBUG;TRACE</DefineConstants>
319
    <DebugType>full</DebugType>
320
    <PlatformTarget>AnyCPU</PlatformTarget>
321
    <ErrorReport>prompt</ErrorReport>
322
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
323
  </PropertyGroup>
324
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
325
    <DebugSymbols>true</DebugSymbols>
326
    <OutputPath>bin\</OutputPath>
327
    <DefineConstants>DEBUG;TRACE</DefineConstants>
328
    <DebugType>full</DebugType>
329
    <PlatformTarget>x86</PlatformTarget>
330
    <ErrorReport>prompt</ErrorReport>
331
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
332
  </PropertyGroup>
333
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
334
    <DebugSymbols>true</DebugSymbols>
335
    <OutputPath>bin\</OutputPath>
336
    <DefineConstants>DEBUG;TRACE</DefineConstants>
337
    <DebugType>full</DebugType>
338
    <PlatformTarget>x64</PlatformTarget>
339
    <ErrorReport>prompt</ErrorReport>
340
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
341
  </PropertyGroup>
342
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
343
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
344
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
345
  <ProjectExtensions>
346
    <VisualStudio>
347
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
348
        <WebProjectProperties>
349
          <UseIIS>True</UseIIS>
350
          <AutoAssignPort>True</AutoAssignPort>
351
          <DevelopmentServerPort>13009</DevelopmentServerPort>
352
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
353
          <IISUrl>http://localhost:8080/</IISUrl>
354
          <NTLMAuthentication>False</NTLMAuthentication>
355
          <UseCustomServer>False</UseCustomServer>
356
          <CustomServerUrl>
357
          </CustomServerUrl>
358
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
359
        </WebProjectProperties>
360
      </FlavorProperties>
361
    </VisualStudio>
362
  </ProjectExtensions>
363
  <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')" />
364
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
365
    <PropertyGroup>
366
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
367
    </PropertyGroup>
368
    <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'))" />
369
  </Target>
370
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
371
       Other similar extension points exist, see Microsoft.Common.targets. -->
372
  <Target Name="BeforeBuild">
373
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
374
  </Target>
375
  <Target Name="AfterBuild">
376
  </Target>
377
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
378
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
379
  </Target>
380
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
381
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
382
  </Target>
383
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
384
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)