Project/Solution GUIDs

  • Thread starter Thread starter Howard Kaikow
  • Start date Start date
H

Howard Kaikow

Being lazy, I sometimes copy a project to another directory, then tweak the
code.

A problem arises because then both projects have identical GUIDs in the .sln
file, and in the assembly file.

Is there any way to change the GUIDs, other than by overcoming my laziness
and creating a New Project instead of copying the files?
 
Howard Kaikow said:
A problem arises because then both projects have identical GUIDs in the
.sln
file, and in the assembly file.

Is there any way to change the GUIDs, other than by overcoming my laziness
and creating a New Project instead of copying the files?

There should be a utility available in VS.NET's "Tools" menu that can be
used to generate GUIDs.
 
I was looking for a means to automatically change the GUIDs in a project.
Doing this manually, I am likely to miss some.
 

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

Back
Top