11cb0ef41Sopenharmony_ci#include <winver.h>
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciVS_VERSION_INFO VERSIONINFO
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciFILEVERSION    @PROJECT_VERSION_MAJOR@, @PROJECT_VERSION_MINOR@, @PROJECT_VERSION_PATCH@, 0
61cb0ef41Sopenharmony_ciPRODUCTVERSION @PROJECT_VERSION_MAJOR@, @PROJECT_VERSION_MINOR@, @PROJECT_VERSION_PATCH@, 0
71cb0ef41Sopenharmony_ciFILEFLAGSMASK  0x3fL
81cb0ef41Sopenharmony_ciFILEOS         0x40004L
91cb0ef41Sopenharmony_ciFILETYPE       0x2L
101cb0ef41Sopenharmony_ciFILESUBTYPE    0x0L
111cb0ef41Sopenharmony_ci#ifdef _DEBUG
121cb0ef41Sopenharmony_ci	#define        VER_STR  "@PROJECT_VERSION@.0 (MSVC debug)"
131cb0ef41Sopenharmony_ci	#define        DBG      "d"
141cb0ef41Sopenharmony_ci	FILEFLAGS      0x1L
151cb0ef41Sopenharmony_ci#else
161cb0ef41Sopenharmony_ci	#define        VER_STR  "@PROJECT_VERSION@.0 (MSVC release)"
171cb0ef41Sopenharmony_ci	#define        DBG      ""
181cb0ef41Sopenharmony_ci	FILEFLAGS      0x0L
191cb0ef41Sopenharmony_ci#endif
201cb0ef41Sopenharmony_ciBEGIN
211cb0ef41Sopenharmony_ciBLOCK "StringFileInfo"
221cb0ef41Sopenharmony_ciBEGIN
231cb0ef41Sopenharmony_ci  BLOCK "040904b0"
241cb0ef41Sopenharmony_ci  BEGIN
251cb0ef41Sopenharmony_ci	VALUE "CompanyName",      "https://nghttp2.org/"
261cb0ef41Sopenharmony_ci	VALUE "FileDescription",  "nghttp2; HTTP/2 C library"
271cb0ef41Sopenharmony_ci	VALUE "FileVersion",      VER_STR
281cb0ef41Sopenharmony_ci	VALUE "InternalName",     "nghttp2" DBG
291cb0ef41Sopenharmony_ci	VALUE "LegalCopyright",   "The MIT License"
301cb0ef41Sopenharmony_ci	VALUE "LegalTrademarks",  ""
311cb0ef41Sopenharmony_ci	VALUE "OriginalFilename", "nghttp2" DBG ".dll"
321cb0ef41Sopenharmony_ci	VALUE "ProductName",      "NGHTTP2."
331cb0ef41Sopenharmony_ci	VALUE "ProductVersion",   VER_STR
341cb0ef41Sopenharmony_ci  END
351cb0ef41Sopenharmony_ciEND
361cb0ef41Sopenharmony_ciBLOCK "VarFileInfo"
371cb0ef41Sopenharmony_ciBEGIN
381cb0ef41Sopenharmony_ciVALUE "Translation", 0x409, 1200
391cb0ef41Sopenharmony_ciEND
401cb0ef41Sopenharmony_ciEND
41