| Input MS VB 6.0 files: | *.frm,   *.frx,   *.cls,   *.bas   | project.vbp |  
|
| Output MS VB.NET files: | *.vb,   *.resx | project.vbproj,   AssemblyInfo.vb | VS 2002, 2003, 2005
|
| Output MS C# .NET files: | *.cs,   *.resx | project.csproj,   AssemblyInfo.cs | VS 2002, 2003, 2005
|
| Output MS J# .NET files: | *.jsl,   *.resx | project.vjsproj,   AssemblyInfo.jsl | VS 2005
|
| Output MS VC .NET files: | *.h,   *.resx,   *.cpp | project.vcproj,   AssemblyInfo.cpp | VS 2005
|
| Output MS VC++ MFC files: | *.cpp,   *.h | project.dsp/.vcproj,   project.rc,   resource.h | VS 6.0, 2002, 2003, 2005
|
| Output Borland C++ Builder files:  | *.cpp,   *.h,   *.dfm | project.bpr,   project.cpp,   project.res | C++ Builder 6.0
|
| Output Borland Delphi files: | *.pas,   *.dfm | project.dpr,   project.cfg,   project.res | Borland Delphi 6.0
|