Visual Studio 2010: How to enforce build order of projects in a solution?

前端 未结 4 1243
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 02:47

I had no problem with this in Visual Studio 2008 but it seems that VS 2010 is having an issue, and I\'m betting it\'s probably me.

I have a solution with an ASP.NET

4条回答
  •  遥遥无期
    2020-11-30 03:38

    Nick Craver mentioned checking the Configuration Manager to ensure you have the project selected to build for a given configuration.

    However, to set the build order for multiple projects in a solution right click the solution and choose "Project Build Order..." from the context menu.

提交回复
热议问题