diff --git a/source/Cosmos.VS.DebugEngine/AD7.Impl/AD7Engine.cs b/source/Cosmos.VS.DebugEngine/AD7.Impl/AD7Engine.cs index 124b45f00..4b3a8bb70 100644 --- a/source/Cosmos.VS.DebugEngine/AD7.Impl/AD7Engine.cs +++ b/source/Cosmos.VS.DebugEngine/AD7.Impl/AD7Engine.cs @@ -34,7 +34,7 @@ namespace Cosmos.VS.DebugEngine.AD7.Impl internal AD7Process mProcess; // A unique identifier for the program being debugged. Guid mProgramID; - public static readonly Guid EngineID = new Guid("{fa1da3a6-66ff-4c65-b077-e65f7164ef83}"); + public static readonly Guid EngineID = new Guid("fa1da3a6-66ff-4c65-b077-e65f7164ef83"); internal AD7Module mModule; internal AD7Thread mThread; private AD7ProgramNode mProgNode; diff --git a/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.pkgdef b/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.pkgdef index a87771d3b..2dab083a2 100644 --- a/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.pkgdef +++ b/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.pkgdef @@ -12,7 +12,7 @@ [$RootKey$\Menus] "{a82b45e9-2a89-43bd-925d-c7f0edd212aa}"=", Menus.ctmenu, 1" -[$RootKey$\AD7Metrics\Engine\{FA1DA3A6-66FF-4C65-B077-E65F7164EF83}] +[$RootKey$\AD7Metrics\Engine\{fa1da3a6-66ff-4c65-b077-e65f7164ef83}] @="Cosmos Debug Engine" ; "AddressBP"=dword:00000001 "AlwaysLoadLocal"=dword:00000001 @@ -29,10 +29,10 @@ "Name"="Cosmos Debug" "SetNextStatement"=dword:00000001 ; "SuspendThread"=dword:00000001 -"CLSID"="{f129e39e-168e-4cbc-a966-90988ebda375}" +"CLSID"="{dc8503ab-7ee6-456c-a209-66c690d9f6f4}" "GlobalVisualizersDirectory"="$PackageFolder$" -[$RootKey$\CLSID\{f129e39e-168e-4cbc-a966-90988ebda375}] +[$RootKey$\CLSID\{dc8503ab-7ee6-456c-a209-66c690d9f6f4}] "Assembly"="Cosmos.VS.DebugEngine" "Class"="Cosmos.VS.DebugEngine.AD7.Impl.AD7Engine" "InprocServer32"="$WinDir$\SYSTEM32\MSCOREE.DLL"