Reputation: 652
When using custom assemblies in a visual studio project. How does one check in those assemblies in source control with the project so that anyone can download the project and build right away.
Upvotes: 0
Views: 182
Reputation: 8098
You could do something like this:
At that point you should be able to include that folder with those assemblies in your source control.
Upvotes: 5