I’d like to use Unity and AntiXss in my mvc project. Could you share your ideas how to put the assembilies in to the svn repository so that other developers would be able to simply checkout the code and start work immediately (without installation of the libraries)?
For example in java world it is common for small project to create a lib folder with all the necessary jars. I’m thinking about similar solution for .net and visual studio.
How do you manage your external dependencies?
Note: I don’t need to use any other build system/dependency manager than visual studio provides.
(At least not at this stage of the project)
I put mine 3rd party libs/assemblies in a folder at the root project level /Assemblies parallel with the other project assemblies.