How To Add a Project To Team Foundation Server with Command Prompt
Hi Guys, If you dont have VS Command Prompt in Visual Studio, Tools>External Tools>Add, Command : C:\Windows\System32\cmd.exe Arguments : /k “C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat” Initial Directory : $(SolutionDir) When you add this, you can open it. Then, Type your command line , tf.exe add XXXXXX /login:XXXX In shortly, you can do it in your ide with Add Items to Folder. Thanks!