Example #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;
 }
Example #4
0
 void ICSharpProjectRoot.ConfigureCompiler(ICSCompiler compiler, ICSInputSet inputSet, bool addSources)
 {
     throw new NotImplementedException();
 }