about summary refs log tree commit diff stats
path: root/Source/Version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Version.rc')
-rw-r--r--Source/Version.rc62
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)
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24#pragma code_page(1252)
25
26
27#ifdef APSTUDIO_INVOKED
28/////////////////////////////////////////////////////////////////////////////
29//
30// TEXTINCLUDE
31//
32
331 TEXTINCLUDE
34BEGIN
35 "resource.h\0"
36END
37
382 TEXTINCLUDE
39BEGIN
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"
47END
48
493 TEXTINCLUDE
50BEGIN
51 "\r\n"
52 "\0"
53END
54
55#endif // APSTUDIO_INVOKED
56
57STRINGTABLE
58BEGIN
59 IDS_APP_TITLE "Witness Randomizer"
60 IDC_SOURCE "SOURCE"
61END
62
63#endif // English (United States) resources
2 64
3VS_VERSION_INFO VERSIONINFO 65VS_VERSION_INFO VERSIONINFO
4 FILEVERSION VERSION 66 FILEVERSION VERSION