using System; using System.Collections.Generic; using System.Text; namespace Nullstack.Utilities.Guidgen2 { public enum GuidFormatStyles { PLAIN, IMPLEMENT_OLECREATE, DEFINE_GUID, STATIC_CONST_STRUCT, REGISTRY_FORMAT, CS_ASSEMBLYINFO, VB_ASSEMBLYINFO } }