Hi,
 
I think we should add multiple framework support for the vbc task too, similar to the support in the csc task.
 
That will allow nant to build vb applications targeting multiple .NET frameworks and MonoBasic.
 
Shall I add support for this and supply you with a patch ?
 
We would need an additional setting in the nant framework configuration sections for the name of the vb compiler (BasicCompilerName or VbCompilerName).
 
We also need to add support for the following commandline options to the vbc task to allow targeting of the .NET Compact Framework :
 
    - /netcf                    Target the .NET Compact Framework
    - /sdkpath:<path>    Location of the .NET Framework SDK directory (mscorlib.dll)  
 
However, these options are not supported by MonoBasic.  How do we deal with that ?
 
Gert

Reply via email to