地铁二期项目正式开始

CustomProfile.pubxml 812B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
  4. 自定义此过程的行为。为了解与此相关的更多内容,请访问 https://go.microsoft.com/fwlink/?LinkID=208121。
  5. -->
  6. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  7. <PropertyGroup>
  8. <WebPublishMethod>FileSystem</WebPublishMethod>
  9. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  10. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  11. <SiteUrlToLaunchAfterPublish />
  12. <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
  13. <ExcludeApp_Data>false</ExcludeApp_Data>
  14. <publishUrl>D:\地铁发布</publishUrl>
  15. <DeleteExistingFiles>false</DeleteExistingFiles>
  16. </PropertyGroup>
  17. </Project>