![]() |
OpenMake Meister |
If your intention is to build Microsoft Solutions or Projects without using the IDE integration, it is necessary to create Targets manually using the Target Explorer. To do so, a Target needs to be defined for each Project. The dependencies that need to be defined to your Target includes the Project file itself (.vbproj, csproj, .vcproj, .vdproj, .webproj) and the Solution file (.sln) that references it.
Note: When adding your Project file as a dependency to your Target, the Project file should be a relative path instead of a fully qualified path.