MarkupCompilePass2.OutputType 属性

定义

获取或设置输出程序集的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ OutputType { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputType { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputType : string with get, set
Public Property OutputType As String

属性值

项目生成的程序集的类型。 有效值为 winexeexelibrarynetmodule

属性

适用于