protected override void WriteSolutionFile() { WinRTSolutionWriter solutionWriter = new WinRTSolutionWriter(this.assembly, this.platform, this.targetDir, this.filePathsService.GetSolutionRelativePath(), this.modulesToProjectsFilePathsMap, this.modulesProjectsGuids, this.visualStudioVersion, this.language, this.platforms); solutionWriter.WriteSolutionFile(); }