Lines Matching refs:att

1018         my $att = shift;
1021 if ($special_file && defined $att & $att ne "Name")
1023 print "$special_file - $att - $val\n";
1024 my @param = ($att,$val);
1030 if ( $ConfigSection && $att eq "Name" && $val eq "Release|Win32" ) {
1040 if ( $ConfigSection && $att eq "Name" && $val eq "Debug|Win32" ) {
1050 if ( $ConfigSection && $att eq "Name" && $val eq "Release|x64" ) {
1060 if ( $ConfigSection && $att eq "Name" && $val eq "Debug|x64" ) {
1070 if ( $att eq "Name" && $val eq "VCCLCompilerTool" ) {
1073 if ( $att eq "Name" && $val eq "VCLinkerTool" ) {
1076 if ( $att eq "Name" && $val eq "VCCustomBuildTool" ) {
1081 if ( $att eq "PreprocessorDefinitions" && $CompilerSection ) {
1082 $configelements{$config}{$att} = $val;
1084 if ( $att eq "AdditionalIncludeDirectories" && $CompilerSection ) {
1094 $configelements{$config}{$att} = $val;
1097 if ( ($att eq "DisableLanguageExtensions") && $CompilerSection ) {
1107 if ( $att eq "OutputDirectory" ) {
1108 $configelements{$config}{$att} = $val;
1110 if ( $att eq "OutputFile" && $LinkerSection ) {
1115 $configelements{$config}{$att} = $val;
1117 if ( $att eq "ProgramDatabaseFile" ) {
1118 $configelements{$config}{$att} = $val;
1120 if ( $att eq "ImportLibrary" && $LinkerSection ) {
1121 $configelements{$config}{$att} = $val;
1123 if ($att eq "CommandLine") {
1124 $configelements{$config}{$att} = $val;
1126 if (($att eq "PreprocessorDefinitions") && $ConfigSection) {
1127 $configelements{$config}{$att} = $val;
1136 if ( ($att eq "CommandLine") && ($el eq "Tool") )
1146 if ( $att eq "RelativePath" ) {