msbuild

About this tag
MSBuild is the build platform for Microsoft Visual Studio, used to compile and deploy applications, including C++ projects and UWP controls like XAML Islands. Discussions cover building projects from the command line using the Windows SDK without the full IDE, as well as integrating custom controls into Win32 apps. The tag also relates to Visual Studio extensibility and SDK samples for automating builds and packaging. Common themes include command-line compilation, project file manipulation, and leveraging MSBuild for efficient development workflows on Windows.
  1. News

    XAML Islands – A deep dive – Part 2

    Welcome to the 2nd post of our Xaml Islands deep dive adventure! On the first blog post, we talked a little bit about the history of this amazing feature, how the Xaml Islands infrastructure works and how to use it, and also a little bit of how you can leverage binding in your Island controls...
  2. News

    Visual Studio 2013 SDK Samples Released

    For the past few months we've been highlighting projects and examples that extend Visual Studio in one way or another. Well today's post is the "Mother of all Visual Studio Extensibility Post." Why? When the examples come from the Visual Studio Product Team itself, that's hard to beat... :)...
  3. News

    Windows 7 3-min. Quickie: Compiling C++ Projects using only the Windows SDK and the Command Prompt

    I have received a couple questions about "How do you build C++ projects in Windows without installing Visual Studio?". This video demonstrates the process but to explain it in a couple short steps: Link Removed* Open the Windows SDK command prompt** Browse to your project folder run "vcupdate...
Back
Top