6 references to s_myComponentsV30Path
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\NonSpecificVersionStrictPrimary.cs (1)
28get { return new string[] { s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
218protected static readonly string s_unifyMeDll_V30Path = Path.Combine(s_myComponentsV30Path, "UnifyMe.dll"); 429Path.Combine(s_myComponentsV30Path, "MyControlWithFutureTargetNDPVersion.dll"), // The future version of a component. 2815return s_myComponentsV30Path;
AssemblyDependency\StronglyNamedDependencyAppConfig.cs (1)
30get { return new string[] { s_myApp_V05Path, s_myApp_V10Path, s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
AssemblyDependency\StronglyNamedDependencyAutoUnify.cs (1)
30get { return new string[] { s_myApp_V05Path, s_myApp_V10Path, s_myApp_V20Path, s_myApp_V30Path, s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }