4 references to s_myComponentsV20Path
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (4)
218
protected static readonly string s_unifyMeDll_V20Path = Path.Combine(
s_myComponentsV20Path
, "UnifyMe.dll");
431
Path.Combine(
s_myComponentsV20Path
, "MyControlWithFutureTargetNDPVersion.dll"), // The current version of a component.
433
Path.Combine(
s_myComponentsV20Path
, "MyControlWithPastTargetNDPVersion.dll"), // The current version of a component.
2824
return
s_myComponentsV20Path
;