Click
Build > Build Solution to build the entire solution or select a project in Solution Explorer and click
Build > Build
ProjectName to only build that project.
Building the project creates output files in the directory specified by the
Output Path setting in
General section on the
PL/I tab in your project properties.
Check the
Output window to see the result of the build.
Any errors from the build are displayed in the
Error List window.
Note:
Build > Clean Solution removes all files produced by the build from the project directory.
Build > Rebuild Solution performs a Clean operation, and then it builds the project.