Como: Renomear soluções, projetos e itens
You can rename solutions, most projects, and most items that are displayed in Solution Explorer.
Observação |
---|
A distinction should be drawn between items and files. Items include references, data connections and folders, none of which are files. |
Use the following procedure for renaming solutions and projects.
To rename a solution
In Solution Explorer, right-click the solution node and then select Rename from the context menu.
Type the new name for your solution.
To rename a project
In Solution Explorer, right-click the project node and then select Rename from the context menu.
Type the new name for your solution.
Observação Renaming a project does not automatically rename the folder that contains the project.
To rename an item
In Solution Explorer, select the item you want to rename.
On the View menu, choose Properties Window.
In the Properties window, locate the Name property and type a new item name.
Observação For some items, you might need to change the File Name property.
Observação When you rename an item, the corresponding class name in that item is renamed automatically. For example, if you rename Form1.vb, the class Form1 is renamed automatically.
Observação The Name property is not available for items that are dependent upon other items.
If the item you want to rename is a link to the file and not the file itself, you need to save the target file to the new name in order to rename the link.
To rename a link item
In Solution Explorer, select the item and then choose Save As on the File menu.
In the Save File As dialog box, select a location for the file.
In File name textbox, type a new name.
From the Save as type drop-down box, select a file type and then choose Save.
Observação The Save As options makes a copy of the item. The copy is automatically added to your project.
Any changes you make to the file with the new name are not saved to the file that the original link referenced.