FolderProfile.pubxml 1.2 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. <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
  10. <PublishProvider>FileSystem</PublishProvider>
  11. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  12. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  13. <SiteUrlToLaunchAfterPublish />
  14. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  15. <ExcludeApp_Data>False</ExcludeApp_Data>
  16. <ProjectGuid>b78eb435-97a5-4c38-beee-c5776a8ec4ea</ProjectGuid>
  17. <publishUrl>..\..\Bin\VideosServer\netcoreapp2.0\publish\</publishUrl>
  18. <DeleteExistingFiles>False</DeleteExistingFiles>
  19. <TargetFramework>netcoreapp2.0</TargetFramework>
  20. <SelfContained>false</SelfContained>
  21. <_IsPortable>true</_IsPortable>
  22. </PropertyGroup>
  23. </Project>