AssignProjectConfiguration.SolutionConfigurationContents Property

Definition

A special XML string containing a project configuration for each project - we need to simply match the projects and assign the appropriate configuration names to them

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

public:
 property System::String ^ SolutionConfigurationContents { System::String ^ get(); void set(System::String ^ value); };
public string SolutionConfigurationContents { get; set; }
member this.SolutionConfigurationContents : string with get, set
Public Property SolutionConfigurationContents As String

Property Value

String

An XML string that contains the project configuration.

Applies to