The X# Visual Studio integration comes with the following project templates:
Template |
Description |
Required Framework |
Default Dialect |
References |
|
ClassLibrary |
A project for creating a X# class library (.dll) for the Core dialect with no dependencies on the runtime |
2.0 |
Core |
System, and some extensions for frameworks > 3.5 |
|
Core ClassLibrary |
A project for creating a X# class library (.dll) for the Core dialect with a dependency on XSharp.Core |
2.0 |
Core |
System, X# Core and some extensions for frameworks > 3.5 |
|
FoxPro ClassLibrary |
A project for creating a X# class library (.dll) for the FoxPro Dialect |
2.0 |
FoxPro |
System, X# Core, VFP and some extensions for frameworks > 3.5 |
|
VO ClassLibrary |
A project for creating a X# class library (.dll) for the VO Dialect |
2.0 |
Visual Objects |
System, X# Core, VO and some extensions for frameworks > 3.5 |
|
Vulcan ClassLibrary |
A project for creating a X# class library (.dll) for the Vulcan Dialect |
2.0 |
Vulcan |
System, X# Core, Vulcan and some extensions for frameworks > 3.5 |
|
XPP ClassLibrary |
A project for creating a X# class library (.dll) for the Xbase++ Dialect |
2.0 |
Xbase++ |
System, X# Core, XPP and some extensions for frameworks > 3.5 |
|
Console Application |
A project for creating a X# command-line application in the core dialect. |
2.0 |
Core |
System, and some extensions for frameworks > 3.5 |
|
FoxPro Console Application |
A project for creating a X# command-line application in the FoxPro Dialect. |
2.0 |
FoxPro |
System, VFP, and some extensions for frameworks > 3.5 |
|
VO Console Application |
A project for creating a X# command-line application in the VO Dialect. |
2.0 |
Visual Objects |
System, VO, and some extensions for frameworks > 3.5 |
|
Vulcan Console Application |
A project for creating a X# command-line application in the Vulcan dialect with Vulcan Runtime Assemblies (BYOR = Bring Your Own Runtime). |
2.0 |
Vulcan |
System, Vulcan, and some extensions for frameworks > 3.5 |
|
XPP Console Application |
A project for creating a X# class library (.dll) for the Xbase++ Dialect |
2.0 |
Xbase++ |
System, XPP, and some extensions for frameworks > 3.5 |
|
Windows Forms Application |
A project for creating an application with a Windows Forms user interface. |
2.0 |
Core |
System, and some extensions for frameworks > 3.5 |
|
WPF Application |
Windows Presentation Foundation client application. |
3.0 |
Core |
System, and some extensions for frameworks > 3.5 |
|
VO MDI Application |
A project for creating a VO MDI application in the VO Dialect. |
4.6 |
Visual Objects |
System and some extensions for frameworks > 3.5
|
|
VO SDI Application |
A project for creating a VO SDI application in the VO Dialect. |
4.6 |
Visual Objects |
System and some extensions for frameworks > 3.5 |
|
Vulcan Application |
A project for creating a Vulcan command-line application. |
2.0 |
Vulcan |
System, and some extensions for frameworks > 3.5 |
|
Ms Test Library |
A Library with test support using the MsTest Framework |
2.0 |
Core |
System and several MsTest related assemblies |
|
NUnitTest Library |
A library with test support using the open source NUnit Framework |
2.0 |
Core |
System and several NUnit related assemblies. |
|
XUnitTest Library |
A library with test support using the open source XUnit Framework |
2.0 |
Core |
System and several XUnit related assemblies. |