C# Class VintageStudio.Project.VintageStudioProjectConfiguration

Inheritance: Microsoft.VisualStudio.Project.ProjectConfig
Show file Open project: moozzyk/VintageStudio

Public Methods

Method Description
DebugLaunch ( uint grfLaunch ) : int
QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System

Method Details

DebugLaunch() public method

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
return int

QueryDebugLaunch() public method

public QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
flags uint
fCanLaunch int
return int

VintageStudioProjectConfiguration() public method

public VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
return System