I have an ASP.NET project under source control (Subversion). For various reasons, I don\'t want to add the \\Bin directory or its contents to source control, so I have it sv
I save 3rd party assemblies without source code in source control. In their own directory outside of the Project - `C:\Projects\3rdPartyAssemblies' This way any projects / developers that need them can reference them.