Search code examples
c#vb.netsharpdevelop

SharpDevelop - mixing C# and VB.NET in one project possible?


Is is possible to mix C# and VB.NET files in one project when using SharpDevelop?


Solution

  • Probably not, at least not directly... you would have to use two compilers to produce one assembly, which is not supported AFAIK. However, if your final goal is to produce a single assembly, you could probably compile two separate assemblies and merge them using ILMerge