Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionPlatform"/> class.
 /// </summary>
 public SolutionPlatform()
 {
     PlatformsPart   = new SolutionPlatformPartCollection();
     DefineConstants = new List <string>();
     Properties      = PackageProfile.SettingsContainer.CreateSettingsProfile(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionPlatform"/> class.
 /// </summary>
 public SolutionPlatform()
 {
     PlatformsPart   = new SolutionPlatformPartCollection();
     DefineConstants = new List <string>();
     Properties      = new PropertyCollection();
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionPlatform"/> class.
 /// </summary>
 public SolutionPlatform()
 {
     PlatformsPart   = new SolutionPlatformPartCollection();
     DefineConstants = new List <string>();
     Properties      = new SettingsCollection(PackageProfile.SettingsGroup);
 }