Hi,
I have a visual studio extension which has custom file types. I am working on creating a property page for the file, I am able to create a normal property page by using the NodeProperties class. This only gives me basic properties inside visual studio.
I would like to see file properties as it appears for a VC++ project.
Can Someone help me with this?