Why?
I expect only the project to open.
The only way that I could accomplish what I wanted to do was to create a new project test.csproj, add design.csproj, save the solution, and then remove test.csproj.
|
Why? I expect only the project to open. The only way that I could accomplish what I wanted to do was to create a new project test.csproj, add design.csproj, save the solution, and then remove test.csproj. |
|||
|
|
|
In With this option unchecked, opening a project from within the folder stucture of a solution will still open the whole solution. If you click only the project, I believe the IDE finds the solution by simply looking in the parent directories for the The reason I say that is because if you copy the directory containing a single project and paste it somewhere else, then double click it, the project is opened on its own (still inside a solution, but a temporary one, which only exists as an So we are halfway there. Now if you uncheck the option which I mentioned at the start of my post, you will see the project open on its own like so:
I agree that it should be possible to open a project without a solution (and that it should be easier than it is currently.) I'd go as far as to say that VS should also give you the option to easily make and run programs in a single file without all the hand-holding and creating projects and solutions for you. Perhaps you can, but if so - it's not obvious. |
|||||||
|
|
Maybe it was a Solution file (sln), wrongly labeled as a C# Project File (csproj). If you open the file in a Text Editor you'll see references to other projects, like in a solution file. |
|||
|
|
|
Projects are linked to solutions; you cannot open a project without its parent solution. Otherwise, things like project references wouldn't work. |
|||||||||||||
|