示例#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);
 }
示例#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();
 }
示例#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);
 }