1 package VCPropertyBase
;
3 # ************************************************************
4 # Description : A VC property base module
5 # Author : Chad Elliott
6 # Create Date : 3/9/2010
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
18 @ISA = qw(WinPropertyBase);
20 # ************************************************************
22 # ************************************************************
27 ## Get the base class properties and add the properties that we
29 my $props = $self->WinPropertyBase::get_properties
();
31 ## All projects that use this base class are for Microsoft compilers.
32 $$props{'microsoft'} = 1;