Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  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 http://go.microsoft.com/fwlink/?LinkID=208121.
  5. -->
  6. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  7. <PropertyGroup>
  8. <ExcludeFilesFromDeployment>Web.config;Default.aspx;packages.config</ExcludeFilesFromDeployment>
  9. <ExcludeFoldersFromDeployment>bin;js;TestingUtils;TestPages;UI</ExcludeFoldersFromDeployment>
  10. <WebPublishMethod>FileSystem</WebPublishMethod>
  11. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  12. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  13. <SiteUrlToLaunchAfterPublish />
  14. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  15. <ExcludeApp_Data>False</ExcludeApp_Data>
  16. <publishUrl>C:website</publishUrl>
  17. <DeleteExistingFiles>True</DeleteExistingFiles>
  18. </PropertyGroup>
  19. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement