Reputation: 51283
I have a solution consisting of several library project and one application project.
I want to create a separate application test project. However, my problem is how I can write test for the application project since I can't link to it? I've added the application project as a reference in "Common Properties", but I get LNK1120 probably because the application project doesn't generate a lib file to link.
How do I create a separate test project for a project with application as configuration type?
Upvotes: 1
Views: 118
Reputation: 65556
I can think of three solutions to this - none 100% as clean as I'd prefer.
The second would be my choice.
Upvotes: 2