Home
last modified time | relevance | path

Searched refs:s_myApp_V10Path (Results 1 – 5 of 5) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/AssemblyDependency/
H A DStronglyNamedDependencyAutoUnify.cs19 …get { return new string[] { s_myApp_V05Path, s_myApp_V10Path, s_myApp_V20Path, s_myApp_V30Path, s_…
83 …eAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(s_myApp_V10Path, "DependsOnUn… in ExistsImpl()
147 …Assert.True(t.ResolvedFiles[0].ItemSpec.Contains(Path.Combine(s_myApp_V10Path, "DependsOnUnified.d… in ExistsWithPrimaryReferenceOnBlackList()
241 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in ExistsPromotedDependencyInTheBlackList()
313 …Assert.False(ContainsItem(t.ResolvedFiles, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll")))… in ExistsWithBothDependentReferenceOnBlackList()
387 …Assert.True(ContainsItem(t.ResolvedFiles, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll")));… in MultipleUnifiedFromNamesMiddlePrimaryOnBlackList()
399 …eAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(s_myApp_V10Path, "DependsOnUn… in MultipleUnifiedFromNamesMiddlePrimaryOnBlackList()
459 …eAssemblyReference.UnificationByAutoUnify"), "1.0.0.0", Path.Combine(s_myApp_V10Path, "DependsOnUn… in MultipleUnifiedFromNames()
H A DStronglyNamedDependency.cs20 … get { return new string[] { s_myApp_V10Path, @"C:\Framework\Whidbey", @"C:\Framework\Everett" }; }
72 …ference.UnificationByFrameworkRetarget"), "1.0.5000.0", Path.Combine(s_myApp_V10Path, "DependsOnEv… in Exists()
113 t.SearchPaths = new string[] { s_myApp_V10Path, @"C:\Framework\Everett" }; ; in HighVersionDoesntExist()
121 …ference.UnificationByFrameworkRetarget"), "1.0.5000.0", Path.Combine(s_myApp_V10Path, "DependsOnEv… in HighVersionDoesntExist()
H A DStronglyNamedDependencyAppConfig.cs19 …get { return new string[] { s_myApp_V05Path, s_myApp_V10Path, s_myComponentsV05Path, s_myComponent…
70 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in Exists()
146 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in ExistsPromotedDependencyInTheBlackList()
260 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in ExistsOldVersionRange()
330 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in HighVersionDoesntExist()
H A DResolveAssemblyReferenceTestFixture.cs245 protected static readonly string s_myApp_V10Path = Path.Combine(s_myAppRootPath, "v1.0"); field in Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests.ResolveAssemblyReferenceTestFixture
506 Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"),
510 Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"),
1292 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"), StringCompar… in GetAssemblyName()
1312 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"), StringComparison.O… in GetAssemblyName()
2220 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnEverettSystem.dll"), StringCompar… in GetDependencies()
2236 …if (String.Compare(path, Path.Combine(s_myApp_V10Path, "DependsOnUnified.dll"), StringComparison.O… in GetDependencies()
H A DFilePrimary.cs247 …nce.UnificationByAppConfig"), "1.0.0.0", appConfigFile, Path.Combine(s_myApp_V10Path, "DependsOnUn… in ExistsPromotedDependencyInTheBlackList()