posted by 네코냥이 2013. 7. 18. 09:43



This is something you can do yourself using the TFSDeleteProject.exe command line tool. For detailed instructions on how to do this, please review this post: http://aka.ms/DelTFServiceTeamProj.

 

Please try this out and let us know if you have any issues.



# 다음 위치로 가서 (vs2012 아이콘 원본파일이 있는곳)

 C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE. Open a Command Prompt



# 사용명령어을 때려라.
tfsdeleteproject.exe /force /collection:https://<YourCollection>.VisualStudio.com/DefaultCollection "My project name with spaces"



# 아쉽게도 vs2010용 tfsdeleteproject.exe로는 삭제되지 않으므로, 2012 무료판이라도 설치해야한다.