FolderProfile.pubxml 891 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. https://go.microsoft.com/fwlink/?LinkID=208121.
  4. -->
  5. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  6. <PropertyGroup>
  7. <DeleteExistingFiles>True</DeleteExistingFiles>
  8. <ExcludeApp_Data>False</ExcludeApp_Data>
  9. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  10. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  11. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  12. <PublishProvider>FileSystem</PublishProvider>
  13. <PublishUrl>publish\</PublishUrl>
  14. <WebPublishMethod>FileSystem</WebPublishMethod>
  15. <SiteUrlToLaunchAfterPublish />
  16. <TargetFramework>net6.0</TargetFramework>
  17. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  18. <ProjectGuid>11ea630b-4600-4236-a117-ce6c6cd67586</ProjectGuid>
  19. <SelfContained>false</SelfContained>
  20. </PropertyGroup>
  21. </Project>