1 package VS2022WorkspaceCreator
;
3 # ************************************************************
4 # Description : vs2022 (Visual Studio 2022) Workspace Creator
5 # ************************************************************
7 # ************************************************************
9 # ************************************************************
13 use VS2022ProjectCreator
;
14 use VC12WorkspaceCreator
;
17 @ISA = qw(VC12WorkspaceCreator);
19 # ************************************************************
21 # ************************************************************
25 my $crlf = $self->crlf();
28 'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
29 $self->print_workspace_comment($fh,
30 '# Visual Studio Version 17', $crlf,
32 '# This file was generated by MPC. Any changes made directly to', $crlf,
33 '# this file will be lost the next time it is generated.', $crlf,
35 '# MPC Command:', $crlf,
36 '# ', $self->create_command_line_string($0, @ARGV), $crlf);