Multiple Output Deployment

melkanzi

Freshman
Joined
Jul 9, 2006
Messages
29
Hi,
Im working on this project in VS2005 and im mainly programming in VB but i've used 3 C# projects in the solution. Each one of these projects has a dll file. How do i deploy this solution? do i include the primary output for each project or do I just add the dll files??

Thanks
 
Including the primary output ensures that the latest and greatest build is included in your installation. If your libraries are referenced by one of your project (one project depends on another) then the referenced libraries should be included automatically when you add the project that depnds on them to the installation.
 
Back
Top