Search Results

2
votes

Best practices for referencing 3rd party assemblies

An alternate I've been using on many (C#) projects is: Make a "Bin" folder in the solution directory (same level as the project directories) Make the output of all projects . …