FolderProfile.pubxml 971 B

12345678910111213141516171819
  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. <PublishProvider>FileSystem</PublishProvider>
  10. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  11. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  12. <SiteUrlToLaunchAfterPublish />
  13. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  14. <ExcludeApp_Data>False</ExcludeApp_Data>
  15. <ProjectGuid>c897b575-da5b-4480-bdbf-f445565a053c</ProjectGuid>
  16. <publishUrl>bin\Release\netcoreapp3.1\publish\</publishUrl>
  17. <DeleteExistingFiles>False</DeleteExistingFiles>
  18. </PropertyGroup>
  19. </Project>