I am working with a large project and I am trying to use it to manage building patches. I seem to be confused on the purpose of the referenceprojects tag.
I was thinking it was used to allow you to build projects with project references while avoiding building the specific project references. Is this case? If so, I am getting a message about a project not being included.
<solution configuration="${config}" outputdir="${build.dir}\${config}" >
<projects basedir="BuildProj">
<include name="AccountsPayable\APSETVendors\APSETVendors.csproj" />
</projects>
<referenceprojects basedir="RefProj" >
<include name="AccountsPayable\APBOCVendors\APBOCVendors.csproj" />
</referenceprojects>
<assemblyfolders>
<include name="${build.dir}\${config}" />
<include name="${mco.dir}\${config}" />
</assemblyfolders>
</solution>
With this task I am trying to build the APSETVendors project which has a project reference to APBOCVendors without rebuilding APBOCVendors. Am I using it correctly?
The message I am getting is:
Project with GUID '{AE3B0153-8C9B-4804-A91C-E680B0CFE44F}' must be included for the build to work.:
This GUID is the GUID for APBOCVendors.
Thanks for you help,
B. Heath Robinson
Developer
Professional Datasolutions, Inc.
Suite 200
3407 S. 31st Street
Temple, TX 76504
254.771.7100
