My issue is the following:
Sometimes when I'm adding a new file to the a project, because of all the merges and shelving/unshelving, it's no longer included in the .csproj.
It's pretty hard to figure out that the file isn't included in a project, especially since it remains source controlled, so for the most part everything looks fine.
Is there a tool or an option in Visual Studio so that I can know if not all .cs files are included in a project?