I am using TFS to manage my solution - which one of it's projects contains a dicrectory with some files and more sub-directories (with more files :P). Some of those files are code, some aren't.
The point is I want to make Visual Studio treat this folder as part of the project (and all it's contents) - and upload it to the TFS (for it to be available to anyone who gets latest version of the solution/project). If not as part of the project, part of the solution is also good enough.
This is actually my question - how can it be done?
Thanks!