
October 10th, 2007, 01:19 PM
|
 |
Evil Republican...
|
|
Join Date: Jun 2005
Location: Probably running over your cat right now...
|
|
|
VS2005 - How to copy a project and give it a new name
I have an application I have written.
I would like to have several instances of essentially the same application, but with different configuration settings (different databases and file paths in my .config file).
Is it possible to copy a project's code to a new project and give it a new name so that when it compiles, instead of compiling as "app1.exe" it compiles as "app2.exe?" And the project's .sln file (and any other dependent files) have the same information?
__________________
IF ADVICE = 'GOOD'
INSERT INTO scales (REPUTATION_POINTS, REASON)
VALUES (+1, 'BECAUSE ITS GOOD TO DO THAT')
END
|