Game Development Community

Stupid Visual Studio question =)

by Rodney (OldRod) Burns · in Torque Game Engine · 11/07/2001 (5:07 pm) · 2 replies

Ok, I am attempting to make my own project. I first started to create a new project in the Torque workspace, but I realized that there were way too many settings to copy over manually, so I decided to simply modify the Torque Demo workspace into a setup of my choosing.

I've got everything the way I want but it still says "Torque Demo Files" in the Visual Studio workspace pane. How do I change that name? I don't see it listed in the properties anywhere.

Thanks :)

#1
11/07/2001 (6:41 pm)
When I have to rename stuff, I usually just open up the workspace in notepad and go for it. You can really mess things up there, so be careful...

Josh
#2
11/08/2001 (6:28 am)
That seemed to do it :)

I had tried changing the .dsw file but that didn't do it. I had to edit the .dsp as well.

Thanks for the help