Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: icm.rc
  4. //
  5. // Module: CMMGR32.EXE
  6. //
  7. // Synopsis: Main resource script for cmmgr32.exe
  8. //
  9. // Copyright (c) 1998-1999 Microsoft Corporation
  10. //
  11. // Author: quintinb created Header 08/16/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. //
  15. // winver.h, ntverp.h and common.ver contain the build
  16. // version info and are part of the NT src tree.
  17. //
  18. #include <windows.h>
  19. #include "pnpuverp.h"
  20. #include "cmprdver.h"
  21. #define VER_FILETYPE VFT_APP
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager"
  24. #define VER_INTERNALNAME_STR "CMMGR32"
  25. #define VER_ORIGINALFILENAME_STR "CMMGR32.EXE"
  26. #include <common.ver>
  27. //
  28. // The only non-string resource we need is the main app icon
  29. //
  30. 100 ICON DISCARDABLE "..\cmdial\cm.ico"
  31. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  32. #ifdef _WIN32
  33. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  34. #pragma code_page(1252)
  35. #endif //_WIN32
  36. #include "cmfmtstr.h"
  37. #include "cmfmtstr.rc"
  38. #endif // English (U.S.) resources
  39. /////////////////////////////////////////////////////////////////////////////