8 references to programFiles32
Microsoft.Build.Utilities.Core (3)
FrameworkLocationHelper.cs (2)
933
if (string.Equals(programFiles,
programFiles32
))
967
? Path.Combine(
programFiles32
, "Reference Assemblies\\Microsoft\\Framework")
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\");