4 references to s_myComponentsV10Path
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (4)
217
protected static readonly string s_unifyMeDll_V10Path = Path.Combine(
s_myComponentsV10Path
, "UnifyMe.dll");
432
Path.Combine(
s_myComponentsV10Path
, "MyNDP1Control.dll"), // A control that only has an NDP 1.0 version
434
Path.Combine(
s_myComponentsV10Path
, "MyControlWithPastTargetNDPVersion.dll"), // The past version of a component.
2853
return
s_myComponentsV10Path
;