Пример #1
0
 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;
 }
 public void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet)
 {
     compiler = this;
     inputSet = this;
 }
 public void RemoveInputSet(ICSInputSet inputSet)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 void ICSharpProjectRoot.ConfigureCompiler(ICSCompiler compiler, ICSInputSet inputSet, bool addSources)
 {
     throw new NotImplementedException();
 }
 public void RemoveInputSet(ICSInputSet inputSet)
 {
     throw new NotImplementedException();
 }