internal MSBuildFileFormat ()
		{
			slnFileFormat = new SlnFileFormat (this);
		}
Esempio n. 2
0
 internal MSBuildFileFormat()
 {
     slnFileFormat = new SlnFileFormat(this);
 }