Where is the project source code folder ?

  • Thread starter Thread starter Ole Mercano
  • Start date Start date
O

Ole Mercano

In options->Project and Solutions I setup in all 3 entry fields D:\work\myvs\
as base directroy.

However when I open an existing VC# project all the related stuff is saved into

D:\temp\myTestProj

and not in D:\work\myvs\myTestProj as expected.

Why ?

Is there way of reading only this information from the projects properties ?

If I open menue project->myTestProj.properties and look through the tabs I do not see an entry field
where I can specify the projects basefolder.

Ole
 
Ole Mercano said:
In options->Project and Solutions I setup in all 3 entry fields
D:\work\myvs\
as base directroy.

However when I open an existing VC# project all the related stuff is saved
into

D:\temp\myTestProj

and not in D:\work\myvs\myTestProj as expected.

Why ?

Is there way of reading only this information from the projects properties
?

If I open menue project->myTestProj.properties and look through the tabs I
do not see an entry field
where I can specify the projects basefolder.

VS saves your source code in the directory from which the .vcproj file was
opened.
 

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

Back
Top