8 references to s_myComponentsV10Path
Microsoft.Build.Tasks.UnitTests (8)
AssemblyDependency\Miscellaneous.cs (1)
1869Assert.Equal(Path.Combine(s_myComponentsV10Path, "MyNDP1Control.dll"), t.ResolvedFiles[0].ItemSpec);
AssemblyDependency\NonSpecificVersionStrictPrimary.cs (1)
28get { return new string[] { s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (4)
216protected static readonly string s_unifyMeDll_V10Path = Path.Combine(s_myComponentsV10Path, "UnifyMe.dll"); 431Path.Combine(s_myComponentsV10Path, "MyNDP1Control.dll"), // A control that only has an NDP 1.0 version 433Path.Combine(s_myComponentsV10Path, "MyControlWithPastTargetNDPVersion.dll"), // The past version of a component. 2853return s_myComponentsV10Path;
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 }; }