Add projects into current solution On VS, click "File" > "New" > "Project", on the popup dialog, selecting project type, input project name, and select "Add to Solution" ("Create new Solution" will create a new solution, and add the project to the new solution).
Set projects dependence On project explorer panel, right click the project, and select "Project Dependencies..." on popup menu to set depended projects. After set, the depended projects will be built before current project.
Set startup project If the solution contains multiple project, you may need to set startup project: On project explorer panel, right click the project to be set startup project, then select "Set as StartUp Project" on popup menu.
Set solution properties |----Common Properties |----Startup Project: Set which project(s) as startup project(s) |----Project Dependencies: Set projects that the specified project depends on, you can also set project dependencies on Project Explorer Panel (please refer to the section "Set projects dependence" on this document) |----Configuration Properties |----Configuration: Set the SDK to build the project, whether to build the project when build the solution, whether to deploy the project when to deploy the solution.
Set project properties On project explorer panel, right click the project, then click "Properties" on popup menu to open properties setup window. |----Common Properties |----Configuration Properties |----C/C++ | |----General | | |--------Addition Include Directories: Set additional include directories |----Linker | |----General | | |--------Addition Library Directories: Set additional library directories | |----System: Specify sub-system (Please refer to (VS.80).aspx) |----Build Events |----Authenticode Signing |--------General