]> Git Repo - cpuminer-multi.git/blob - res/cpuminer.rc
update build.sh
[cpuminer-multi.git] / res / cpuminer.rc
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "winres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // English (United States) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
20 #pragma code_page(1252)
21
22 #ifdef APSTUDIO_INVOKED
23 /////////////////////////////////////////////////////////////////////////////
24 //
25 // TEXTINCLUDE
26 //
27
28 1 TEXTINCLUDE 
29 BEGIN
30     "resource.h\0"
31 END
32
33 2 TEXTINCLUDE 
34 BEGIN
35     "#include ""winres.h""\r\n"
36     "\0"
37 END
38
39 3 TEXTINCLUDE 
40 BEGIN
41     "\r\n"
42     "\0"
43 END
44
45 #endif    // APSTUDIO_INVOKED
46
47
48 /////////////////////////////////////////////////////////////////////////////
49 //
50 // Icon
51 //
52
53 // Icon with lowest ID value placed first to ensure application icon
54 // remains consistent on all systems.
55 IDI_ICON1               ICON                    "cpuminer.ico"
56
57 /////////////////////////////////////////////////////////////////////////////
58 //
59 // Version
60 //
61
62 VS_VERSION_INFO VERSIONINFO
63  FILEVERSION 1,3,6,0
64  PRODUCTVERSION 1,3,6,0
65  FILEFLAGSMASK 0x3fL
66 #ifdef _DEBUG
67  FILEFLAGS 0x21L
68 #else
69  FILEFLAGS 0x20L
70 #endif
71  FILEOS 0x40004L
72  FILETYPE 0x1L
73  FILESUBTYPE 0x0L
74 BEGIN
75     BLOCK "StringFileInfo"
76     BEGIN
77         BLOCK "040904e4"
78         BEGIN
79             VALUE "FileVersion", "1.3.6"
80             VALUE "LegalCopyright", "Copyright (C) 2019"
81             VALUE "ProductName", "cpuminer-multi"
82             VALUE "ProductVersion", "1.3.6"
83         END
84     END
85     BLOCK "VarFileInfo"
86     BEGIN
87         VALUE "Translation", 0x409, 1252
88     END
89 END
90
91 #endif    // English (United States) resources
92 /////////////////////////////////////////////////////////////////////////////
93
94
95
96 #ifndef APSTUDIO_INVOKED
97 /////////////////////////////////////////////////////////////////////////////
98 //
99 // Generated from the TEXTINCLUDE 3 resource.
100 //
101
102
103 /////////////////////////////////////////////////////////////////////////////
104 #endif    // not APSTUDIO_INVOKED
105
This page took 0.028131 seconds and 4 git commands to generate.