FolderProfile.pubxml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is used by the publish/package process of your Web project. You can customize the behavior of this process
  4. by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
  5. -->
  6. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  7. <PropertyGroup>
  8. <WebPublishMethod>FileSystem</WebPublishMethod>
  9. <PublishProvider>FileSystem</PublishProvider>
  10. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  11. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  12. <SiteUrlToLaunchAfterPublish />
  13. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  14. <ExcludeApp_Data>False</ExcludeApp_Data>
  15. <TargetFramework>netcoreapp2.1</TargetFramework>
  16. <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
  17. <ProjectGuid>fd60cbb9-8ed1-40f4-ad64-87997963eac3</ProjectGuid>
  18. <SelfContained>false</SelfContained>
  19. <_IsPortable>false</_IsPortable>
  20. <publishUrl>D:\Projects\Publish\WebParamCheck</publishUrl>
  21. <DeleteExistingFiles>True</DeleteExistingFiles>
  22. </PropertyGroup>
  23. </Project>