Is there a way to remove the csproj files from the New Projects and Solutions for Visual Studio list?

I have no idea why Visual Studio is listing the latest csproj files that turned out to be part of a solution I was working on, but this causes other recent solutions to be removed from the bottom of the list. Is there a way to get Visual Studio to show only recent solutions and keep projects from the list?

+3


source to share


1 answer


It's not ideal, but you can edit the list from the registry. For example, the registry key for Visual Studio 2012:

HKEY_USERS\S-1-5-21-3957302920-3287377022-3235433541-12290\Software\Microsoft\VisualStudio\11.0\ProjectMRUList



You will need to restart Visual Studio to see the changes.

+1


source







All Articles