4 references to s_myApp_V30Path
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
518
Path.Combine(
s_myApp_V30Path
, "DependsOnUnified.dll"),
1330
if (String.Equals(path, Path.Combine(
s_myApp_V30Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
2252
if (String.Equals(path, Path.Combine(
s_myApp_V30Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\StronglyNamedDependencyAutoUnify.cs (1)
30
get { return new string[] { s_myApp_V05Path, s_myApp_V10Path, s_myApp_V20Path,
s_myApp_V30Path
, s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }