Skip to content
mba105 edited this page Sep 24, 2014 · 2 revisions

Home > [Scripting Reference](Scripting Reference) > framework


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.

Applies To

Solutions and projects.

Parameters

version is one of:

  • 1.0
  • 1.1
  • 2.0
  • 3.0
  • 3.5
  • 4.0

Examples

Use the .NET 3.0 Framework.

#!lua
framework "3.0"
Clone this wiki locally