In one of my projects I am using a 3rd party dll which is from Codeplex. While I was developing my code in my development box I had used gacutil command to get it added into GAC.
Now, I need to send the wsp for the project to teh Test Team for deployment on our Test box and they do not take individual dll.
How can I package the third party dll along with the wsp that I am sending so that it gets deployed into GAC and is used by the code.
Please let me know.