Searched refs:s_myProjectPath (Results 1 – 2 of 2) sorted by relevance
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/AssemblyDependency/ |
H A D | ResolveAssemblyReferenceTestFixture.cs | 178 … protected static readonly string s_myProjectPath = Path.Combine(s_rootPathPrefix, "MyProject"); field in Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests.ResolveAssemblyReferenceTestFixture 272 s_myProjectPath, 386 Path.Combine(s_myProjectPath, "MyCopyLocalAssembly.dll"), 387 Path.Combine(s_myProjectPath, "MyDontCopyLocalAssembly.dll"), 399 …Path.Combine(s_myProjectPath, "mscorlib.dll"), // This is an mscorlib.dl… 400 …Path.Combine(s_myProjectPath, "System.Data.dll"), // This is a System.Data.… 1068 …String.Compare(path, Path.Combine(s_myProjectPath, "mscorlib.dll"), StringComparison.OrdinalIgnore… in GetAssemblyName() 1207 …if (String.Compare(path, Path.Combine(s_myProjectPath, "System.Xml.dll"), StringComparison.Ordinal… in GetAssemblyName() 1214 …if (String.Compare(path, Path.Combine(s_myProjectPath, "System.Data.dll"), StringComparison.Ordina… in GetAssemblyName()
|
H A D | Miscellaneous.cs | 533 …else if (String.Compare(item.ItemSpec, Path.Combine(s_myProjectPath, "System.Xml.dll"), StringComp… in Basic() 539 …else if (String.Compare(item.ItemSpec, Path.Combine(s_myProjectPath, "System.Data.dll"), StringCom… in Basic() 1961 s_myProjectPath, in AssemblyFoldersExConditionFilterMaxOS() 2000 s_myProjectPath, in AssemblyFoldersExConditionFilterMinOS() 2315 s_myProjectPath, in AssemblyFoldersExConditionFilterPlatform() 2500 s_myProjectPath, in RawFileName() 3445 s_myProjectPath, in ResolveReferenceThatHasWrongPKTInEarlierAssembly() 5250 s_myProjectPath, in Regress284081_UnescapedCharactersInFusionNameWithHintPath() 5388 s_myProjectPath, in Regress354669_HintPathWithTrailingSlash()
|