views:

33

answers:

1

I have a library project in a VC++ 2008 solution. I'd like to split it into two projects, both having the same project settings. I can't see an easy way to do this, is it possible?

A: 

i generally copy paste the .vcproj file then replace the project name in the new one :)

maybe it is not the best way but it always works :)

ufukgun