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