12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- 您 Web 项目的发布/打包进程将使用此文件。您可以通过编辑此 MSBuild 文件
- 来自定义该进程的行为。若要了解与此相关的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkID=208121。
- -->
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <WebPublishMethod>MSDeploy</WebPublishMethod>
- <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <SiteUrlToLaunchAfterPublish />
- <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
- <ExcludeApp_Data>False</ExcludeApp_Data>
- <MSDeployServiceURL>localhost</MSDeployServiceURL>
- <DeployIisAppPath>KCReceive</DeployIisAppPath>
- <RemoteSitePhysicalPath />
- <SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
- <MSDeployPublishMethod>InProc</MSDeployPublishMethod>
- <EnableMSDeployBackup>False</EnableMSDeployBackup>
- <UserName />
- <_SavePWD>False</_SavePWD>
- <PublishDatabaseSettings>
- <Objects xmlns="">
- <ObjectGroup Name="HealthCare" Order="1" Enabled="False">
- <Destination Path="" />
- <Object Type="DbDacFx">
- <PreSource Path="Data Source=localhost;Initial Catalog=HL7_Platform;Integrated Security=False;Persist Security Info=True;User ID=sa;Password=123" includeData="False" />
- <Source Path="$(IntermediateOutputPath)AutoScripts\HealthCare_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
- </Object>
- <UpdateFrom Type="Web.Config">
- <Source MatchValue="Data Source=localhost;
 Initial Catalog=HL7_Platform;
 Persist Security Info=True;
 Integrated Security=False;
 User ID=sa;Password=123" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
- </UpdateFrom>
- </ObjectGroup>
- </Objects>
- </PublishDatabaseSettings>
- </PropertyGroup>
- <ItemGroup>
- <MSDeployParameterValue Include="$(DeployParameterPrefix)HealthCare-Web.config Connection String" />
- </ItemGroup>
- </Project>
|