You are here: Home » Visual Studio » Files to add and not to add to source control
All inputs for your application should be added to source control.
However, the output of you application (the created dll's, pdb's etc) should not be included.
Do not add the BIN and the OBJ folders to source control, but do add the 3rd party dll's