9 references to s_myComponentsV20Path
Microsoft.Build.Tasks.UnitTests (9)
AssemblyDependency\Miscellaneous.cs (2)
1850
Assert.Equal(Path.Combine(
s_myComponentsV20Path
, "MyControlWithFutureTargetNDPVersion.dll"), t.ResolvedFiles[0].ItemSpec);
1888
Assert.Equal(Path.Combine(
s_myComponentsV20Path
, "MyControlWithPastTargetNDPVersion.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)
217
protected static readonly string s_unifyMeDll_V20Path = Path.Combine(
s_myComponentsV20Path
, "UnifyMe.dll");
430
Path.Combine(
s_myComponentsV20Path
, "MyControlWithFutureTargetNDPVersion.dll"), // The current version of a component.
432
Path.Combine(
s_myComponentsV20Path
, "MyControlWithPastTargetNDPVersion.dll"), // The current version of a component.
2824
return
s_myComponentsV20Path
;
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 }; }