#FOR ALL PATHS USE UNIX STYLE. THE BUILD SYSTEM WILL CORRECT FOR WINDOWS. #Name of the product displayed on installer dialogs product.name=WEPS (Wind Erosion Prediction System) #The release id is used by the interface to divide up the user configuration files release.id=weps_std #The release description is displayed on the user interface's about dialog. Should be a friendly and more descriptive version of the release.id. release.description=Standard Release #Where to install the product under the OS equivilent Program Files. Do not include the trailing slash. #We include the full config name and the version to help keep things organized product.install=USDA/WEPS/${config.name}_${version} #Icon for the product product.icon=${weps.install.dir}/images/weps1.ico #Name to use when preparing the database db.name=db #guid used by the msi to handle upgrades. Should be unique for each configuration. msi.upgrade.guid=bfbfd575-fb26-4567-82f9-00b473b793b7 #properties defined by weps_fo weps.projects.dir=${payload.documents}/WEPS Files weps.project.dir=${weps.projects.dir}/Project.wpj weps.runs.dir=${weps.projects.dir}/Runs install.config=weps_ws.cfg