Folder nodes do not have "Full Path" property in the Properties window
Comments: VS standard is to not show the Full Path for folder nodes. I don't see a reason to make our project system different. If we should decide to do this in the future we simply need to modify the FolderNodeProperties class. ''' //[Browsable(false)] [SRCategoryAttribute(SR.Misc)] [LocDisplayName(SR.FullPath)] [SRDescriptionAttribute(SR.FullPathDescription)] public string FullPath { '''
Comments: VS standard is to not show the Full Path for folder nodes. I don't see a reason to make our project system different. If we should decide to do this in the future we simply need to modify the FolderNodeProperties class. ''' //[Browsable(false)] [SRCategoryAttribute(SR.Misc)] [LocDisplayName(SR.FullPath)] [SRDescriptionAttribute(SR.FullPathDescription)] public string FullPath { '''