39 lines
2.0 KiB
XML
39 lines
2.0 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>R64</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<MSDeployServiceURL>http://78.131.7.14</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/support</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>RemoteAgent</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>False</EnableMSDeployBackup>
|
|
<UserName>Administrator</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=192.168.6.9,1433;Initial Catalog=sisbusiness" 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=192.168.6.9,1433;Initial Catalog=sisbusiness" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)ConnectionString-Web.config Connection String" />
|
|
</ItemGroup>
|
|
</Project> |