24 references to s_myApp_V10Path
Microsoft.Build.Tasks.UnitTests (24)
AssemblyDependency\FilePrimary.cs (1)
249
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (6)
516
Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"),
520
Path.Combine(
s_myApp_V10Path
, "DependsOnEverettSystem.dll"),
1300
if (String.Equals(path, Path.Combine(
s_myApp_V10Path
, "DependsOnEverettSystem.dll"), StringComparison.OrdinalIgnoreCase))
1320
if (String.Equals(path, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
2220
if (String.Equals(path, Path.Combine(
s_myApp_V10Path
, "DependsOnEverettSystem.dll"), StringComparison.OrdinalIgnoreCase))
2236
if (String.Equals(path, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"), StringComparison.OrdinalIgnoreCase))
AssemblyDependency\StronglyNamedDependency.cs (4)
31
get { return new string[] {
s_myApp_V10Path
, @"C:\Framework\Whidbey", @"C:\Framework\Everett" }; }
79
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByFrameworkRetarget"), "1.0.5000.0", Path.Combine(
s_myApp_V10Path
, "DependsOnEverettSystem.dll")));
117
t.SearchPaths = new string[] {
s_myApp_V10Path
, @"C:\Framework\Everett" };
124
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByFrameworkRetarget"), "1.0.5000.0", Path.Combine(
s_myApp_V10Path
, "DependsOnEverettSystem.dll")));
AssemblyDependency\StronglyNamedDependencyAppConfig.cs (5)
30
get { return new string[] { s_myApp_V05Path,
s_myApp_V10Path
, s_myComponentsV05Path, s_myComponentsV10Path, s_myComponentsV20Path, s_myComponentsV30Path }; }
82
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
154
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
262
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
324
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
AssemblyDependency\StronglyNamedDependencyAutoUnify.cs (8)
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 }; }
91
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
154
Assert.Contains(Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"), t.ResolvedFiles[0].ItemSpec); // "Expected the ItemSpec of the resolved file to be the item spec of the 1.0.0.0 assembly");
241
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
312
Assert.False(ContainsItem(t.ResolvedFiles, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"))); // "Expected the ItemSpec of the resolved file to not be the item spec of the 1.0.0.0 assembly");
386
Assert.True(ContainsItem(t.ResolvedFiles, Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll"))); // "Expected the ItemSpec of the resolved file to be the item spec of the 1.0.0.0 assembly");
395
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));
449
String.Format(AssemblyResources.GetString("ResolveAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(
s_myApp_V10Path
, "DependsOnUnified.dll")));