Integrating MSBuild into Visual Studio

后端 未结 10 1777
陌清茗
陌清茗 2021-02-02 11:03

I\'m a solo developer running Visual Studio 2008 and looking into MSBuild to improve my build process.

Almost all of the tutorials I\'ve found so far have plenty of info

10条回答
  •  终归单人心
    2021-02-02 11:56

    MSBuild is the build engine used by Visual Studio to process the files included in a project.
    The Visual Studio project files themselves (**.csproj* for C#, and .vbproj for VB, for example) are in fact MSBuild scripts that are run every time you build a project.

提交回复
热议问题