FolderProfile.pubxml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
  4. 自定义此过程的行为。为了解与此相关的更多内容,请访问 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. <ProjectGuid>865cde97-11b3-4c5a-b04b-df0c46a8b888</ProjectGuid>
  16. <publishUrl>bin\Release\PublishOutput</publishUrl>
  17. <DeleteExistingFiles>False</DeleteExistingFiles>
  18. <TargetFramework>netcoreapp2.0</TargetFramework>
  19. <SelfContained>true</SelfContained>
  20. <_IsPortable>false</_IsPortable>
  21. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  22. </PropertyGroup>
  23. </Project>