mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
124 lines
3.0 KiB
Plaintext
124 lines
3.0 KiB
Plaintext
// WARNING: for the love of all that is good and holy
|
||
// please DO NOT convert this file to UTF-8, much less
|
||
// UTF-16 - the UNIX cross-rc does not understand UTF-16,
|
||
// and UTF-8 chews up the copyright symbols.
|
||
// -rick
|
||
//
|
||
// Microsoft Visual C++ generated resource script.
|
||
//
|
||
#include <win32/resource.h>
|
||
#include <winresrc.h>
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// English (United States) resources
|
||
|
||
#define STRINGIZER(version) #version
|
||
|
||
#ifdef LLARP_RELEASE_MOTTO
|
||
#define VERSION_STRING(version, codename, revision) \
|
||
STRINGIZER(version) "-release [" STRINGIZER(codename) "] (rev-" STRINGIZER(revision) ")"
|
||
#else
|
||
#define VERSION_STRING(version, revision) \
|
||
STRINGIZER(version) STRINGIZER(revision)
|
||
#endif
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
#ifdef _WIN32
|
||
LANGUAGE 1033,1
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
1 TEXTINCLUDE
|
||
BEGIN
|
||
"resource.h\0"
|
||
END
|
||
|
||
2 TEXTINCLUDE
|
||
BEGIN
|
||
"\0"
|
||
END
|
||
|
||
3 TEXTINCLUDE
|
||
BEGIN
|
||
"\r\n"
|
||
"\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION 0,4,0,0
|
||
PRODUCTVERSION 0,4,0,0
|
||
FILEFLAGSMASK 0x17L
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x3L
|
||
#else
|
||
FILEFLAGS 0x2L
|
||
#endif
|
||
FILEOS 0x40004L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040904b0"
|
||
BEGIN
|
||
VALUE "Comments", "LokiNET test suite"
|
||
VALUE "CompanyName", "Loki Foundation"
|
||
VALUE "FileDescription", "LokiNET for Microsoft<66> Windows<77> NT<4E>"
|
||
#ifdef LLARP_RELEASE_MOTTO
|
||
VALUE "FileVersion", VERSION_STRING(0.4.0, RELEASE_MOTTO, GIT_REV)
|
||
#else
|
||
VALUE "FileVersion", "0.4.0-dev"
|
||
#endif
|
||
VALUE "InternalName", "llarpd"
|
||
VALUE "LegalCopyright", "Copyright <20>2018-2019 Jeff Becker, Rick V for the Loki Foundation. All rights reserved. This software is provided under the terms of the zlib-libpng licence; see the file LICENSE for details."
|
||
VALUE "OriginalFilename", "llarpd.exe"
|
||
VALUE "ProductName", "LokiNET for Windows"
|
||
#ifdef LLARP_RELEASE_MOTTO
|
||
VALUE "ProductVersion", VERSION_STRING(0.4.0, RELEASE_MOTTO, GIT_REV)
|
||
#else
|
||
VALUE "ProductVersion", "0.4.0-dev"
|
||
#endif
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x409, 1200
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// RT_MANIFEST
|
||
//
|
||
|
||
4 RT_MANIFEST "app.xml"
|
||
|
||
#endif // English (United States) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|