DotNetFrameworkArchitecture Enumeration

Used to specify the targeted bitness of the .NET Framework for some methods of ToolLocationHelper

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Enumeration DotNetFrameworkArchitecture
public enum DotNetFrameworkArchitecture
public enum class DotNetFrameworkArchitecture
type DotNetFrameworkArchitecture
public enum DotNetFrameworkArchitecture

Members

Member name Description
Bitness32 Indicates the 32-bit .NET FrameworkMSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Bitness64 Indicates the 64-bit .NET FrameworkMSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Current Indicates the .NET Framework that is currently being run under.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

See Also

Reference

Microsoft.Build.Utilities Namespace