|
-
Dec 25th, 2007, 07:47 PM
#1
Thread Starter
Lively Member
[2005] Changing Project Name
I wish to change the name of my project. How complicated is this? What do I have to consider?
Thanks.
-
Dec 25th, 2007, 08:19 PM
#2
Re: [2005] Changing Project Name
I don't see any complications at all - simply rename it and save it. Then rebuild your project (solution) and make sure new executable get new name.
-
Dec 25th, 2007, 09:16 PM
#3
Frenzied Member
Re: [2005] Changing Project Name
What do you have to consider? I guess.. the new name? Seriously though, just look at the solution explorer, right click on the project and click Rename. Then just type in the new name. Then just run the project and it should work fine, renamed and all.
Unless you mean renaming the folders as well. Do you?
-
Dec 25th, 2007, 10:05 PM
#4
Re: [2005] Changing Project Name
Just renaming project shouldn't be a big of deal at all.
If you have very large project with complex structure and it is also part of source safe ...
Long story short - if you ever need to re-structure something like that then you have a task with lots of headach...
-
Dec 25th, 2007, 10:12 PM
#5
Re: [2005] Changing Project Name
One thing to keep in mind is that renaming a project doesn't change the name of the folder it's stored in. That isn't really problem because the actual folder structure doesn't matter in the VS Solution Explorer. I would recommend just living with that, although I know some people have to have things done completely. In that case you'd have to manually change the folder name in Windows Explorer, then edit the SLN file to point to the new folder path. Note that SLN files are just plain text so you can open them in Notepad. You'd then at least have to reload the solution and maybe manually adjust and references to that project too. If you require completeness then you have to live with the tedium.
-
Dec 25th, 2007, 10:13 PM
#6
Frenzied Member
Re: [2005] Changing Project Name
 Originally Posted by RhinoBull
Just renaming project shouldn't be a big of deal at all.
If you have very large project with complex structure and it is also part of source safe ...
Long story short - if you ever need to re-structure something like that then you have a task with lots of headach...
That's not necessarily true at all.
-
Dec 25th, 2007, 10:37 PM
#7
Re: [2005] Changing Project Name
Of course not.
-
Dec 26th, 2007, 02:03 AM
#8
Thread Starter
Lively Member
Re: [2005] Changing Project Name
 Originally Posted by jmcilhinney
One thing to keep in mind is that renaming a project doesn't change the name of the folder it's stored in. That isn't really problem because the actual folder structure doesn't matter in the VS Solution Explorer. I would recommend just living with that, although I know some people have to have things done completely. In that case you'd have to manually change the folder name in Windows Explorer, then edit the SLN file to point to the new folder path. Note that SLN files are just plain text so you can open them in Notepad. You'd then at least have to reload the solution and maybe manually adjust and references to that project too. If you require completeness then you have to live with the tedium.
yeah this is kind of what i figured.... will app data paths still point to the same place as well?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|