4 references to s_myComponents40ComponentPath
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\Miscellaneous.cs (1)
8345
t.SearchPaths = new string[] {
s_myComponents40ComponentPath
, "{GAC}" };
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
221
protected static readonly string s_40ComponentDependsOnOnlyv4AssembliesDllPath = Path.Combine(
s_myComponents40ComponentPath
, "DependsOnOnlyv4Assemblies.dll");
AssemblyDependency\VerifyTargetFrameworkHigherThanRedist.cs (2)
468
additionalPaths.Add(
s_myComponents40ComponentPath
);
509
additionalPaths.Add(
s_myComponents40ComponentPath
);