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