Reputation: 4144
I have my folders structured like this:
I would like my TFS to look like the image above. Here is what it looks like:
The second image is the inside of the source folder. How do I tell TFS to start at the root? How do I include the bin folder, which has several shared binaries, in my project?
Upvotes: 0
Views: 359
Reputation: 1146
Just drag and drop the bin folder from Windows Explorer to where you want it in the Source Control Explorer
and then Include
the binaries that are on the Exclude
tab and check everything in then.
Upvotes: 1
Reputation: 7068
Its Possible if you mapped the folder containing the Binaries to a folder under the Team Project in TFS
Upvotes: 0