Click or drag to resize

SolutionGetProjectConfiguration Method

Get the configuration and platform for the specified project for the given solution configuration and platform.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void GetProjectConfiguration(
	string solutionConfiguration,
	string solutionPlatform,
	Project project,
	out string projectConfiguration,
	out string projectPlatform
)

Parameters

solutionConfiguration
Type: SystemString
The solution configuration.
solutionPlatform
Type: SystemString
The solution platform.
project
Type: Nova.CodeDOMProject
The Project.
projectConfiguration
Type: SystemString
The configuration of the Project.
projectPlatform
Type: SystemString
The platform of the Project (can be null).
See Also