views:

23

answers:

1

I have a project, say 'BlankConsoleApp', and I want to rename it. How can I do it?

+1  A: 

Right-click the project in Solution Explorer and select 'Rename'

Sky Sanders