Rename Visual Studio 2005 Project
Recently I needed to rename my Visual Studio 2005 project from KarMob to
Karaoke. I had just renamed the DLL but that didn't work with the rest of the
karaoke code. So, I found this. Thanks F Cali! Follow these steps: 1. Open
Visual Studio .NET. 2. On the View menu, click Solution Explorer. 3. In Solution
Explorer, right-click your project, and then click Properties. 4. In the Common
Properties list, click General. 5. Type the new name for your assembly in the
Assembly Name box, and then click OK. 6. To change the project name, In Solution
Explorer, right-click your project then select rename 7. Rename the project to a
new name in the edit box, press enter. It really was that easy. VS 2005 renamed
all my files namespace references, too!
http://www.eggheadcafe.com/community/aspnet/7/83127/how-to-rename-solutionproject-in-vs-2005.aspx
Karaoke. I had just renamed the DLL but that didn't work with the rest of the
karaoke code. So, I found this. Thanks F Cali! Follow these steps: 1. Open
Visual Studio .NET. 2. On the View menu, click Solution Explorer. 3. In Solution
Explorer, right-click your project, and then click Properties. 4. In the Common
Properties list, click General. 5. Type the new name for your assembly in the
Assembly Name box, and then click OK. 6. To change the project name, In Solution
Explorer, right-click your project then select rename 7. Rename the project to a
new name in the edit box, press enter. It really was that easy. VS 2005 renamed
all my files namespace references, too!
http://www.eggheadcafe.com/community/aspnet/7/83127/how-to-rename-solutionproject-in-vs-2005.aspx


Comments