43 lines
2.2 KiB
XML
43 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish>http://192.168.1.17</SiteUrlToLaunchAfterPublish>
|
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
<EnableUpdateable>True</EnableUpdateable>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<MSDeployServiceURL>192.168.1.17</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/SISWEB</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
|
<UserName>SISDOMAIN\ivan.szabo</UserName>
|
|
<_SavePWD>True</_SavePWD>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="ConnectionString" Order="1" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="User ID=sa;Password=pcl718;Data Source=datacenter\sis;Initial Catalog=molcontrol_12_1_7" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\ConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="User ID=sa;Password=pcl718;Data Source=datacenter\sis;Initial Catalog=molcontrol_12_1_7" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)ConnectionString-Web.config Connection String" />
|
|
</ItemGroup>
|
|
</Project> |