Home
last modified time | relevance | path

Searched refs:ProjectCollection (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Definition/
H A DProjectCollection_Tests.cs120 ProjectCollection collection = new ProjectCollection(); in AddProjectOnSave_SpecifiedProjectCollection()
161 ProjectCollection collection = new ProjectCollection(); in GlobalPropertyInheritLoadFromFile()
189 ProjectCollection collection = new ProjectCollection(); in GlobalPropertyInheritLoadFromFile2()
237 ProjectCollection collection = new ProjectCollection(); in GlobalPropertyInheritLoadFromXml1()
253 ProjectCollection collection = new ProjectCollection(); in GlobalPropertyInheritLoadFromXml2()
267 ProjectCollection collection = new ProjectCollection(); in GlobalPropertyInheritProjectConstructor()
309 ProjectCollection collection = new ProjectCollection(); in GetLoadedProjectWrongCollection()
553 ProjectCollection collection = new ProjectCollection(); in ChangingGlobalPropertiesUpdatesCollection()
572 ProjectCollection collection = new ProjectCollection(); in SettingGlobalPropertiesOnCollectionUpdatesProjects()
601 ProjectCollection collection = new ProjectCollection(); in SettingGlobalPropertiesOnCollectionUpdatesProjects2()
[all …]
H A DProject_Tests.cs140 ProjectCollection collection = new ProjectCollection(); in LogWithLoggersOnProjectCollection()
167 ProjectCollection collection = new ProjectCollection(); in LogWithLoggersOnProjectCollectionCustomOneUsed()
413 ProjectCollection collection = new ProjectCollection(); in ImportSelfIgnored()
443 ProjectCollection collection = new ProjectCollection(); in ImportSelfIndirectIgnored()
479 ProjectCollection collection = new ProjectCollection(); in DoubleImportIgnored()
516 ProjectCollection collection = new ProjectCollection(); in DoubleImportIndirectIgnored()
3918 using (ProjectCollection collection = new ProjectCollection()) in ProjectImportedEventFalseCondition()
3969 using (ProjectCollection collection = new ProjectCollection()) in ProjectImportedEventNoMatchingFiles()
4013 using (ProjectCollection collection = new ProjectCollection()) in ProjectImportedEventEmptyFile()
4060 using (ProjectCollection collection = new ProjectCollection()) in ProjectImportedEventInvalidFile()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Definition/
H A DToolsVersion_Tests.cs32 ProjectCollection e = new ProjectCollection(); in OverrideTasksAreFoundInOverridePath()
76 ProjectCollection e = new ProjectCollection(); in OverrideTaskPathIsRelative()
94 ProjectCollection e = new ProjectCollection(); in OverrideTaskPathHasInvalidChars()
111 ProjectCollection e = new ProjectCollection(); in OverrideTaskPathHasTooLongOfAPath()
129 ProjectCollection e = new ProjectCollection(); in OverrideTaskPathIsNotFound()
178 ProjectCollection p = new ProjectCollection(); in WarningLoggedIfNoDefaultTasksFound()
201 ProjectCollection p = new ProjectCollection(); in InvalidToolPath()
221 ProjectCollection p = new ProjectCollection(); in VerifyTasksFilesAreInSortedOrder()
487 ProjectCollection p = new ProjectCollection(); in ToolsVersionFallbackIfCurrentToolsVersionDoesNotExist()
634 ProjectCollection p = new ProjectCollection(); in ToolsVersionFallbackIfCurrentToolsVersionDoesNotExist_CreateProjectInstance()
[all …]
H A DToolset_Tests.cs57 t = new Toolset("x", "C:", new ProjectCollection(), null); in Regress27993_TrailingSlashTrimmedFromMSBuildToolsPath()
59 t = new Toolset("x", @"C:\", new ProjectCollection(), null); in Regress27993_TrailingSlashTrimmedFromMSBuildToolsPath()
80 t = new Toolset("x", "/", new ProjectCollection(), null); in Regress27993_TrailingSlashTrimmedFromMSBuildToolsPath()
208 ProjectCollection projectCollection = new ProjectCollection(); in TestDefaultWhenNoSubToolset()
242 ProjectCollection projectCollection = new ProjectCollection(); in TestGenerateSubToolsetVersionWhenNoSubToolset()
276 ProjectCollection projectCollection = new ProjectCollection(globalProperties); in TestNoSubToolset_GlobalPropertyOverrides()
298 ProjectCollection projectCollection = new ProjectCollection(); in TestNoSubToolset_EnvironmentOverrides()
320 ProjectCollection projectCollection = new ProjectCollection(); in TestNoSubToolset_ExplicitlyPassedGlobalPropertyOverrides()
348 ProjectCollection projectCollection = new ProjectCollection(globalProperties); in TestNoSubToolset_ExplicitlyPassedGlobalPropertyWins()
464 ProjectCollection projectCollection = new ProjectCollection(globalProperties); in TestGenerateSubToolsetVersion_ExplicitlyPassedGlobalPropertyWins()
[all …]
H A DToolsetReader_Tests.cs674 … new ProjectCollection().EnvironmentProperties,
709 … new ProjectCollection().EnvironmentProperties,
768 … new ProjectCollection().EnvironmentProperties,
797 … new ProjectCollection().EnvironmentProperties,
897 … new ProjectCollection().EnvironmentProperties,
1051 … new ProjectCollection().EnvironmentProperties,
1902 new ProjectCollection().EnvironmentProperties,
1963 new ProjectCollection().EnvironmentProperties,
2132 ProjectCollection projectCollection = new ProjectCollection();
2288 new ProjectCollection().EnvironmentProperties, in GetToolsetData_ReadConfigThrowsException()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/
H A DProject.cs131 this.ProjectCollection = projectCollection; in Project()
149 string toolsVersion, ProjectCollection projectCollection) in Project()
155 string toolsVersion, ProjectCollection projectCollection, in Project()
165 public ProjectCollection ProjectCollection { get; private set; } property in Microsoft.Build.Evaluation.Project
196 …var tools = ProjectCollection.GetToolset (this.ToolsVersion) ?? ProjectCollection.GetToolset (this… in Initialize()
204 ProjectCollection.AddProject (this); in Initialize()
320 if (ProjectCollection.OngoingImports.Contains (path)) { in Import()
327 ProjectCollection.OngoingImports.Push (path); in Import()
335 ProjectCollection.OngoingImports.Pop (); in Import()
688 get { return ProjectCollection.IsBuildEnabled; }
[all …]
H A DProjectCollection.cs50 public class ProjectCollection : IDisposable class
68 static readonly ProjectCollection global_project_collection;
70 static ProjectCollection () in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
72 …global_project_collection = new ProjectCollection (new ReadOnlyDictionary<string, string> (new Dic… in ProjectCollection()
85 public static ProjectCollection GlobalProjectCollection {
91 public ProjectCollection () in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
96 public ProjectCollection (IDictionary<string, string> globalProperties) in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
101 public ProjectCollection (ToolsetDefinitionLocations toolsetLocations) in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
106 …public ProjectCollection (IDictionary<string, string> globalProperties, IEnumerable<ILogger> logge… in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
112 public ProjectCollection (IDictionary<string, string> globalProperties, in ProjectCollection() method in Microsoft.Build.Evaluation.ProjectCollection
[all …]
H A DToolset.cs39 ProjectCollection projectCollection, string msbuildOverrideTasksPath) in Toolset()
45 IDictionary<string, string> buildProperties, ProjectCollection projectCollection, in Toolset()
53 ProjectCollection projectCollection, IDictionary<string, SubToolset> subToolsets, in Toolset()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Test/Microsoft.Build.Evaluation/
H A DProjectCollectionTest.cs45 var g = ProjectCollection.GlobalProjectCollection; in GlobalProperties()
53 var pc = ProjectCollection.GlobalProjectCollection; in DefaultToolsVersion()
60 var pc = ProjectCollection.GlobalProjectCollection; in Toolsets()
63 pc = new ProjectCollection (); in Toolsets()
74 var coll = new ProjectCollection (); in BuildDoesNotIncreaseCollectionContent()
89 var pc = new ProjectCollection (); in GetLoadedProjectsWithoutFullPath()
106 var pc = new ProjectCollection (); in GetLoadedProjectsSuccess()
121 var pc = new ProjectCollection (); in GetLoadedProjectsSuccess2()
142 var pc = new ProjectCollection (); in GetLoadedProjectsForProjectInstance()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DProjectRootElementCache_Tests.cs36 ProjectCollection.GlobalProjectCollection.UnloadAllProjects(); in ProjectRootElementCache_Tests()
46 ProjectCollection.GlobalProjectCollection.UnloadAllProjects(); in Dispose()
58ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get("c:\\foo", (p, c) => null, t… in AddNull()
70ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get("c:\\foo", (p, c) => Project… in AddUnsavedProject()
82 …ProjectRootElement projectRootElement2 = ProjectCollection.GlobalProjectCollection.ProjectRootElem… in AddEntry()
102 …projectRootElement = ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get(project… in AddEntryStrongReference()
106ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.DiscardStrongReferences(); in AddEntryStrongReference()
110 …Assert.Null(ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.TryGet(projectPath)); in AddEntryStrongReference()
H A DEvaluator_Tests.cs433 ProjectCollection pc = new ProjectCollection(); in VerifyUsedUnInitializedPropertyInImports()
476 ProjectCollection pc = new ProjectCollection(); in EmptyPropertyIsThenSet()
518 ProjectCollection pc = new ProjectCollection(); in EmptyPropertyIsThenSetEnvironmentVariableNotSet()
560 ProjectCollection pc = new ProjectCollection(); in SetPropertyToItself()
606 ProjectCollection pc = new ProjectCollection(); in UsePropertyInCondition()
650 ProjectCollection pc = new ProjectCollection(); in UsePropertyBeforeSet()
695 ProjectCollection pc = new ProjectCollection(); in LogPropertyAssignments()
745 ProjectCollection pc = new ProjectCollection(); in UsePropertyBeforeSetDuplicates()
883 ProjectCollection pc = new ProjectCollection(); in MultipleImportsVerifyImportsIncludingDuplicates()
942 ProjectCollection pc = new ProjectCollection(); in RecordDuplicateButNotCircularImportsWithCircularImports()
[all …]
H A DImportFromMSBuildExtensionsPath_Tests.cs31 toolsVersionToUse = new ProjectCollection().DefaultToolsVersion; in ImportFromMSBuildExtensionsPathTests()
55 var projColln = new ProjectCollection(); in ImportFromExtensionsPathNotFound()
300 var projColln = new ProjectCollection(); in ImportFromExtensionsPathInvalidFile()
399 var projColln = new ProjectCollection(); in ImportFromExtensionsPathSearchOrder2()
488 var projColln = new ProjectCollection(); in ImportFromExtensionsPathAnd32And64()
562 …var projectCollection = new ProjectCollection(new Dictionary<string, string> {["FallbackExpandDir1… in ExpandExtensionsPathFallback()
623 …var projectCollection = new ProjectCollection(new Dictionary<string, string> { ["FallbackExpandDir… in ExpandExtensionsPathFallbackInErrorMessage()
693 …var projectCollection = new ProjectCollection(new Dictionary<string, string> { ["FallbackExpandDir… in FallbackImportWithIndirectReference()
758 …var projectCollection = new ProjectCollection(new Dictionary<string, string> { ["FallbackExpandDir… in FallbackImportWithUndefinedProperty()
817 …var projectCollection = new ProjectCollection(new Dictionary<string, string> { ["FallbackExpandDir… in FallbackImportWithFileNotFoundWhenPropertyNotDefined()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectFormatting_Tests.cs31 ProjectCollection.GlobalProjectCollection.UnloadAllProjects(); in Setup()
107 ProjectCollection.GlobalProjectCollection, in ProjectAddItemFormatting_StartOfGroup()
140 ProjectCollection.GlobalProjectCollection, in ProjectAddItemFormatting_MiddleOfGroup()
173 ProjectCollection.GlobalProjectCollection, in ProjectAddItemFormatting_EndOfGroup()
203 ProjectCollection.GlobalProjectCollection, in ProjectAddItemFormatting_EmptyGroup()
230 ProjectCollection.GlobalProjectCollection, in ProjectAddItemFormatting_NoItemGroup()
262 ProjectCollection.GlobalProjectCollection, in ProjectRemoveItemFormatting()
298 ProjectCollection.GlobalProjectCollection, in ProjectAddItemMetadataFormatting()
361 ProjectCollection.GlobalProjectCollection, in VerifyFormattingPreservedFromString()
386 … ProjectRootElement xml = ProjectRootElement.Open(file, ProjectCollection.GlobalProjectCollection, in VerifyFormattingPreservedFromFile()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DLoggingService_Tests.cs382 …on = CreateLoggerDescription(className, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterDistributedLoggerServiceShutdown()
384 …Description description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo… in RegisterDistributedLoggerServiceShutdown()
482 …on = CreateLoggerDescription(className, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterDuplicateCentralLogger()
484 …Description description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo… in RegisterDuplicateCentralLogger()
510 …on = CreateLoggerDescription(className, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterDuplicateForwardingLoggerLogger()
512 …Description description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo… in RegisterDuplicateForwardingLoggerLogger()
577 …on = CreateLoggerDescription(className, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in NullForwardingLoggerSink()
600 …oggerDescription(configurableClassName, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterGoodDiscriptions()
601 …LoggerDescription(distributedClassName, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterGoodDiscriptions()
663 …on = CreateLoggerDescription(className, Assembly.GetAssembly(typeof(ProjectCollection)).FullName, … in RegisterDuplicateDistributedCentralLogger()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DProject.cs69 … private readonly ProjectCollection _projectCollection = ProjectCollection.GlobalProjectCollection;
185 public Project(ProjectCollection projectCollection) in Project()
560 options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, in FromFile()
578 options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, in FromProjectRootElement()
596 options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, in FromXmlReader()
631 public ProjectCollection ProjectCollection property in Microsoft.Build.Evaluation.Project
1141 { return ProjectCollection.LoggingService; }
2381 loggers = ProjectCollection.Loggers; in Build()
2740 ProjectCollection.MaxNodeCount, in Reevaluate()
2741 ProjectCollection.EnvironmentProperties, in Reevaluate()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DBuildParameters.cs44 : this (new ProjectCollection ()) in BuildParameters()
48 public BuildParameters (ProjectCollection projectCollection) in BuildParameters()
68 readonly ProjectCollection projects;
71 internal ProjectCollection ProjectCollection { property in Microsoft.Build.Execution.BuildParameters
H A DProjectItemInstance.cs71 …var wk = ProjectCollection.GetWellKnownMetadata (name, EvaluatedInclude, project.GetFullPath, Recu… in GetMetadataValue()
145 return ProjectCollection.Escape (GetMetadataValue (metadataName)); in ITaskItem2.GetMetadataValueEscaped()
157 dic [p.Key] = ProjectCollection.Escape ((string) p.Value); in ITaskItem2.CloneCustomMetadataEscaped()
162 get { return ProjectCollection.Escape (EvaluatedInclude); }
163 set { EvaluatedInclude = ProjectCollection.Unescape (value); }
198 SetMetadata (metadataName, ProjectCollection.Unescape (metadataValue)); in ITaskItem.SetMetadata()
H A DProjectInstance.cs66 : this (xml, null, null, ProjectCollection.GlobalProjectCollection) in ProjectInstance()
71 : this (projectFile, null, null, ProjectCollection.GlobalProjectCollection) in ProjectInstance()
77 : this (projectFile, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection) in ProjectInstance()
82 string toolsVersion, ProjectCollection projectCollection) in ProjectInstance()
93 string toolsVersion, ProjectCollection projectCollection) in ProjectInstance()
98 ProjectCollection projects;
169 foreach (var p in ProjectCollection.GetWellKnownProperties (this)) in InitializeProperties()
528 return ProjectCollection.Escape (item.EvaluatedInclude); in GetEvaluatedItemIncludeEscaped()
533 return ProjectCollection.Escape (metadatum.EvaluatedValue); in GetMetadataValueEscaped()
539 return md != null ? ProjectCollection.Escape (md.EvaluatedValue) : null; in GetMetadataValueEscaped()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectRootElement.cs186 ProjectRootElement (ProjectCollection projectCollection) in ProjectRootElement()
193 return Create (ProjectCollection.GlobalProjectCollection); in Create()
196 public static ProjectRootElement Create (ProjectCollection projectCollection) in Create()
203 return Create (path, ProjectCollection.GlobalProjectCollection); in Create()
208 return Create (xmlReader, ProjectCollection.GlobalProjectCollection); in Create()
211 … public static ProjectRootElement Create (string path, ProjectCollection projectCollection) in Create()
218 … public static ProjectRootElement Create (XmlReader xmlReader, ProjectCollection projectCollection) in Create()
459 return Open (path, ProjectCollection.GlobalProjectCollection); in Open()
462 … public static ProjectRootElement Open (string path, ProjectCollection projectCollection) in Open()
505 return TryOpen (path, ProjectCollection.GlobalProjectCollection); in TryOpen()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DEngineTestEnvironment.cs89 using (ProjectCollection projectCollection = new ProjectCollection()) in BuildProject()
100 public ProjectCollection Collection { get; }
104 Collection = new ProjectCollection(); in TransientProjectCollection()
/dports/devel/msbuild/msbuild-0.06/src/Utilities.UnitTests/
H A DMuxLogger_Tests.cs61 … BuildParameters parameters = new BuildParameters(ProjectCollection.GlobalProjectCollection); in SimpleBuildWithNoLoggers()
99 ProjectCollection projectCollection = new ProjectCollection(); in BuildWithMuxLoggerEquivalentToNormalLogger()
108 projectCollection = new ProjectCollection(); in BuildWithMuxLoggerEquivalentToNormalLogger()
151 … BuildParameters parameters = new BuildParameters(ProjectCollection.GlobalProjectCollection); in OneSubmissionOneLogger()
203 … BuildParameters parameters = new BuildParameters(ProjectCollection.GlobalProjectCollection); in TwoSubmissionsWithSeparateLoggers()
257 … BuildParameters parameters = new BuildParameters(ProjectCollection.GlobalProjectCollection); in OneSubmissionTwoLoggers()
305 … BuildParameters parameters = new BuildParameters(ProjectCollection.GlobalProjectCollection); in RegisteringLoggerDuringBuildThrowsException()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Instance/
H A DProjectInstance_Internal_Tests.cs291 …XmlReader.Create(new StringReader("<Project></Project>")), ProjectCollection.GlobalProjectCollecti… in UsingExplicitToolsVersionShouldBeFalseWhenNoToolsetIsReferencedInProject()
304 var projectCollection = new ProjectCollection(); in CloneToolsetData()
325 ProjectInstance p = GetSampleProjectInstance(null, null, new ProjectCollection()); in GetSubToolsetVersion()
359 ProjectInstance p = GetSampleProjectInstance(null, null, new ProjectCollection()); in GetSubToolsetVersion_FromEnvironment()
386 … ProjectInstance p = GetSampleProjectInstance(null, globalProperties, new ProjectCollection()); in GetSubToolsetVersion_FromProjectGlobalProperties()
425 …rties, ObjectModelHelpers.MSBuildDefaultToolsVersion, "ABCDEF", new ProjectCollection(projectColle… in GetSubToolsetVersion_FromConstructor()
698 …Instance ProjectInstanceFactory(string file, ProjectRootElement xml, ProjectCollection collection); in ProjectInstanceFactory()
791 …ObjectModelHelpers.MSBuildDefaultToolsVersion, projectCollection ?? ProjectCollection.GlobalProjec… in GetProjectInstance()
817 …ervices hostServices, IDictionary<string, string> globalProperties, ProjectCollection projectColle… in GetSampleProjectInstance()
850 …private static void CreateMockToolsetIfNotExists(string toolsVersion, ProjectCollection projectCol… in CreateMockToolsetIfNotExists()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Test/Microsoft.Build.Execution/
H A DBuildParametersTest.cs44 var bp = new BuildParameters (ProjectCollection.GlobalProjectCollection); in GetToolset()
48 …Assert.AreEqual (ProjectCollection.GlobalProjectCollection.Toolsets.First (t => t.ToolsVersion == … in GetToolset()
54 …Assert.AreNotEqual (ProjectCollection.GlobalProjectCollection.Toolsets.First (t => t.ToolsVersion … in GetToolset()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectRootElement.cs809 …return Create(ProjectCollection.GlobalProjectCollection, Project.DefaultNewProjectTemplateOptions); in Create()
818 return Create(ProjectCollection.GlobalProjectCollection, projectFileOptions); in Create()
825 public static ProjectRootElement Create(ProjectCollection projectCollection) in Create()
856 return Create(path, ProjectCollection.GlobalProjectCollection, newProjectFileOptions); in Create()
863 public static ProjectRootElement Create(string path, ProjectCollection projectCollection) in Create()
890 … return Create(xmlReader, ProjectCollection.GlobalProjectCollection, preserveFormatting: false); in Create()
898 … public static ProjectRootElement Create(XmlReader xmlReader, ProjectCollection projectCollection) in Create()
923 return Open(path, ProjectCollection.GlobalProjectCollection); in Open()
931 public static ProjectRootElement Open(string path, ProjectCollection projectCollection) in Open()
965 return TryOpen(path, ProjectCollection.GlobalProjectCollection); in TryOpen()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Test/
H A DFunctionalTest.cs100 itemGroup.AddItem ("Compile", ProjectCollection.Escape (include), in GenerateCompileIncludes()
104 … itemGroup.AddItem ("EmbeddedResource", ProjectCollection.Escape (resource), in GenerateCompileIncludes()
116 ProjectCollection.Escape (reference)) }); in GenerateReferences()
136 … properties.AddProperty ("OutputPath", ProjectCollection.Escape ("bin\\Debug")); in SetKnownProperties()

12345