Web API for the bulk printing desktop application.

FolderProfile.pubxml 991B

123456789101112131415161718192021
  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. <PublishFramework />
  16. <ProjectGuid>92eeb85e-10ff-4902-9f73-ba4d58344824</ProjectGuid>
  17. <publishUrl>bin\Release\PublishOutput</publishUrl>
  18. <DeleteExistingFiles>False</DeleteExistingFiles>
  19. </PropertyGroup>
  20. </Project>