Changing Project directory name.

  • Thread starter Thread starter Sin Jeong-hun
  • Start date Start date
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?
 
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.
 
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
 
Back
Top