Example #1
0
        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();
        }
 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();
 }