Skip to content

Commit de932c6

Browse files
committed
fix sln icon for vs vs 2019 and vs 2022
1 parent 5cdd84e commit de932c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/VS2019WorkspaceCreator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sub pre_workspace {
2929
print $fh '', $crlf,
3030
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
3131
$self->print_workspace_comment($fh,
32-
'# Visual Studio 16', $crlf,
32+
'# Visual Studio Version 16', $crlf,
3333
'#', $crlf,
3434
'# This file was generated by MPC. Any changes made directly to', $crlf,
3535
'# this file will be lost the next time it is generated.', $crlf,

modules/VS2022WorkspaceCreator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sub pre_workspace {
2727
print $fh '', $crlf,
2828
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
2929
$self->print_workspace_comment($fh,
30-
'# Visual Studio 17', $crlf,
30+
'# Visual Studio Version 17', $crlf,
3131
'#', $crlf,
3232
'# This file was generated by MPC. Any changes made directly to', $crlf,
3333
'# this file will be lost the next time it is generated.', $crlf,

0 commit comments

Comments
 (0)