OmniSharp/msbuild

Name: msbuild

Owner: OmniSharp

Description: The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Created: 2015-09-06 17:25:42.0

Updated: 2018-02-17 12:45:16.0

Pushed: 2015-09-04 20:52:40.0

Homepage: null

Size: 5327

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

?# Microsoft.Build (MSBuild) The Microsoft Build Engine is a platform for building applications. This engine, which is also known as MSBuild, provides an XML schema for a project file that controls how the build platform processes and builds software. Visual Studio uses MSBuild, but MSBuild does not depend on Visual Studio. By invoking msbuild.exe on your project or solution file, you can orchestrate and build products in environments where Visual Studio isn't installed.

For more information on MSBuild, see the MSDN documentation.

Build Status

Source code
Building

For the full supported experience, you will need to have Visual Studio 2015. You can open the solution in Visual Studio 2013, but you will encounter issues building with the provided scripts.

To get started on Visual Studio 2015:

  1. Set up a box with Visual Studio 2015. Either install Visual Studio 2015, or grab a prebuilt Azure VM image.
  2. Clone the source code (see above).
  3. Open src/MSBuild.sln solution in Visual Studio 2015.
How to Engage, Contribute and Provide Feedback

Before you contribute, please read through the contributing and developer guides to get an idea of what kinds of pull requests we will or won't accept.

Want to get more familiar with what's going on in the code?

You are also encouraged to start a discussion by filing an issue or creating a gist.

MSBuild Components
License

MSBuild is licensed under the MIT license.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.