8 references to programFiles32
Microsoft.Build.Utilities.Core (3)
FrameworkLocationHelper.cs (2)
895
if (string.Equals(programFiles,
programFiles32
))
929
? Path.Combine(
programFiles32
, "Reference Assemblies\\Microsoft\\Framework")
ToolLocationHelper.cs (1)
2905
FrameworkLocationHelper.
programFiles32
,
Microsoft.Build.Utilities.UnitTests (5)
ToolLocationHelper_Tests.cs (5)
916
string pathToSdk35InstallRoot = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v7.0A\");
917
string pathToSdkV4InstallRootOnVS10 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v7.0A\");
918
string pathToSdkV4InstallRootOnVS11 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v8.0A\");
928
string pathToSdkV4InstallRootOnVS12 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v8.1A\");
936
string pathToSdkV4InstallRootOnVS14 = Path.Combine(FrameworkLocationHelper.
programFiles32
, @"Microsoft SDKs\Windows\v10.0A\");