Changing Project directory name.

S

Sin Jeong-hun

In Visual Studio, I can change the name of the solution, project and
other source file names. But the problem is, actual sub folder name
for the project is determined at the creation of the project. As for
now, I manually open sln file with Notepad, and edit the directory
name, and rename the directory.
Is this the only way?
 
N

Nicholas Paldino [.NET/C# MVP]

If you mean you want to change the location of the projects in the
solution, then no, this is the only way. You have to perform the steps you
have laid out.
 
G

Giri

Thanks a lot it worked fine.
In Visual Studio, I can change the name of the solution, project and
other source file names. But the problem is, actual sub folder name
for the project is determined at the creation of the project. As for
now, I manually open sln file with Notepad, and edit the directory
name, and rename the directory.
Is this the only way?
On Tuesday, September 04, 2007 12:53 PM Nicholas Paldino [.NET/C# MVP] wrote:
If you mean you want to change the location of the projects in the
solution, then no, this is the only way. You have to perform the steps you
have laid out.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

news:[email protected]...
Submitted via EggHeadCafe - Software Developer Portal of Choice
JustCode Visual Studio Development Add-In by Telerik
http://www.eggheadcafe.com/tutorial...sual-studio-development-addin-by-telerik.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top