FolderProfile.pubxml 623 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
  3. <Project>
  4. <PropertyGroup>
  5. <DeleteExistingFiles>false</DeleteExistingFiles>
  6. <ExcludeApp_Data>false</ExcludeApp_Data>
  7. <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
  8. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  9. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  10. <PublishProvider>FileSystem</PublishProvider>
  11. <PublishUrl>bin\Release\net7.0\publish\</PublishUrl>
  12. <WebPublishMethod>FileSystem</WebPublishMethod>
  13. <_TargetId>Folder</_TargetId>
  14. </PropertyGroup>
  15. </Project>