13 references to programFiles32
Microsoft.Build (4)
ElementLocation\XmlDocumentWithLocation.cs (2)
365
(!String.IsNullOrEmpty(FrameworkLocationHelper.
programFiles32
) && directory.StartsWith(FrameworkLocationHelper.
programFiles32
, StringComparison.OrdinalIgnoreCase)) ||
Evaluation\Evaluator.cs (1)
1148
SetBuiltInProperty(ReservedPropertyNames.programFiles32, FrameworkLocationHelper.
programFiles32
);
Evaluation\IntrinsicFunctions.cs (1)
725
return FrameworkLocationHelper.
programFiles32
;
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
2953
logger.AssertLogContains(String.Format("[{0}]", FrameworkLocationHelper.
programFiles32
));
Microsoft.Build.Framework (2)
Utilities\FrameworkLocationHelper.cs (2)
953
if (string.Equals(programFiles,
programFiles32
))
987
? Path.Combine(
programFiles32
, "Reference Assemblies\\Microsoft\\Framework")
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2911
FrameworkLocationHelper.
programFiles32
,
Microsoft.Build.Utilities.UnitTests (5)
ToolLocationHelper_Tests.cs (5)
913
string pathToSdk35InstallRoot = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v7.0A\");
914
string pathToSdkV4InstallRootOnVS10 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v7.0A\");
915
string pathToSdkV4InstallRootOnVS11 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v8.0A\");
925
string pathToSdkV4InstallRootOnVS12 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v8.1A\");
933
string pathToSdkV4InstallRootOnVS14 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v10.0A\");