개정판 7c549195
ServiceController/StationControllerService/Web.config tranform
Change-Id: I6d3e64f5a6aaa12e4e61200c4f3fb249b19a5455
ConvertService/ServiceController/StationControllerService/StationControllerService.csproj | ||
---|---|---|
1 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
2 | 3 |
<Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" /> |
3 | 4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 5 |
<PropertyGroup> |
5 | 6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 7 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProductVersion> |
|
8 |
</ProductVersion> |
|
8 |
<ProductVersion></ProductVersion> |
|
9 | 9 |
<SchemaVersion>2.0</SchemaVersion> |
10 | 10 |
<ProjectGuid>{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}</ProjectGuid> |
11 | 11 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
... | ... | |
23 | 23 |
<IISExpressWindowsAuthentication /> |
24 | 24 |
<IISExpressUseClassicPipelineMode /> |
25 | 25 |
<UseGlobalApplicationHostFile /> |
26 |
<NuGetPackageImportStamp> |
|
27 |
</NuGetPackageImportStamp> |
|
26 |
<NuGetPackageImportStamp></NuGetPackageImportStamp> |
|
28 | 27 |
<TargetFrameworkProfile /> |
29 | 28 |
</PropertyGroup> |
30 | 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
... | ... | |
202 | 201 |
<IISUrl>http://localhost:55508/</IISUrl> |
203 | 202 |
<NTLMAuthentication>False</NTLMAuthentication> |
204 | 203 |
<UseCustomServer>False</UseCustomServer> |
205 |
<CustomServerUrl> |
|
206 |
</CustomServerUrl> |
|
204 |
<CustomServerUrl></CustomServerUrl> |
|
207 | 205 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
208 | 206 |
</WebProjectProperties> |
209 | 207 |
</FlavorProperties> |
... | ... | |
224 | 222 |
<Target Name="AfterBuild"> |
225 | 223 |
</Target> |
226 | 224 |
--> |
225 |
<Target Name="BeforeBuild"> |
|
226 |
<TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
|
227 |
</Target> |
|
228 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
|
229 |
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
|
230 |
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
|
231 |
</Target> |
|
227 | 232 |
</Project> |
내보내기 Unified diff