internal MSBuildFileFormat ()
		{
			slnFileFormat = new SlnFileFormat (this);
		}
예제 #2
0
 internal MSBuildFileFormat()
 {
     slnFileFormat = new SlnFileFormat(this);
 }