4 references to s_myComponentsV05Path
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\NonSpecificVersionStrictPrimary.cs (1)
28
get { return new string[] {
s_myComponentsV05Path
, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
215
protected static readonly string s_unifyMeDll_V05Path = Path.Combine(
s_myComponentsV05Path
, "UnifyMe.dll");
AssemblyDependency\StronglyNamedDependencyAppConfig.cs (1)
30
get { return new string[] { s_myApp_V05Path, s_myApp_V10Path,
s_myComponentsV05Path
, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
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 }; }