views:

19

answers:

1

I have copy and pasted entire C++/CLI projects and been able to run them without any trouble as long as the relative paths to assemblies, headers, and libs remain the same. In each one of these copied projects the vcproj files are exactly the same (as one would hope). I have been doing this so that we can use one project as a template for writing tests without having to go through all the steps of adding references and changing property settings each time we start a new test project.

If I wanted to use a vcproj file from one solution as a template for making similar vcproj files in a wizard, do I have to worry about changing the ProjectGUID and the UniqueIdentifiers associated with the vcproj file?

A: 

If it works then I would guess no :)

demoncodemonkey