user2781018
user2781018

Reputation:

Don't See Properties Folder in VS Project

I have two projects. One where I can see the properties folder within the project and the other I can't. I have right-clicked on the solution and selected properties, but I see no way to add the folder.

I have tried (within Windows), going to the folder of my project and adding the folder that way, but I still need a way to associate the project properties with that folder I have added.

I've seen this thread. It says the folder is created by default when you create a project and if I delete them, I'll have to recreate it. I've never seen the folder on any of my projects, except one and I didn't delete it from the others, so not sure.

I attached a picture of what I am referring to in my project that actually has it if that would help. Thanks.

enter image description here

Upvotes: 10

Views: 17483

Answers (1)

Lanorkin
Lanorkin

Reputation: 7544

You need not just add folder in windows explorer, but also include it in Project (with 'Show all files' option, find this folder under project and 'Include in project' from rigth click menu).

OR, just create it from within VS (right click on Project -> Add -> New folder, and name it 'Properties')

Upvotes: 13

Related Questions