How can I tell Visual Studio 2010 to create classes in selected folder, not in root? -


typical scenario. want add class in project in specific folder:

image description

i enter parameters:

image description

and class appears here:

image description

and located in project root on disk. src folder on image same 1 one on first screenshot:

image description

when asked colleague how deals it, told me uses qtcreator create empty classes. come on, there other way running 2 ides, right?

don't use class wizard create class file. right click on folder want add class file.click on add new item. type in class name. class file should created in intended folder.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -