Cosmos/source/XSharp.VS/Guids.cs
2015-08-16 05:41:13 -04:00

12 lines
529 B
C#

// MUST match guids.h - Do we have a guids.h?
using System;
namespace XSharp.VS {
static class Guids {
public const string guidCosmos_VS_XSharpPkgString = "e2ce86d3-fb0b-43ad-938a-5bcdd087ea2d";
public const string guidCosmos_VS_XSharpCmdSetString = "a9722019-958f-476e-926a-79f4f32f8530";
public static readonly Guid guidCosmos_VS_XSharpCmdSet = new Guid(guidCosmos_VS_XSharpCmdSetString);
public const string guidCosmos_VS_XSharpLangSvcString = "3fb852ed-3562-3da4-98dc-55759744328c";
};
}