I\'m unable to build a Setup Project in VS2010, for a Windows Service project. It fails with this error:
Could not find required file \'setup.bin\' in
I had the same problem with a TFS build.
You can resolve the problem by setting the visual studio version in the MSBuild arguments of the definition build:
/property:VisualStudioVersion=12.0;