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