CustomProfile.pubxml 1001 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is used by the publish/package process of your Web project. You can customize the behavior of this process
  4. by editing this MSBuild file. In order to learn more about this please visit 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. <ProjectGuid>c2a074cd-2fbc-4a03-83a2-440da822f1e7</ProjectGuid>
  15. <publishUrl>D:\commontool_publish</publishUrl>
  16. <DeleteExistingFiles>true</DeleteExistingFiles>
  17. <TargetFramework>netcoreapp3.1</TargetFramework>
  18. <SelfContained>false</SelfContained>
  19. </PropertyGroup>
  20. </Project>