프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ d0286794

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