FileClassifier.MainEmbeddedFiles Property

Definition

Gets or sets non-localizable resources that will be embedded into the Main assembly.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ MainEmbeddedFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] MainEmbeddedFiles { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.MainEmbeddedFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property MainEmbeddedFiles As ITaskItem()

Property Value

Non-localizable resources that will be embedded into the Main assembly.

Attributes

Applies to