tagCreateClassLibFlags Enumeration

 

Represents options for creating class libraries.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum tagCreateClassLibFlags

Member nameDescription
CCL_CreateP2PReference

Option is to create a project-to-project reference for the class library.

CCL_UseAnchorWebConfig

Use the anchor web configuration for the class library.

Return to top
Show: