SFML community forums

Help => General => Topic started by: Raptor88 on August 01, 2012, 05:37:14 am

Title: Visual C++ 2010 Project Rename
Post by: Raptor88 on August 01, 2012, 05:37:14 am
I want to setup Visual C++ 2010 Express so it will work with SFML, using a project name of "SFML template".  This project will just have a blank main.cpp.

Later, when I start a new SFML project, I want to open "SFML template" and save it with the name of my new project.  Has anyone done something like this?  If so, could you please post a step-by-step procedure?

Thanks,
Raptor
Title: Re: Visual C++ 2010 Project Rename
Post by: eXpl0it3r on August 01, 2012, 08:14:03 am
You can right click on the project in project/file viewer and select rename...
Title: Re: Visual C++ 2010 Project Rename
Post by: Raptor88 on August 02, 2012, 09:54:05 pm
You can right click on the project in project/file viewer and select rename...

Thanks for your help.  I'll give that a try.
Raptor