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); }
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; }