package BorlandProjectBase;

# ************************************************************
# Description   : A Borland base module for Borland Project Creators
# Author        : Chad Elliott
# Create Date   : 5/5/2009
# ************************************************************

# ************************************************************
# Pragmas
# ************************************************************

use strict;
use WinProjectBase;
use BorlandPropertyBase;

our @ISA = qw(BorlandPropertyBase WinProjectBase);

# ************************************************************
# Subroutine Section
# ************************************************************

1;
