Package jetbrains.buildServer.dotNet
Interface DotNetConstants
-
public interface DotNetConstants
This interface contains most constants for .NET/Mono integration in TeamCity.- Since:
- 7.0
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com)
-
-
Field Summary
-
-
-
Field Detail
-
X64
static final String X64
- See Also:
- Constant Field Values
-
X32
static final String X32
- See Also:
- Constant Field Values
-
SDK
static final String SDK
- See Also:
- Constant Field Values
-
TARGETING_PACK
static final String TARGETING_PACK
- See Also:
- Constant Field Values
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK
static final String DOTNET_FRAMEWORK
- See Also:
- Constant Field Values
-
v1_1
static final String v1_1
- See Also:
- Constant Field Values
-
v2_0
static final String v2_0
- See Also:
- Constant Field Values
-
v3_0
static final String v3_0
- See Also:
- Constant Field Values
-
v3_5
static final String v3_5
- See Also:
- Constant Field Values
-
v4
static final String v4
- See Also:
- Constant Field Values
-
v4_0
static final String v4_0
- See Also:
- Constant Field Values
-
v4_5
static final String v4_5
- See Also:
- Constant Field Values
-
v4_6
static final String v4_6
- See Also:
- Constant Field Values
-
v4_6_1
static final String v4_6_1
- See Also:
- Constant Field Values
-
v5_0
static final String v5_0
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_1_1
static final String DOTNET_FRAMEWORK_1_1
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_2_0
static final String DOTNET_FRAMEWORK_2_0
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_3_0
static final String DOTNET_FRAMEWORK_3_0
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_3_5
static final String DOTNET_FRAMEWORK_3_5
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_4
static final String DOTNET_FRAMEWORK_4
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_4_0
static final String DOTNET_FRAMEWORK_4_0
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_4_5
static final String DOTNET_FRAMEWORK_4_5
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_4_6
static final String DOTNET_FRAMEWORK_4_6
- See Also:
- Constant Field Values
-
DOTNET_FRAMEWORK_4_6_1
static final String DOTNET_FRAMEWORK_4_6_1
- See Also:
- Constant Field Values
-
MONO_JIT
static final String MONO_JIT
- See Also:
- Constant Field Values
-
MONO_VERSION
static final String MONO_VERSION
- See Also:
- Constant Field Values
-
MONO_FRAMEWORK_PREFIX
static final String MONO_FRAMEWORK_PREFIX
- See Also:
- Constant Field Values
-
WINDOWS_SDK
static final String WINDOWS_SDK
- See Also:
- Constant Field Values
-
VISUAL_STUDIO
static final String VISUAL_STUDIO
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS
static final String MS_BUILD_TOOLS
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_2_0
static final String MS_BUILD_TOOLS_2_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_3_5
static final String MS_BUILD_TOOLS_3_5
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_4_0
static final String MS_BUILD_TOOLS_4_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_12_0
static final String MS_BUILD_TOOLS_12_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_14_0
static final String MS_BUILD_TOOLS_14_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_15_0
static final String MS_BUILD_TOOLS_15_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_16_0
static final String MS_BUILD_TOOLS_16_0
- See Also:
- Constant Field Values
-
MS_BUILD_TOOLS_17_0
static final String MS_BUILD_TOOLS_17_0
- See Also:
- Constant Field Values
-
-