Visual Studio Project Path

B

Brian C

Hello all,
I was wondering if there was a way to change how Visual Studio stores a
new project. For example, I'd like to have the following directory
structure:

\src\myproject
\build
\vc\VC Project here
\unix\UNIX makefile/scripts here
\docs
\(etc,etc)

However, the only way I can see to get VS to store my project in
"\src\myproject\build\vc" is to set the project path to
"\src\myproject\build" and call the project "vc". Then I need to rename
the project. Fine. However, the filenames stored are still called "vc"
for the project.

Ideas?
 
B

Brian C

Brian said:
Hello all,
I was wondering if there was a way to change how Visual Studio
stores a new project. For example, I'd like to have the following
directory structure:

\src\myproject
\build
\vc\VC Project here
\unix\UNIX makefile/scripts here
\docs
\(etc,etc)

However, the only way I can see to get VS to store my project in
"\src\myproject\build\vc" is to set the project path to
"\src\myproject\build" and call the project "vc". Then I need to rename
the project. Fine. However, the filenames stored are still called "vc"
for the project.

Ideas?

Anyone?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top