The name of the target to be compiled.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Const Compile As String
'使用
Dim value As String
value = ProjectFileConstants.Compile
public const string Compile
public:
literal String^ Compile
public const var Compile : String
Field Value
Type: System.String
Remarks
The compile target must be named Compile to get IntelliSense support before generating an output assembly. See Visual Studio Integration (MSBuild) for more information
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.