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.

42 lines
1.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iaspipe.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the pipeline module.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 01/28/2000 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include "resource.h"
  19. /////////
  20. //
  21. // Registry entries for this module.
  22. //
  23. /////////
  24. IDR_Registry REGISTRY DISCARDABLE "iaspolcy.rgs"
  25. ///////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Binary versioning.
  28. //
  29. ///////////////////////////////////////////////////////////////////////////////
  30. #include <winver.h>
  31. #include <ntverp.h>
  32. #define VER_FILETYPE VFT_DLL
  33. #define VER_FILESUBTYPE VFT2_UNKNOWN
  34. #define VER_FILEDESCRIPTION_STR "IAS Pipeline"
  35. #define VER_INTERNALNAME_STR "IASPOLCY.DLL"
  36. #define VER_ORIGINALFILENAME_STR "IASPOLCY.DLL"
  37. #include <common.ver>