MsBuildVersion Enumeration

Specifies a .NET Framework compiler version.

Definition

Namespace: DevCase.Core.Diagnostics.CodeCompilation
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MsBuildVersion

Members

NetFx20x86 1 .NET Framework v2.0 32-Bit compiler.
NetFx20x64 2 .NET Framework v2.0 64-Bit compiler.
NetFx35x86 3 .NET Framework v3.5 32-Bit compiler.
NetFx35x64 4 .NET Framework v3.5 64-Bit compiler.
NetFx40x86 5 .NET Framework v4.0 32-Bit compiler.
NetFx40x64 6 .NET Framework v4.0 64-Bit compiler.

See Also