void ICSharpProjectRoot.ConfigureCompiler( ICSCompiler compiler, ICSInputSet inputSet, bool addSources ) { throw new NotImplementedException(); }
public void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet) { compiler = this; inputSet = this; }
void ICSharpProjectRoot.ConfigureCompiler(ICSCompiler compiler, ICSInputSet inputSet, bool addSources) { throw new NotImplementedException(); }