How do I find files that are missing from visual studio projects?

前端 未结 11 783
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-31 01:59

Due to issues with merging etc, we have lots of project files that don’t contain all source code files that are within their folders.

Before I write a little tool, that

11条回答
  •  我在风中等你
    2021-01-31 02:35

    We had a similar situation which resulted in failed compiles due to missing files. I stumbled upon this post linked below, which helped me. It describes writing a Visual Studio macro that runs when a build is started.

    Report error/warning if missing files in project/solution in Visual Studio

提交回复
热议问题