I must use a "Build VS.Net Solution" action rather than the "MSBuild Project" action (reason is because data edition requires I refernece one project from the other and the only way I could do that was with a solution)
The MSBuild Project action lets me set properties and values. When I build my solution, I need to set properties for individual projects (actually, just one project, because that is all I have selected in the Build VS.Net Solution action).
How can I set these properties?