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