Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to create an actual physical folder via Visual Studio 2012?

When right-clicking on the Solution only gives me the option to create a Solution Folder, which are really "virtual folders".

enter image description here

share|improve this question

1 Answer

up vote 0 down vote accepted

You first need to create a project in that solution. Then you can add as many folders as you like.

A solution is a way to group a set of projects that can / need to be built together etc.

share|improve this answer
When creating a project, I can only create Visual ** projects. I can't find a "blank project". What options do I have? dl.dropbox.com/u/8183146/persistent/stackoverflow/Image6.png – user2015364 Jan 27 at 11:33
A visual project is VB.NET. You need to add a new project for whatever language you are planning on using whether it's C# or VB. – webnoob Jan 27 at 11:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.