Is there a way using TFS (Microsoft Team Foundation Server) to configure a folder for a project so that it allow the adding of files with just a specific extension to a project?
The scenario is:
- I have a project with a standard folder structure for cs files, binaries and so on
- In a folder there are the SQL script used to build the database
- I want to be sure that, only in that folder, only SQL files could be checked in and different extensions are not allowed
Regards Massimo