This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Dev Center
  • Explore
    • Why Office?
    • Office UI Fabric
    • Microsoft Graph
    • Better with Office
    • Word
    • Excel
    • Powerpoint
    • Access
    • Project
    • OneDrive
    • OneNote
    • Outlook
    • SharePoint
    • Skype
    • Yammer
    • Android
    • ASP .NET
    • iOS
    • JavaScript
    • Node.js
    • PHP (coming soon)
    • Python (coming soon)
    • Ruby (coming soon)
  • Getting Started
  • Code Samples
  • Resources
    • Patterns and Practices
    • App Registration Tool
    • Events
    • Podcasts
    • Training
    • API Sandbox
    • Videos
  • Documentation
    • Office Add-ins
    • Office Add-in Availability
    • Office Add-ins Changelog
    • Microsoft Graph API
    • Office 365 Connectors
    • Office 365 REST APIs
    • SharePoint Add-ins
    • Office UI Fabric
    • Submit to the Office Store
    • All Documentation
  • https://www.yammer.com/
  • http://feeds.feedburner.com/office/fmNx
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

MSBuild announcement

  • Link
    Debugging MSBuild scripts using Visual Studio 2010
    Jay Shrestha Wednesday, August 4, 2010 10:05 PM

    Take a look at the Blog post below by Dan Moseley.

    http://blogs.msdn.com/b/visualstudio/archive/2010/07/06/debugging-msbuild-script-with-visual-studio.aspx

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
MSBuild
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    3 Votes

    MSBuild General FAQ

    Visual Studio Development
     > 
    MSBuild
    I am excited to announce the availability of the following FAQ paper which lists some of the questions frequently asked by the MSBuild forum members. This paper has covered many parts of ...
    Sticky | 2 Replies | 47531 Views | Created by MSDN FAQ - Wednesday, May 26, 2010 1:29 AM | Last reply by Techforums - Tuesday, May 24, 2011 6:07 AM
  • large check mark
    0 Votes

    Error MSB4057

    Visual Studio Development
     > 
    MSBuild
    Severity Code Description Project File Line Suppression State Error MSB4057 The target "ResolveTagHelperRazorGenerateInputs" does ...
    Proposed | 5 Replies | 699 Views | Created by rahmat4 - Monday, July 22, 2019 1:58 PM | Last reply by oddmansunny - 6 hours 41 minutes ago
  • large check mark
    0 Votes

    VS2015 C++ Multiply defined symbols only when exporting to a dll

    Visual Studio Development
     > 
    MSBuild
    Hi everyone, I'm using Microsoft Visual Studio 2015 Community Edition (C++ code). I have a relatively simple, class template (fully generic, all methods defined ...
    Unanswered | 2 Replies | 155 Views | Created by FadyAK - Sunday, December 8, 2019 8:32 PM | Last reply by Dylan Zhu-MSFT - Monday, December 9, 2019 3:05 AM
  • large check mark
    0 Votes

    SolutionBuild.BuildProject hangs in VS2015

    Visual Studio Development
     > 
    MSBuild
    I am using SolutionBuild.BuildProject interface mentioned in below documentation ...
    Answered | 3 Replies | 394 Views | Created by Sagar R Kale - Thursday, November 28, 2019 10:13 AM | Last reply by Sagar R Kale - Friday, December 6, 2019 9:35 AM
  • large check mark
    1 Votes

    How to restart Explorer as a pre-build event in Visual Studio

    Visual Studio Development
     > 
    MSBuild
    I'd like to restart Explorer when building my DLL in Visual Studio. I've tried adding taskkill /f /IM explorer.exe and start explorer as pre-build events in the ...
    Proposed | 3 Replies | 806 Views | Created by amt528 - Thursday, December 5, 2019 6:57 PM | Last reply by Dylan Zhu-MSFT - Friday, December 6, 2019 6:58 AM
  • large check mark
    0 Votes

    Getting csproj files info from a solution file

    Visual Studio Development
     > 
    MSBuild
    Is there any way we can get the csproj files being referred in a solution file? My build script only refers to solution file but I also need csproj files information.
    Proposed | 2 Replies | 190 Views | Created by Manikanta CV - Thursday, December 5, 2019 3:38 PM | Last reply by Dylan Zhu-MSFT - Friday, December 6, 2019 2:24 AM
  • large check mark
    0 Votes

    MSBuild 16/2019 version offline installer

    Visual Studio Development
     > 
    MSBuild
    Hi Team, We need to install MSBbuild 16 version in our server, but it doesn't have internet enabled. I have tried to install it using offline installer which is ...
    Proposed | 1 Replies | 199 Views | Created by reddy.ravindar - Wednesday, December 4, 2019 9:38 AM | Last reply by Dylan Zhu-MSFT - Thursday, December 5, 2019 3:43 AM
  • large check mark
    0 Votes

    MSBuild Errors in a VS2019 Qt Project (Using Qt VS2019 Tools Extension)

    Visual Studio Development
     > 
    MSBuild
    Hi. I have installed Qt version 5.13.2 on my machine and have also installed the VS2019 extension Qt VS2019 Tools.  I tried to use the extension to build a Qt project based ...
    Unanswered | 8 Replies | 528 Views | Created by DragonOsman2 - Thursday, November 21, 2019 9:37 AM | Last reply by DragonOsman2 - Wednesday, December 4, 2019 1:26 PM
  • large check mark
    0 Votes

    In Visual Studio C++, the Prebuild event seems to go *after* project dependencies. Is there a way to make it go before?

    Visual Studio Development
     > 
    MSBuild
    I have a solution with 2 projects.  Let's say Project A and Project B.  Project B depends on Project A.  Project A has a pre build event set.  The build order ends up being Project ...
    Proposed | 1 Replies | 169 Views | Created by Solaris783 - Tuesday, December 3, 2019 10:43 PM | Last reply by Dylan Zhu-MSFT - Wednesday, December 4, 2019 5:41 AM
  • large check mark
    0 Votes

    Visual Studio C++, in the pre-build event is there a way to get the list of files being compiled?

    Visual Studio Development
     > 
    MSBuild
    In the Pre-build event I'd like the list of files visual studio will compile. I'd like to run scripts just on those files. Is there a way to do this?  I don't want to check every file ...
    Answered | 3 Replies | 261 Views | Created by Solaris783 - Tuesday, December 3, 2019 3:29 AM | Last reply by Solaris783 - Tuesday, December 3, 2019 10:34 PM
  • large check mark
    0 Votes

    How to force MsBuild to use existed dll?

    Visual Studio Development
     > 
    MSBuild
    How to force MsBuild to use existed dll? I have folloving (simplified) definition in csproj file: <Choose> <When Condition=" ...
    Unanswered | 5 Replies | 347 Views | Created by Andrey Belyakov - Tuesday, November 26, 2019 12:15 PM | Last reply by Dylan Zhu-MSFT - Tuesday, December 3, 2019 9:22 AM
  • large check mark
    0 Votes

    Assembly 'MyDll.dll' must be strong signed in order to be marked as a prerequisite.

    Visual Studio Development
     > 
    MSBuild
    Hello Folks, Another problem in MsBuild and MyApp.csproj file. MyApp.csproj fragment: <Choose> <When Condition=" ...
    Unanswered | 1 Replies | 310 Views | Created by Andrey Belyakov - Friday, November 29, 2019 10:40 AM | Last reply by Dylan Zhu-MSFT - Monday, December 2, 2019 8:36 AM
  • large check mark
    4 Votes

    VS2017 Build Error The process cannot access the file

    Visual Studio Development
     > 
    MSBuild
    Hello, I am running VS2017 version 15.3.3.  I just updated it yesterday in an attempt to resolve this issue.  When I attempt to build a C# WPF project for a second time, I ...
    Unanswered | 13 Replies | 5463 Views | Created by Steve Schrecengost - Wednesday, September 6, 2017 1:45 PM | Last reply by mbk_fu - Friday, November 29, 2019 3:08 PM
  • large check mark
    0 Votes

    [VS2019] Error: Task 'ValidateAppxManifest' failed. Unspecified error - again and again

    Visual Studio Development
     > 
    MSBuild
    The complete build error is Task 'ValidateAppxManifest' failed. Unspecified error 'Microsoft Corporation' violates pattern constraint of ...
    Answered | 7 Replies | 407 Views | Created by gkarypid - Thursday, November 21, 2019 9:04 AM | Last reply by gkarypid - Thursday, November 28, 2019 12:37 PM
  • large check mark
    0 Votes

    Error while compiling QT program in Visual Studio 2015 com edn.

    Visual Studio Development
     > 
    MSBuild
    ------ Build started: Project: analogclock, Configuration: Debug Win32 ------ 1>  Generate moc_predefs.h 1>  Reading Qt configuration ...
    Unanswered | 1 Replies | 315 Views | Created by casper3248 - Wednesday, November 27, 2019 9:36 AM | Last reply by Dylan Zhu-MSFT - Thursday, November 28, 2019 7:54 AM
  • large check mark
    0 Votes

    Associating Build Number with TFS Work Items after build using vNext

    Visual Studio Development
     > 
    MSBuild
    Hi Team, We have a requirement of associating work items with TFS Builds. Generally, this is possible (or we can say 'natural') while using XAML Build ...
    Proposed | 1 Replies | 263 Views | Created by sriravi1987 - Thursday, November 28, 2019 4:34 AM | Last reply by Dylan Zhu-MSFT - Thursday, November 28, 2019 6:33 AM
  • large check mark
    0 Votes

    Cordova Universal Windows 10 App with localStorage

    Visual Studio Development
     > 
    MSBuild
    I do a Windows Universal 10 App with Cordova Tools in Visual STudio 2017 when i run the app i use localStorage.setItem / getItem It works. but when i look in the ...
    Unanswered | 1 Replies | 250 Views | Created by MicroLova - Wednesday, November 27, 2019 8:40 PM | Last reply by Dylan Zhu-MSFT - Thursday, November 28, 2019 2:29 AM
  • large check mark
    0 Votes

    MSB401

    Visual Studio Development
     > 
    MSBuild
    System.UnauthorizedAccessException: 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))    在 ...
    Unanswered | 1 Replies | 302 Views | Created by pagexw - Wednesday, November 27, 2019 7:04 AM | Last reply by Dylan Zhu-MSFT - Wednesday, November 27, 2019 10:04 AM
  • large check mark
    0 Votes

    The “CL” task failed unexpectedly in vs2017

    Visual Studio Development
     > 
    MSBuild
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(253,5): error MSB4018: The "CL" task failed unexpectedly. 1>C:\Program Files ...
    Unanswered | 1 Replies | 1017 Views | Created by N.E.R.D - Wednesday, July 11, 2018 12:37 AM | Last reply by pagexw - Wednesday, November 27, 2019 7:02 AM
  • large check mark
    0 Votes

    Jenkin Definition for microservice in .NET core

    Visual Studio Development
     > 
    MSBuild
    I have ASP.NET Core project with about 30 micro services.  All applications live in the same repository and with same structure of each micro ...
    Unanswered | 2 Replies | 272 Views | Created by Hemlata - Tuesday, November 26, 2019 10:40 AM | Last reply by ranta - Wednesday, November 27, 2019 6:37 AM
  • large check mark
    0 Votes

    How to install VS

    Visual Studio Development
     > 
    MSBuild
    Hello , We have a SQL Server 14.0.3238.1 installed on our server , we do not have a Visual Studio SSDT installed to create packages. Can anyone suggest what version of VS DDT ...
    Answered | 1 Replies | 314 Views | Created by AmyBI - Tuesday, November 26, 2019 4:49 PM | Last reply by Dylan Zhu-MSFT - Wednesday, November 27, 2019 3:33 AM
  • Items 1 to 20 of 7016 Next ›
Announcement: 1

MSBuild announcement

  • Link
    Debugging MSBuild scripts using Visual Studio 2010
    Jay Shrestha Wednesday, August 4, 2010 10:05 PM

    Take a look at the Blog post below by Dan Moseley.

    http://blogs.msdn.com/b/visualstudio/archive/2010/07/06/debugging-msbuild-script-with-visual-studio.aspx

Community Resources
  • O365 Technical Network
  • MSDN Forums
  • UserVoice
  • Stack Overflow
Follow Us
  • Twitter
  • Facebook
  • Office Dev Blog
© 2019 Microsoft
United States - English
  • Terms of Use
  • Trademarks
  • Privacy Statement