creating a new project from an existing one! And changing the name!

Thread Starter

Eric007

Joined Aug 5, 2011
1,158
Hi All

I'm using Visual Studio 2010...
I'm trying to create an new project from an existing one...
I've already edited the code but now the old name still remains everywhere...

BTW, the code is in C++ and you do 'save as' and change the names...
The folder containing all the other stuff also has that name...

Assuming that project was first saved as 'number'. Here are all the other files that have the same name:

number.ncb
number.sdf
number.sln
number.sln.old
number.suo
number.suo.old
...

Thanks!
 

Thread Starter

Eric007

Joined Aug 5, 2011
1,158
Thanks Cheezewizz for ur comment!

I tried creating a new project and tried copying the edited code but was getting 'Intellisense error' and bla bla bla...

Anyways I let it drop...
 
Top