how to copy files between projects

  • Thread starter Thread starter guoqi zheng
  • Start date Start date
G

guoqi zheng

One part of my new projects is actually identical to another projects I did
long ago.

I would like to copy all those .aspx files and code behind to new project,
how can I do this? how can I copy?

regards,

Guoqi Zheng
http://www.ureader.com
 
Right click in the solution explorer, and click add -> existing items

You can then select the files you want to include

Just check they are using the same namespace
 
Back
Top