Project Deletion in Visual Studio 2008
-
quarta-feira, 21 de março de 2012 12:04See no way to delete a project in Visual Studio 2008 Team Suite. Have right clicked the project... delete option does not appear. Actually no options appear with a right click
- Movido Karel ZikmundMicrosoft Employee quinta-feira, 22 de março de 2012 01:08 VS project q, don't know of better forum (From:Building Development and Diagnostic Tools for .Net)
Todas as Respostas
-
quarta-feira, 21 de março de 2012 19:12
Hi NewSome,
Check below link there is command given to delete project from team suite.
http://msdn.microsoft.com/en-us/library/dd206696(v=vs.90).aspx
and post your question in proper forum. this is not right forum for your question
Regards
Alisha
-
quinta-feira, 22 de março de 2012 02:56Moderador
What do you mean by deleting a project from VS2008? Are you trying to delete the project from the solution via Solution Explorer? If so then you can right click the project and select Remove Project (or similar) to remove it from the solution. Note that the project still resides on disk. To remove it from disk just delete it.
If you are referring to removing from the Recent Projects list then VS2008 does not provide that option. The only way to remove it is to delete the cached information. VS2010+ allows you to delete from the Recent Projects list.
If you are referring to TFS then you need to remove the project from the solution first. Then you can use Source Code Explorer to select the folder, right click and select Delete then commit the changes.
Michael Taylor - 3/21/2012
http://msmvps.com/blogs/p3net
- Sugerido como Resposta Leo Liu - MSFTModerator segunda-feira, 26 de março de 2012 08:44
- Marcado como Resposta Leo Liu - MSFTModerator quarta-feira, 28 de março de 2012 06:07

