ArcWizard.Core.Configuration.GetSolutionRootPath C# (CSharp) Method

GetSolutionRootPath() private method

private GetSolutionRootPath ( ) : string
return string
        private string GetSolutionRootPath()
        {
            return GetSolutionFileFullName().Replace(GetSolutionFileName(), "");
        }