Source code of Windows XP (NT5)
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.

28 lines
521 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Terminal Services APPSEC DLL"
  6. #define VER_INTERNALNAME_STR "AppSec"
  7. #define VER_ORIGINALFILENAME_STR "AppSec.dll"
  8. VS_VERSION_INFO VERSIONINFO
  9. FILEVERSION 5,0,2080,1
  10. PRODUCTVERSION 5,0,2080,1
  11. FILEFLAGSMASK 0x3fL
  12. #ifdef _DEBUG
  13. FILEFLAGS 0x9L
  14. #else
  15. FILEFLAGS 0x8L
  16. #endif
  17. FILEOS 0x40004L
  18. FILETYPE 0x1L
  19. FILESUBTYPE 0x0L
  20. BEGIN
  21. END