Re: Question about filenames
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxxxxxxx>
- Date: Wed, 25 Jul 2007 22:59:32 +0100
Hi,
The short answer is that it WON'T work. It's not just file and folder names, it's also "Namespaces".
If you're an expert you can make a converter, but usually you'll have to create a brand new project and carefully copy over the source code adjusting as you go.
In general, you have to plan very carefully, the naming convention, for any project that may become a production project.
Alan wrote:
I created a solution (for example, named "Test") with one project of same name. After some development I realized it can be my production solution so I changed the name of both the solution and the project to a formal name (for example, "Product") by right clicking them and select "rename" in Solution Explorer. I also changed several properties so now the compiled exe file named correctly. However, if I use windows explorer to navigate to my solution folder Solution file is in the most upper level with the correct name (Product.sln), but the folder containing all project related files is still in the wront name "Test". Going into that folder (Test), the project file is also still in the old name "Test.vcproj" (however in solution explorer it shows the new project name).
Where can I change to make the project folder becomes the right name? (not the solution folder but the folder in the same level of sln file.) Also where can I change the actual project filename to the correct one?
Thanks.
Alan
--
Gerry Hickman (London UK)
.
- Prev by Date: Re: VS2005 SP1 and VB6 Side-by-Side - Windows Installer keeps re-installing VS2005
- Next by Date: RE: WebClient and File Download
- Previous by thread: Re: VS2005 SP1 and VB6 Side-by-Side - Windows Installer keeps re-installing VS2005
- Next by thread: RE: WebClient and File Download
- Index(es):
Relevant Pages
|