简体   繁体   中英

Can I list all *unavailable* projects in a Visual studio solution?

I have a solution with 90+ projects with lots of folders "hiding" the projects in the Solution explorer tree.
Due to a lengthy rebase with shaky merge I have some csproj files that are incorrect. Is there a way to get a list of these?

I can manually recurse the tree and look for all "YetAProject (unavailable)" projects but would prefer a faster and less manual way.

I tried building but as they are not available they are not compiled and hence leave no trace.

Within the solution explorer simply enter into the search box (unavailable) and the list will be filtered.

过滤解决方案资源管理器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM