Exemple #1
0
 internal Solution(bool loading)
 {
     loadingFromConstructor = loading;
     Counters.SolutionsLoaded++;
     configurations = new SolutionConfigurationCollection(this);
     format         = MSBuildFileFormat.DefaultFormat;
     Initialize(this);
 }
Exemple #2
0
 public Solution()
 {
     Counters.SolutionsLoaded++;
     configurations = new SolutionConfigurationCollection(this);
 }