public SolutionConfigurationOrPlatformNameCollection(ISolution solution, bool isPlatform)
		{
			this.solution = solution;
			this.isPlatform = isPlatform;
			collectionChangedEvent = new ModelCollectionChangedEvent<string>();
		}
 public MSBuildConfigurationOrPlatformNameCollection(MSBuildBasedProject project, bool isPlatform)
 {
     this.project           = project;
     this.isPlatform        = isPlatform;
     collectionChangedEvent = new ModelCollectionChangedEvent <string>();
 }
		public MSBuildConfigurationOrPlatformNameCollection(MSBuildBasedProject project, bool isPlatform)
		{
			this.project = project;
			this.isPlatform = isPlatform;
			collectionChangedEvent = new ModelCollectionChangedEvent<string>();
		}
 public SolutionConfigurationOrPlatformNameCollection(ISolution solution, bool isPlatform)
 {
     this.solution          = solution;
     this.isPlatform        = isPlatform;
     collectionChangedEvent = new ModelCollectionChangedEvent <string>();
 }