9 references to s_myApp_V20Path
Microsoft.Build.Tasks.UnitTests (9)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
517
Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll"),
1325
if (String.Equals(path, Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
2244
if (String.Equals(path, Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\StronglyNamedDependencyAutoUnify.cs (6)
30
get { return new string[] { s_myApp_V05Path, s_myApp_V10Path,
s_myApp_V20Path
, s_myApp_V30Path, s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
163
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll")));
313
Assert.False(ContainsItem(t.ResolvedFiles, Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll"))); // "Expected the ItemSpec of the resolved file to not be the item spec of the 2.0.0.0 assembly"
387
Assert.True(ContainsItem(t.ResolvedFiles, Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll"))); // "Expected the ItemSpec of the resolved file to be the item spec of the 2.0.0.0 assembly");
398
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "2.0.0.0", Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll")));
452
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "2.0.0.0", Path.Combine(
s_myApp_V20Path
, "DependsOnUnified.dll")));