0

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?

Darkalfx
  • 259
  • 3
  • 12

1 Answers1

0

In Visual Studio 2013,
1. Select project
2. Press alt + p + o (Show all files)
3. Press * (open all in solution explorer).

Look if any files are not included

user1412699
  • 1,846
  • 1
  • 13
  • 15