I have a Visual Studio solution with a library project let\'s call it libFoo, and an executable project - let\'s call it Bar which depends on
libFoo
Bar
Make sure the project-property for "General\Target Name" and "Librarian\Output File" match, and that they match for all configurations. It's worth checking the above on the "Librarian\Command Line" page also.