Remove Custom Project Template that was Automatically Imported

前端 未结 9 542
天命终不由人
天命终不由人 2021-02-02 10:46

I deleted the exported zip file that was placed in my exported templates folder and of course it still shows in Visual Studio\'s \"Add New Project\" dialog. I expected that but

9条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 11:43

    Templates are also stored in "My Documents\Visual Studio 2010\Templates". Under ProjectTemplates and ItemTemplates and so on depending on the language.

    EDIT: i just exported a project template. The zip file was created in 2 locations:

     My Documents\Visual Studio 2010\My Exported Templates\mytemplate.zip 
     My Documents\Visual Studio 2010\Templates\ProjectTemplates\mytemplate.zip
    

    deleting both of these also removed the choice from the new project dialog, so I'm not sure what's happening on your machine :(

提交回复
热议问题