tags:

views:

4

answers:

0

We currently have an application that is in two peices.

One is a c++ solution that complies down to a com assembly. The other solution is our .net app that refrences the com assembly.

We've had a rather unstructured process for building the com assebly and distributing it to the developers working on the .net side.

I'd like to streamline this processes. I'm trying to find a way to automate the whole processes with TFS-2010, I'd love to be able to kick off a build that ends up with an installer created for the testers.

Is the answer to merget the two solutions into a single one? Any guidence on managing this would be great.