Hi guys,
First of all, "Hats off to Microsoft for this great Service (Team Foundation Service)".
I've created a free account
here. Hope you guys enjoy this service. Last night I've created a testing project and start learning its utilization, I found that there is no link to delete the project on the website. Then, I start searching for it and finally got it.
There is a file named "TFSDeleteProject.exe" resided in the installation directory, generally "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE".
To delete a project you need to use command prompt as follows:
>CD C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE>TFSDeleteProject /collection:https://<your_account>.visualstudio.com/DefaultCollection <project_name>
Note:
- You can also use "Developer Command Prompt for VS2012" (installed with Visual Studio 2012) instead of Command Prompt.
- For usage information and other options type "TFSDeleteProject.exe" in command prompt.