开发者

Solution folder in Visual Studio 2010 does not build

开发者 https://www.devze.com 2023-02-20 01:39 出处:网络
I have one solution with five projects and one solution fol开发者_JAVA技巧der. All project has a reference to project inside solution folder. When I clean solution and build, projects in solution fold

I have one solution with five projects and one solution fol开发者_JAVA技巧der. All project has a reference to project inside solution folder. When I clean solution and build, projects in solution folder does not build. I need to build project in solution folder before I build the solution.

How can I fix this problem?


It sounds like a project is dependent on another project in your solution (not uncommon).

You can change the order that your projects build in Visual Studio so that the dependency tree is satisfied when building a solution.

If you right click on the solution in the Solution Explorer and choose 'Project Dependencies...' you will be able to tell Visual Studio which order to build your projects.

Solution folder in Visual Studio 2010 does not build

0

精彩评论

暂无评论...
验证码 换一张
取 消