コード例 #1
0
        protected virtual bool WriteSolutionFile()
        {
            SolutionWriter solutionWriter =
                new SolutionWriter(this.assembly, this.targetDir, this.filePathsService.GetSolutionRelativePath(), this.modulesToProjectsFilePathsMap, this.modulesProjectsGuids, this.visualStudioVersion, this.language);

            solutionWriter.WriteSolutionFile();

            return(true);
        }
コード例 #2
0
		protected virtual bool WriteSolutionFile()
		{
			SolutionWriter solutionWriter =
				new SolutionWriter(this.assembly, this.platform, this.targetDir, this.filePathsService.GetSolutionRelativePath(), this.modulesToProjectsFilePathsMap, this.modulesProjectsGuids, this.visualStudioVersion, this.language);
			solutionWriter.WriteSolutionFile();

			return true;
		}