9 references to s_myAppRootPath
Microsoft.Build.Tasks.UnitTests (9)
AssemblyDependency\Miscellaneous.cs (2)
1202
t.SearchPaths = new string[] {
s_myAppRootPath
, @"c:\MyStronglyNamed", @"c:\MyWeaklyNamed" };
1228
t.SearchPaths = new string[] {
s_myAppRootPath
, @"c:\MyStronglyNamed", @"c:\MyWeaklyNamed" };
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (7)
256
protected static readonly string s_myApp_V05Path = Path.Combine(
s_myAppRootPath
, "v0.5");
257
protected static readonly string s_myApp_V10Path = Path.Combine(
s_myAppRootPath
, "v1.0");
258
protected static readonly string s_myApp_V20Path = Path.Combine(
s_myAppRootPath
, "v2.0");
259
protected static readonly string s_myApp_V30Path = Path.Combine(
s_myAppRootPath
, "v3.0");
454
Path.Combine(
s_myAppRootPath
, "DependsOnSimpleA.dll"),
519
Path.Combine(
s_myAppRootPath
, "DependsOnWeaklyNamedUnified.dll"),
2103
if (String.Equals(path, Path.Combine(
s_myAppRootPath
, "DependsOnSimpleA.dll"), StringComparison.OrdinalIgnoreCase))