1 package WinPropertyBase
;
3 # ************************************************************
4 # Description : A Windows base module for properties
5 # Author : Chad Elliott
6 # Create Date : 3/9/2010
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 # ************************************************************
17 # ************************************************************
22 ## Get the base class properties and add the properties that we
24 my $props = $self->Creator::get_properties
();
26 ## All projects that use this base class are for Windows.
27 $$props{'windows'} = 1;