<?xml version="1.0"?> <VisualStudioPropertySheet ProjectType="Visual C++" Version="8.00" Name="Max_Version_2009" InheritedPropertySheets="..\..\User_Settings.vsprops" > <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="USE_BIPED" /> <Tool Name="VCPreBuildEventTool" Description="Checking Environment Variables ..." CommandLine="IF NOT EXIST "$(MaxInstallDir)" (
 echo :
 echo : The variable MAXINSTALLPATH2009 is not defined.
 echo : Set environment variable or edit User_Settings.vsprops to correct. 
 echo :
 EXIT 2
) else (
 echo : Using MAXINSTALLPATH2009=%MAXINSTALLPATH2009%
)
" /> <UserMacro Name="MaxInstallDir" Value="$(MAXINSTALLPATH2009)\" PerformEnvironmentSet="true"/> </VisualStudioPropertySheet>