added some development tools
[windows-sources.git] / developer / VSSDK / VisualStudioIntegration / Tools / Wizards / Templates / VC / Guids.cpp
blobbb4f3cb5a07d26ff57928a7ed4ad81660b64efec
1 // Guids.c
2 //
4 #include "initguid.h"
5 #include "Guids.h"
6 #include <VSShellInterfaces.h>
8 #define _MIDL_USE_GUIDDEF_ // Necessary to build without compilation errors
9 #include "%ProjectName%.c"
10 %EditorStart%
11 // There is no library that defines the GUIDs for the interfaces defined inside
12 // TOM.h, so we have to define here the GUIDs that are used inside our code.
13 // You can find these GUIDs looking at the definition of the interfaces in TOM.h.
14 DEFINE_GUID(IID_ITextDocument,
15 0x8CC497C0, 0xA1DF, 0x11ce, 0x80, 0x98, 0x00, 0xAA, 0x00, 0x47, 0xBE, 0x5D);
16 %EditorEnd%