How does VS retrieve the project files ?
-
Hello. Please excuse me for this basic question. We are presented with the option
Create directory for solution
when creating new solution. How does visual studio know the whereabouts of the all the project files while the.sln
is in different ("root folder" is the right term?) folder ? Thanks for any input.This world is going to explode due to international politics, SOON.
-
Hello. Please excuse me for this basic question. We are presented with the option
Create directory for solution
when creating new solution. How does visual studio know the whereabouts of the all the project files while the.sln
is in different ("root folder" is the right term?) folder ? Thanks for any input.This world is going to explode due to international politics, SOON.
-
Hello. Please excuse me for this basic question. We are presented with the option
Create directory for solution
when creating new solution. How does visual studio know the whereabouts of the all the project files while the.sln
is in different ("root folder" is the right term?) folder ? Thanks for any input.This world is going to explode due to international politics, SOON.
Open the .SLN and .vbproj/.csproj files in Notepad and all will become clear.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak -
Open the .SLN and .vbproj/.csproj files in Notepad and all will become clear.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiakyes... this. :thumbsup: