Wanting to add Property to .net Solution Build

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?

Hi Peter

Sorry for the delay replying… this one somehow slipped through the cracks. I have been looking at this issue and it doesn’t look to be possible. The msbuild command line expects the properties passed in are for the project file we are passing in, which in your case is the solution file, so there doesn’t appear to be any way to do what you want.