KC_Receive.pubxml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 您 Web 项目的发布/打包进程将使用此文件。您可以通过编辑此 MSBuild 文件
  4. 来自定义该进程的行为。若要了解与此相关的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkID=208121。
  5. -->
  6. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  7. <PropertyGroup>
  8. <WebPublishMethod>MSDeploy</WebPublishMethod>
  9. <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
  10. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  11. <SiteUrlToLaunchAfterPublish />
  12. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  13. <ExcludeApp_Data>False</ExcludeApp_Data>
  14. <MSDeployServiceURL>localhost</MSDeployServiceURL>
  15. <DeployIisAppPath>KCReceive</DeployIisAppPath>
  16. <RemoteSitePhysicalPath />
  17. <SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
  18. <MSDeployPublishMethod>InProc</MSDeployPublishMethod>
  19. <EnableMSDeployBackup>False</EnableMSDeployBackup>
  20. <UserName />
  21. <_SavePWD>False</_SavePWD>
  22. <PublishDatabaseSettings>
  23. <Objects xmlns="">
  24. <ObjectGroup Name="HealthCare" Order="1" Enabled="False">
  25. <Destination Path="" />
  26. <Object Type="DbDacFx">
  27. <PreSource Path="Data Source=localhost;Initial Catalog=HL7_Platform;Integrated Security=False;Persist Security Info=True;User ID=sa;Password=123" includeData="False" />
  28. <Source Path="$(IntermediateOutputPath)AutoScripts\HealthCare_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
  29. </Object>
  30. <UpdateFrom Type="Web.Config">
  31. <Source MatchValue="Data Source=localhost;&#xD;&#xA; Initial Catalog=HL7_Platform;&#xD;&#xA; Persist Security Info=True;&#xD;&#xA; Integrated Security=False;&#xD;&#xA; User ID=sa;Password=123" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
  32. </UpdateFrom>
  33. </ObjectGroup>
  34. </Objects>
  35. </PublishDatabaseSettings>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <MSDeployParameterValue Include="$(DeployParameterPrefix)HealthCare-Web.config Connection String" />
  39. </ItemGroup>
  40. </Project>