|
| 1 | +/* |
| 2 | + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors |
| 3 | + * SPDX-License-Identifier: GPL-2.0-or-later |
| 4 | + */ |
| 5 | +// Microsoft Visual C++ generated resource script. |
| 6 | +// |
| 7 | +#include "CfApiShellIntegrationVersion.h" |
| 8 | + |
| 9 | +///////////////////////////////////////////////////////////////////////////// |
| 10 | +// |
| 11 | +// Generated from the TEXTINCLUDE 2 resource. |
| 12 | +// |
| 13 | +#include "windows.h" |
| 14 | + |
| 15 | +///////////////////////////////////////////////////////////////////////////// |
| 16 | +// |
| 17 | +// Version |
| 18 | +// |
| 19 | + |
| 20 | +VS_VERSION_INFO VERSIONINFO |
| 21 | + FILEVERSION NCEXT_VERSION |
| 22 | + PRODUCTVERSION NCEXT_VERSION |
| 23 | + FILEFLAGSMASK 0x3fL |
| 24 | +#ifdef _DEBUG |
| 25 | + FILEFLAGS 0x1L |
| 26 | +#else |
| 27 | + FILEFLAGS 0x0L |
| 28 | +#endif |
| 29 | + FILEOS 0x40004L |
| 30 | + FILETYPE 0x2L |
| 31 | + FILESUBTYPE 0x0L |
| 32 | +BEGIN |
| 33 | + BLOCK "StringFileInfo" |
| 34 | + BEGIN |
| 35 | + BLOCK "040904b0" |
| 36 | + BEGIN |
| 37 | + VALUE "CompanyName", "Nextcloud GmbH" |
| 38 | + VALUE "FileDescription", "Nextcloud CfApi shell extension" |
| 39 | + VALUE "FileVersion", NCEXT_VERSION_STRING |
| 40 | + VALUE "InternalName", "NCOverlays" |
| 41 | + VALUE "LegalCopyright", "Copyright (C) 2023 Nextcloud GmbH" |
| 42 | + VALUE "ProductName", "Nextcloud shell extension" |
| 43 | + VALUE "ProductVersion", NCEXT_VERSION_STRING |
| 44 | + END |
| 45 | + END |
| 46 | + BLOCK "VarFileInfo" |
| 47 | + BEGIN |
| 48 | + VALUE "Translation", 0x409, 1200 |
| 49 | + END |
| 50 | +END |
| 51 | +///////////////////////////////////////////////////////////////////////////// |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +#ifndef APSTUDIO_INVOKED |
| 56 | +///////////////////////////////////////////////////////////////////////////// |
| 57 | +// |
| 58 | +// Generated from the TEXTINCLUDE 3 resource. |
| 59 | +// |
| 60 | + |
| 61 | + |
| 62 | +///////////////////////////////////////////////////////////////////////////// |
| 63 | +#endif // not APSTUDIO_INVOKED |
| 64 | + |
0 commit comments