VCProjectConfigurationProperties Properties

 

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

NameDescription
System_CAPS_pubpropertyATLMinimizesCRunTimeLibraryUsage

Causes ATL to link to the C runtime libraries statically to minimize dependencies. It requires that the useOfATL property be set.

System_CAPS_pubpropertyAttach

Specifies whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.

System_CAPS_pubpropertyCharacterSet

Tells the compiler to use the specified character set.

System_CAPS_pubpropertyCommand

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.

System_CAPS_pubpropertyCommandArguments

The arguments to pass to the process specified in Command when Attach is false.

System_CAPS_pubpropertyConfigurationType

Gets and sets the type of output this configuration generates.

System_CAPS_pubpropertyDebuggerType

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.

System_CAPS_pubpropertyDeleteExtensionsOnClean

Specifies which files in the intermediate directory to delete on clean or rebuild.

System_CAPS_pubpropertyEnableManagedIncrementalBuild

System_CAPS_pubpropertyHttpUrl

For ATL Server debugging, specifies the URL for the project.

System_CAPS_pubpropertyIntermediateDirectory

Specifies a relative path to the intermediate file directory. It can include environment variables.

System_CAPS_pubpropertyManagedExtensions

Specifies that this configuration uses Visual C++. Exposes the functionality of the C++ compiler's /clr (Common Language Runtime Compilation) option.

System_CAPS_pubpropertyOutputDirectory

Specifies the directory in which to place output. By default, it uses the project directory.

System_CAPS_pubpropertyOutputPath

Specifies the location of the output files for this project's configuration.

System_CAPS_pubpropertyPDBPath

Additional directories to search for symbol files.

System_CAPS_pubpropertyRemote

Specifies local or remote debugging.

System_CAPS_pubpropertyRemoteCommand

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.

System_CAPS_pubpropertyRemoteMachine

When Remote specifies remote debugging, the RemoteMachine property specifies the name of the machine that contains the program to debug.

System_CAPS_pubpropertySQLDebugging

Enables SQL debugging for the project.

System_CAPS_pubpropertyuseOfATL

Specifies how ATL is used by the configuration.

System_CAPS_pubpropertyuseOfMfc

Specifies how MFC is used by the configuration.

System_CAPS_pubpropertyWholeProgramOptimization

Enables cross-module optimizations by delaying code generation to link time. Exposes the functionality of the compiler's /GL (Whole Program Optimization) option.

System_CAPS_pubpropertyWorkingDirectory

The debugger's working directory. The default location is the directory containing the .vcxproj file.

Return to top
Show: