Example #1
0
        /// <summary>
        /// Creates the solution.
        /// </summary>
        /// <param name="solutionName">ProjectName of the solution.</param>
        public void CreateSolution(string solutionName)
        {
            DTE dte = this.dte2 as DTE;

            dte.CreateSolution(solutionName);
        }