diff options
Diffstat (limited to 'Source/Version.rc')
| -rw-r--r-- | Source/Version.rc | 62 |
1 files changed, 62 insertions, 0 deletions
| diff --git a/Source/Version.rc b/Source/Version.rc index 02b2b98..c570b80 100644 --- a/Source/Version.rc +++ b/Source/Version.rc | |||
| @@ -1,4 +1,66 @@ | |||
| 1 | #include "version.h" | 1 | #include "version.h" |
| 2 | #include "resource.h" | ||
| 3 | |||
| 4 | #define APSTUDIO_READONLY_SYMBOLS | ||
| 5 | ///////////////////////////////////////////////////////////////////////////// | ||
| 6 | // | ||
| 7 | // Generated from the TEXTINCLUDE 2 resource. | ||
| 8 | // | ||
| 9 | #ifndef APSTUDIO_INVOKED | ||
| 10 | #include <SDKDDKVer.h> | ||
| 11 | #endif | ||
| 12 | #define APSTUDIO_HIDDEN_SYMBOLS | ||
| 13 | #include "windows.h" | ||
| 14 | #undef APSTUDIO_HIDDEN_SYMBOLS | ||
| 15 | |||
| 16 | ///////////////////////////////////////////////////////////////////////////// | ||
| 17 | #undef APSTUDIO_READONLY_SYMBOLS | ||
| 18 | |||
| 19 | ///////////////////////////////////////////////////////////////////////////// | ||
| 20 | // English (United States) resources | ||
| 21 | |||
| 22 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | ||
| 23 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
| 24 | #pragma code_page(1252) | ||
| 25 | |||
| 26 | |||
| 27 | #ifdef APSTUDIO_INVOKED | ||
| 28 | ///////////////////////////////////////////////////////////////////////////// | ||
| 29 | // | ||
| 30 | // TEXTINCLUDE | ||
| 31 | // | ||
| 32 | |||
| 33 | 1 TEXTINCLUDE | ||
| 34 | BEGIN | ||
| 35 | "resource.h\0" | ||
| 36 | END | ||
| 37 | |||
| 38 | 2 TEXTINCLUDE | ||
| 39 | BEGIN | ||
| 40 | "#ifndef APSTUDIO_INVOKED\r\n" | ||
| 41 | "#include ""targetver.h""\r\n" | ||
| 42 | "#endif\r\n" | ||
| 43 | "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" | ||
| 44 | "#include ""windows.h""\r\n" | ||
| 45 | "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" | ||
| 46 | "\0" | ||
| 47 | END | ||
| 48 | |||
| 49 | 3 TEXTINCLUDE | ||
| 50 | BEGIN | ||
| 51 | "\r\n" | ||
| 52 | "\0" | ||
| 53 | END | ||
| 54 | |||
| 55 | #endif // APSTUDIO_INVOKED | ||
| 56 | |||
| 57 | STRINGTABLE | ||
| 58 | BEGIN | ||
| 59 | IDS_APP_TITLE "Witness Randomizer" | ||
| 60 | IDC_SOURCE "SOURCE" | ||
| 61 | END | ||
| 62 | |||
| 63 | #endif // English (United States) resources | ||
| 2 | 64 | ||
| 3 | VS_VERSION_INFO VERSIONINFO | 65 | VS_VERSION_INFO VERSIONINFO |
| 4 | FILEVERSION VERSION | 66 | FILEVERSION VERSION |
