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.

61 lines
2.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: cspTrace.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. /*
  11. * This file provides the template for supplying the version resource
  12. * information for build objects. Each build object must include such a
  13. * version resource. It is not editable by MSVC++, since MSVC rewrites
  14. * the data as constants, instead of picking them up from the included files.
  15. *
  16. * To use this file with MSVC, rename it to an extension of *.rc2, and include
  17. * it from within your MSVC resource file.
  18. */
  19. #ifdef APSTUDIO_INVOKED
  20. #error this file is not editable by Microsoft Visual C++
  21. #endif //APSTUDIO_INVOKED
  22. #include <windows.h>
  23. #include <ntverp.h>
  24. /*
  25. * ============================================================================
  26. * Mandatory definitions
  27. * ============================================================================
  28. *
  29. * The following symbols must be properly defined for your file.
  30. */
  31. #define VER_INTERNALNAME_STR "cspTrace.exe"
  32. #define VER_FILETYPE VFT_APP
  33. #define VER_FILESUBTYPE VFT2_UNKNOWN
  34. #define VER_FILEDESCRIPTION_STR "Logging CSP Trace Interpreter"
  35. /*
  36. * ============================================================================
  37. * Optional definitions
  38. * ============================================================================
  39. *
  40. * The following symbols may be defined for your file. For a complete list,
  41. * see common.ver.
  42. */
  43. #if 0
  44. #define VER_PRODUCTNAME_STR "Sample Product Name"
  45. #define VER_FILEVERSION HIWORD(MAJOR_VER), LOWORD(MAJOR_VER), HIWORD(MINOR_VER), LOWORD(MINOR_VER)
  46. #define VER_FILEVERSION_STR "1.00"
  47. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  48. #define EXPORT_CONTROLLED /* Define this if app is export controlled. */
  49. #define EXPORT /* Then define this for export versions. */
  50. #endif
  51. #include "common.ver"