I want to create a Visual Studio 2008 project which contains some example code of how to use an API and then make the project available to download so others can just double-click the project, see the code and run the examples without making any changes.
What files (e.g. .suo, .sln, bin & obj folders?) do I need to include so that people can run the project?
I want to exclude anything that may contain any settings specific to my local machine.