Ceating a project starting from an old one

  • Thread starter Thread starter Vergassivellaunus
  • Start date Start date
V

Vergassivellaunus

Guest
I copied the folder of a preceding working project in another and changed the file.sln (a txt file).

I changed the name of project and of directory. It seems it works, but in file.sln the several codes like these:

GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7625CAC0-C52A-4AA4-B4C8-4D32DD666AD5}.Debug|x86.ActiveCfg = Debug|x86
{7625CAC0-C52A-4AA4-B4C8-4D32DD666AD5}.Debug|x86.Build.0 = Debug|x86
{7625CAC0-C52A-4AA4-B4C8-4D32DD666AD5}.Release|x86.ActiveCfg = Release|x86
{7625CAC0-C52A-4AA4-B4C8-4D32DD666AD5}.Release|x86.Build.0 = Release|x86

and others, are the same in both projects.

Can this generate problems?

Continue reading...
 
Back
Top