Ejemplo n.º 1
0
        public static ProjectXElement GetProjectXElement(this VisualStudioProjectFileXDocument visualStudioProjectFileXDocument)
        {
            var xProjectXElement = visualStudioProjectFileXDocument.GetXProjectXElement();

            var projectXElement = xProjectXElement.AsProject();

            return(projectXElement);
        }