ProjectFileConstants.Compile Field

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

See Also

Reference

ProjectFileConstants Class

ProjectFileConstants Members

Microsoft.VisualStudio.Package Namespace