how do you make a copy of a project in .net?
+4
A:
CTRL + C, CTRL + V :) Couldn't resist, sorry.
You just need to copy all of the project files over into a new directory.
Russ Cam
2009-11-24 23:56:51
+1 Love the kbd tags. Never used them before, are they always styled like that or does that credit belong to SO?
Mercurybullet
2009-11-25 00:02:51
stackoverflow styling - `kbd {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#EEEEEE none repeat scroll 0 0;border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;border-style:solid;borderwidth:1px 3px 3px 1px;color:#000000;padding:2px 4px;white-space:nowrap;}`
Russ Cam
2009-11-25 00:06:25
Nice, I'll keep that tag in mind now. Thanks.
Mercurybullet
2009-11-25 00:16:26
A:
Create a new project and then copy files from one to the other (using normal windows copy/paste)
Marek Karbarz
2009-11-24 23:57:10