FolderProfile.pubxml 991 B

1234567891011121314151617181920212223
  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. <PublishProtocol>FileSystem</PublishProtocol>
  8. <Configuration>Release</Configuration>
  9. <Platform>Any CPU</Platform>
  10. <TargetFramework>netcoreapp2.1</TargetFramework>
  11. <PublishDir>bin\Publish</PublishDir>
  12. <WebPublishMethod>FileSystem</WebPublishMethod>
  13. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  14. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  15. <SiteUrlToLaunchAfterPublish />
  16. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  17. <ExcludeApp_Data>False</ExcludeApp_Data>
  18. <ProjectGuid>0a6511c0-869e-4f00-b187-fb46234474c8</ProjectGuid>
  19. <publishUrl>.\bin\Gateway</publishUrl>
  20. <DeleteExistingFiles>True</DeleteExistingFiles>
  21. <SelfContained>false</SelfContained>
  22. </PropertyGroup>
  23. </Project>