views:

249

answers:

2

This is a silly question but How do I add an App_Data folder to a project? i have an xsd file that i want to include into the project.

+1  A: 

Right click on the project, add new folder and title it "AppData"

Corey Sunwold
I followed your instructions but the new folder doesn't have that special folder icon that App_Data's usually have.
burnt1ce
Maybe title it App_Data then?
Corey Sunwold
Not all folders in visual studio gets special icons fyi.
Corey Sunwold
I know App_Data and App_Code should have that special icon.
burnt1ce
Ive seen a similar thing happen before where a project folder like App_Data didn't give the icon you normally see. However, it doesn't effect anything besides the way it looks.
Corey Sunwold
+3  A: 
marc_s
+1 for actual screenshot :)
Stephan