We get the above error message on our build server, when we build the solution or the specific project that the error refers to.
We can build the solution without any pr
I had the same error with a project that does not have any .cs files. I solved it by adding the following section to the corresponding .csproj-file:
This way the project will not be built, and there will be no build-output (no DLL is created) Works on both VS and TFS.