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.

35 lines
858 B

  1. #include "windows.h"
  2. #include "resource.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // REGISTRY
  6. //
  7. IDR_DATETIMEOBJECT REGISTRY DISCARDABLE "DateTimeObject.rgs"
  8. /////////////////////////////////////////////////////////////////////////////
  9. //
  10. // String Table
  11. //
  12. STRINGTABLE DISCARDABLE
  13. BEGIN
  14. IDS_PROJNAME "ScriptingUtils"
  15. END
  16. /////////////////////////////////////////////////////////////////////////////
  17. 1 TYPELIB "ScriptingUtils.tlb"
  18. //
  19. // Version resources
  20. //
  21. #include <ntverp.h>
  22. #define VER_FILETYPE VFT_APP
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Scripting Utils"
  25. #define VER_INTERNALNAME_STR "scrptutl.dll"
  26. #define VER_ORIGINALFILENAME_STR "scrptutl.dll"
  27. #include <common.ver>