Skip to content
Snippets Groups Projects
Max_Version_2009.vsprops 886 B
Newer Older
<?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 &quot;$(MaxInstallDir)&quot; (&#x0D;&#x0A;  echo :&#x0D;&#x0A;  echo : The variable MAXINSTALLPATH2009 is not defined.&#x0D;&#x0A;  echo : Set environment variable or edit User_Settings.vsprops to correct. &#x0D;&#x0A;  echo :&#x0D;&#x0A;  EXIT 2&#x0D;&#x0A;) else (&#x0D;&#x0A;  echo : Using MAXINSTALLPATH2009=%MAXINSTALLPATH2009%&#x0D;&#x0A;)&#x0D;&#x0A;"
  /> 
  <UserMacro Name="MaxInstallDir" Value="$(MAXINSTALLPATH2009)\" PerformEnvironmentSet="true"/>
 
</VisualStudioPropertySheet>