-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcmake4rhino.rc
More file actions
51 lines (46 loc) · 1.57 KB
/
cmake4rhino.rc
File metadata and controls
51 lines (46 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#include "resource.h"
#include "targetver.h"
#include "afxres.h"
#include "verrsrc.h"
// ------------------------------------------------------------------------------
// Version/Plug-in info
// ------------------------------------------------------------------------------
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1.0.0.0
PRODUCTVERSION 1.0.0.0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0409"
BEGIN
VALUE "CompanyName", "Your Own Organization"
VALUE "FileDescription", "Rhino C++ Plugin in CMake for Custom Development"
VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "cmake4rhino"
VALUE "LegalCopyright", "Copyright © 2025 Your Name or Company"
VALUE "OriginalFilename", "cmake4rhino.rhp"
VALUE "ProductName", "cmake4rhino"
VALUE "ProductVersion", "1.0.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1252
END
END
// ------------------------------------------------------------------------------
// Icon resource
// ------------------------------------------------------------------------------
IDI_ICON ICON "F:/cmake4rhino/res/cmake4rhino.ico"
// ------------------------------------------------------------------------------
// Optionally custom/manual resources here
// ------------------------------------------------------------------------------