Subversion Repositories gelsvn

Rev

Rev 107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 198
Line 26... Line 26...
26
sub pre_workspace {
26
sub pre_workspace {
27
  my($self) = shift;
27
  my($self) = shift;
28
  my($fh)   = shift;
28
  my($fh)   = shift;
29
  my($crlf) = $self->crlf();
29
  my($crlf) = $self->crlf();
30
 
30
 
31
  print $fh $crlf,
31
  print $fh '', $crlf,
32
            'Microsoft Visual Studio Solution File, Format Version 9.00', $crlf,
32
            'Microsoft Visual Studio Solution File, Format Version 9.00', $crlf,
33
            '# Visual Studio 2005', $crlf,
33
            '# Visual Studio 2005', $crlf,
34
            '# $Id: VC8WorkspaceCreator.pm 107 2005-09-02 16:42:23Z bj $', $crlf,
34
            '# $Id: VC8WorkspaceCreator.pm 198 2005-12-15 11:30:53Z bj $', $crlf,
35
            '#', $crlf,
35
            '#', $crlf,
36
            '# This file was generated by MPC.  Any changes made directly to', $crlf,
36
            '# This file was generated by MPC.  Any changes made directly to', $crlf,
37
            '# this file will be lost the next time it is generated.', $crlf,
37
            '# this file will be lost the next time it is generated.', $crlf,
38
            '#', $crlf,
38
            '#', $crlf,
39
            '# MPC Command:', $crlf,
39
            '# MPC Command:', $crlf,