FolderProfile.pubxml 924 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>D:\Projects\Publish\WebLogViewer</PublishUrl>
  14. <WebPublishMethod>FileSystem</WebPublishMethod>
  15. <SiteUrlToLaunchAfterPublish />
  16. <TargetFramework>netcoreapp2.1</TargetFramework>
  17. <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
  18. <ProjectGuid>a6d4bae9-0281-4ad6-80fc-d195b38a9df7</ProjectGuid>
  19. <SelfContained>false</SelfContained>
  20. </PropertyGroup>
  21. </Project>