1 package VC11WorkspaceCreator
;
3 # ************************************************************
4 # Description : A VC11 Workspace Creator
5 # Author : Johnny Willemsen
6 # Create Date : 12/12/2011
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 use VC11ProjectCreator
;
16 use VC10WorkspaceCreator
;
19 @ISA = qw(VC10WorkspaceCreator);
21 # ************************************************************
23 # ************************************************************
27 my $crlf = $self->crlf();
30 'Microsoft Visual Studio Solution File, Format Version 11.00', $crlf;
31 $self->print_workspace_comment($fh,
32 '# Visual Studio 2012', $crlf,
34 '# This file was generated by MPC. Any changes made directly to', $crlf,
35 '# this file will be lost the next time it is generated.', $crlf,
37 '# MPC Command:', $crlf,
38 '# ', $self->create_command_line_string($0, @ARGV), $crlf);