コード例 #1
0
ファイル: SolutionPlatform.cs プロジェクト: rohitshe/Code
 /// <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);
 }