Visual Studio has several Installation and Deployment projects, one of which is the CAB Project .

But I really want a simple “zip project” that allows me to add some + dll folders from my solution and pack it all into a zip file to make it easier to distribute on the Internet.
Is there such a type of project?
When I want to create it myself, what resources and links should I use to create it?
Edit
@Cheeso
I created a dummy class library project that has dependencies on all subprojects. In this dummy project, I used the post-build event for the zip dll using 7-zip. But I was hoping there was a better solution for this.
source share