-
-
Notifications
You must be signed in to change notification settings - Fork 617
framework
TurkeyMan edited this page Mar 12, 2015
·
9 revisions
Home > [Project API](Project API) > framework
The framework function selects a .NET framework version.
#!lua
framework ("version")
This value currently is only applied to Visual Studio 2005 or later, and GNU makefiles using Mono. If no framework is specified the toolset default is used.
Solutions and projects.
version is one of:
- 1.0
- 1.1
- 2.0
- 3.0
- 3.5
- 4.0
Use the .NET 3.0 Framework.
#!lua
framework "3.0"