summaryrefslogtreecommitdiff
path: root/modules/VC12WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
commit32f3e9c352ec4fc3eb50399deade300676f7f9d3 (patch)
tree1d6864eac3b9e52f0b64b7a880bce52f898b8a3f /modules/VC12WorkspaceCreator.pm
parente1620470978e0a0a948daf1dee23c6c468cc1582 (diff)
downloadMPC-32f3e9c352ec4fc3eb50399deade300676f7f9d3.tar.gz
ChangeLogTag: Thu Jun 26 18:10:32 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC12WorkspaceCreator.pm')
-rw-r--r--modules/VC12WorkspaceCreator.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/VC12WorkspaceCreator.pm b/modules/VC12WorkspaceCreator.pm
index f7e4240f..301b304a 100644
--- a/modules/VC12WorkspaceCreator.pm
+++ b/modules/VC12WorkspaceCreator.pm
@@ -14,10 +14,10 @@ package VC12WorkspaceCreator;
use strict;
use VC12ProjectCreator;
-use VC10WorkspaceCreator;
+use VC11WorkspaceCreator;
use vars qw(@ISA);
-@ISA = qw(VC10WorkspaceCreator);
+@ISA = qw(VC11WorkspaceCreator);
# ************************************************************
# Subroutine Section
@@ -30,7 +30,7 @@ sub pre_workspace {
print $fh '', $crlf,
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
$self->print_workspace_comment($fh,
- '# Visual Studio 2011', $crlf,
+ '# Visual Studio 2012', $crlf,
'# $Id$', $crlf,
'#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,