Automatically rename a project folder to be the same as the project name. Visual Studio allows developers to specify a folder during the creation of a new project process. Once the project is created, the IDE allows the project name to be changed. This project name or title is represented by the .csproj or .vbproj filenames. The example below shows a project URL that has a project name/title different than the folder: Use this extension to automatically rename all of the project folders in the currently loaded solution. In the above example, the project URL would be changed to: This extension essentially removes the project from the solution, renames the folder and then re-adds the project to the solution. Please submit any issues into the issue tracker: Purchase the source code here at the byMarc.store:
|