FolderProfile.pubxml 923 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>bin\Release\netcoreapp3.1\publish\</PublishUrl>
  14. <WebPublishMethod>FileSystem</WebPublishMethod>
  15. <SiteUrlToLaunchAfterPublish />
  16. <TargetFramework>netcoreapp3.1</TargetFramework>
  17. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  18. <ProjectGuid>5c351dec-c70b-45ce-a622-e3c5ab91a84b</ProjectGuid>
  19. <SelfContained>true</SelfContained>
  20. </PropertyGroup>
  21. </Project>