4 references to s_myComponentsV20Path
Microsoft.Build.Tasks.UnitTests (4)
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.
2823
return
s_myComponentsV20Path
;