3 references to s_myComponentsV30Path
Microsoft.Build.Tasks.UnitTests (3)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
219
protected static readonly string s_unifyMeDll_V30Path = Path.Combine(
s_myComponentsV30Path
, "UnifyMe.dll");
430
Path.Combine(
s_myComponentsV30Path
, "MyControlWithFutureTargetNDPVersion.dll"), // The future version of a component.
2815
return
s_myComponentsV30Path
;