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