Lines Matching refs:att
997 my $att = shift;
1000 if ($special_file && defined $att & $att ne "Name")
1002 print "$special_file - $att - $val\n";
1003 my @param = ($att,$val);
1009 if ( $ConfigSection && $att eq "Name" && $val eq "Release|Win32" ) {
1013 if ( $ConfigSection && $att eq "Name" && $val eq "Debug|Win32" ) {
1017 if ( $att eq "Name" && $val eq "VCCLCompilerTool" ) {
1020 if ( $att eq "Name" && $val eq "VCLinkerTool" ) {
1023 if ( $att eq "Name" && $val eq "VCCustomBuildTool" ) {
1028 if ( $att eq "PreprocessorDefinitions" && $CompilerSection ) {
1029 $configelements{$config}{$att} = $val;
1031 if ( $att eq "AdditionalIncludeDirectories" && $CompilerSection ) {
1041 $configelements{$config}{$att} = $val;
1044 if ( ($att eq "DisableLanguageExtensions") && $CompilerSection ) {
1054 if ( $att eq "OutputDirectory" ) {
1055 $configelements{$config}{$att} = $val;
1057 if ( $att eq "OutputFile" && $LinkerSection ) {
1058 $configelements{$config}{$att} = $val;
1060 if ( $att eq "ProgramDatabaseFile" ) {
1061 $configelements{$config}{$att} = $val;
1063 if ( $att eq "ImportLibrary" && $LinkerSection ) {
1064 $configelements{$config}{$att} = $val;
1066 if ($att eq "CommandLine") {
1067 $configelements{$config}{$att} = $val;
1069 if (($att eq "PreprocessorDefinitions") && $ConfigSection) {
1070 $configelements{$config}{$att} = $val;
1079 if ( ($att eq "CommandLine") && ($el eq "Tool") )
1089 if ( $att eq "RelativePath" ) {