Guest User

Untitled

a guest
May 21st, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. "C:Program Files (x86)Microsoft Visual Studio2017BuildToolsMSBuild15.0BinMSBuild.exe" "C:TEMPTestWebAppTestWebApp.sln" /p:DeployOnBuild=true /p:PublishProfile=FolderProfile /p:Configuration=Release
  2.  
  3. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <PropertyGroup>
  5. <WebPublishMethod>FileSystem</WebPublishMethod>
  6. <PublishProvider>FileSystem</PublishProvider>
  7. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  8. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  9. <SiteUrlToLaunchAfterPublish />
  10. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  11. <ExcludeApp_Data>False</ExcludeApp_Data>
  12. <publishUrl>D:TempTestWebApp-Publish</publishUrl>
  13. <DeleteExistingFiles>True</DeleteExistingFiles>
  14. <PrecompileBeforePublish>True</PrecompileBeforePublish>
  15. <EnableUpdateable>False</EnableUpdateable>
  16. <DebugSymbols>True</DebugSymbols>
  17. <WDPMergeOption>DonotMerge</WDPMergeOption>
  18. </PropertyGroup>
  19. </Project>
Add Comment
Please, Sign In to add comment