GUID CSampleEventWatcherPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {1CCC2E4B-80AB-4370-A85E-47EDC8DACC48}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleExportMeshPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {46B72A24-955D-431A-9E6C-75B8741E7728}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleDisplayConduitsPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {E87093E4-F872-48F1-A68C-7F2573395FAC}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleUserTextPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {2004B749-C90D-4A10-ABA8-F8C07FA543AF}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleHelloRhinoPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {349937A6-60EB-4474-8D4C-AE7EBDA47EC0}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CTestRhinoCommandsPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {433C9D9B-5FDA-47CF-87C9-E8FC7F7F7D7F}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleContextMenuExtensionPlugIn::PlugInID() const
{
    // Description:
    //   Plug-in unique identifier. The identifier is used by Rhino to
    //   manage the plug-ins.

    // TODO: Return a unique identifier for the plug-in.
    // {EDA14E59-9FC1-4F79-8DBB-95FF0F8889C1}
    return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleDocumentUserDataPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {B00B243F-2330-49C1-BB7C-C1EF3277A207}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleImportGeomviewPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {7AC5A609-B985-45D9-9B85-F04DB28FEA9D}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CHippoPlugInPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {675BD714-C05D-4B14-9066-06CB08DC7880}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CSampleObjectManagerPlugIn::PlugInID() const
{
  // Description:
  //   Plug-in unique identifier. The identifier is used by Rhino to
  //   manage the plug-ins.

  // TODO: Return a unique identifier for the plug-in.
  // {990DDEEC-E207-4C17-9825-60D5E1846A41}
  return ON_UuidFromString( RhinoPlugInId() );
}
GUID CTestMoveControlPointPlugIn::PlugInID() const
{
  // TODO: Return a unique identifier for the plug-in.
  // {F554CC1F-A47B-4D78-BF80-3F1B4866F308}
  return ON_UuidFromString( RhinoPlugInId() );
}