VCProjectConfigurationProperties Interface

Contains the properties of the project configuration.

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
<GuidAttribute("8E267027-33C6-11D3-8D52-00C04F8ECDB7")> _
Public Interface VCProjectConfigurationProperties
[GuidAttribute("8E267027-33C6-11D3-8D52-00C04F8ECDB7")]
public interface VCProjectConfigurationProperties
[GuidAttribute(L"8E267027-33C6-11D3-8D52-00C04F8ECDB7")]
public interface class VCProjectConfigurationProperties
[<GuidAttribute("8E267027-33C6-11D3-8D52-00C04F8ECDB7")>]
type VCProjectConfigurationProperties =  interface end
public interface VCProjectConfigurationProperties

The VCProjectConfigurationProperties type exposes the following members.

Properties

  Name Description
Public property ATLMinimizesCRunTimeLibraryUsage Causes ATL to link to the C runtime libraries statically to minimize dependencies. It requires that the useOfATL property be set.
Public property Attach Specifies whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.
Public property CharacterSet Tells the compiler to use the specified character set.
Public property Command If Remote specifies local debugging and Attach is false, the Command property specifies the executable file to start when you invoke the debugger. If Attach is true and Remote specifies remote debugging, the Command property specifies the process to which the debug process should be attached when you invoke the debugger.
Public property CommandArguments The arguments to pass to the process specified in Command when Attach is false.
Public property ConfigurationType Gets and sets the type of output this configuration generates.
Public property DebuggerType Specifies the debugger settings for managed or unmanaged code. If you specify a debugger type that does not match the code you are debugging, you cannot step into certain sections of code. For example, if you specify Managed debugger, you cannot step into unmanaged code.
Public property DeleteExtensionsOnClean Specifies which files in the intermediate directory to delete on clean or rebuild.
Public property EnableManagedIncrementalBuild
Public property HttpUrl For ATL Server debugging, specifies the URL for the project.
Public property IntermediateDirectory Specifies a relative path to the intermediate file directory. It can include environment variables.
Public property ManagedExtensions Specifies that this configuration uses Visual C++. Exposes the functionality of the C++ compiler's /clr (Common Language Runtime Compilation) option.
Public property OutputDirectory Specifies the directory in which to place output. By default, it uses the project directory.
Public property OutputPath Specifies the location of the output files for this project's configuration.
Public property PDBPath Additional directories to search for symbol files.
Public property Remote Specifies local or remote debugging.
Public property RemoteCommand If Attach is false and Remote specifies remote debugging, the executable file starts when you invoke the debugger. If Attach is true and Remote specifies remote debugging, then the RemoteCommand property specifies the process to which the debug process should be attached when you invoke the debugger.
Public property RemoteMachine When Remote specifies remote debugging, the RemoteMachine property specifies the name of the machine that contains the program to debug.
Public property SQLDebugging Enables SQL debugging for the project.
Public property useOfATL Specifies how ATL is used by the configuration.
Public property useOfMfc Specifies how MFC is used by the configuration.
Public property WholeProgramOptimization Enables cross-module optimizations by delaying code generation to link time. Exposes the functionality of the compiler's /GL (Whole Program Optimization) option.
Public property WorkingDirectory The debugger's working directory. The default location is the directory containing the .vcxproj file.

Top

See Also

Reference

Microsoft.VisualStudio.VCProject Namespace