0

I have a very large .NET solution with hundreds of projects (all c#) how can I figure out which of the projects is the application project to set as the start up project.

I was thinking of grepping the csproj files for some keyword that indicates it's an executable.

Thank you

4

2 回答 2

0

好的 找到答案

  <OutputType>WinExe</OutputType>

在 csproj 文件中。

于 2011-06-02T10:04:50.937 回答
0

在 Project -> Project Build Order 下,滚动到底部并开始向后搜索。如果大多数其他项目是依赖项,则适当的项目可能靠近底部。

于 2011-06-02T09:55:56.023 回答