about summary refs log tree commit diff stats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Source.rc78
-rw-r--r--Source/Source.vcxproj3
-rw-r--r--Source/Source.vcxproj.filters5
-rw-r--r--Source/Version.rc62
4 files changed, 68 insertions, 80 deletions
diff --git a/Source/Source.rc b/Source/Source.rc deleted file mode 100644 index b981a72..0000000 --- a/Source/Source.rc +++ /dev/null
@@ -1,78 +0,0 @@
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#ifndef APSTUDIO_INVOKED
11#include <SDKDDKVer.h>
12#endif
13#define APSTUDIO_HIDDEN_SYMBOLS
14#include "windows.h"
15#undef APSTUDIO_HIDDEN_SYMBOLS
16
17/////////////////////////////////////////////////////////////////////////////
18#undef APSTUDIO_READONLY_SYMBOLS
19
20/////////////////////////////////////////////////////////////////////////////
21// English (United States) resources
22
23#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
24LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25#pragma code_page(1252)
26
27
28#ifdef APSTUDIO_INVOKED
29/////////////////////////////////////////////////////////////////////////////
30//
31// TEXTINCLUDE
32//
33
341 TEXTINCLUDE
35BEGIN
36 "resource.h\0"
37END
38
392 TEXTINCLUDE
40BEGIN
41 "#ifndef APSTUDIO_INVOKED\r\n"
42 "#include ""targetver.h""\r\n"
43 "#endif\r\n"
44 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
45 "#include ""windows.h""\r\n"
46 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
47 "\0"
48END
49
503 TEXTINCLUDE
51BEGIN
52 "\r\n"
53 "\0"
54END
55
56#endif // APSTUDIO_INVOKED
57
58STRINGTABLE
59BEGIN
60 IDS_APP_TITLE "Witness Randomizer"
61 IDC_SOURCE "SOURCE"
62END
63
64#endif // English (United States) resources
65/////////////////////////////////////////////////////////////////////////////
66
67
68
69#ifndef APSTUDIO_INVOKED
70/////////////////////////////////////////////////////////////////////////////
71//
72// Generated from the TEXTINCLUDE 3 resource.
73//
74
75
76/////////////////////////////////////////////////////////////////////////////
77#endif // not APSTUDIO_INVOKED
78
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 65cf3e7..da9ac51 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -168,6 +168,7 @@
168 <ClInclude Include="RandomizerCore.h" /> 168 <ClInclude Include="RandomizerCore.h" />
169 <ClInclude Include="Resource.h" /> 169 <ClInclude Include="Resource.h" />
170 <ClInclude Include="stdafx.h" /> 170 <ClInclude Include="stdafx.h" />
171 <ClInclude Include="Version.h" />
171 </ItemGroup> 172 </ItemGroup>
172 <ItemGroup> 173 <ItemGroup>
173 <ClCompile Include="Main.cpp" /> 174 <ClCompile Include="Main.cpp" />
@@ -182,7 +183,7 @@
182 </ClCompile> 183 </ClCompile>
183 </ItemGroup> 184 </ItemGroup>
184 <ItemGroup> 185 <ItemGroup>
185 <ResourceCompile Include="Source.rc" /> 186 <ResourceCompile Include="Version.rc" />
186 </ItemGroup> 187 </ItemGroup>
187 <ItemGroup> 188 <ItemGroup>
188 <Image Include="small.ico" /> 189 <Image Include="small.ico" />
diff --git a/Source/Source.vcxproj.filters b/Source/Source.vcxproj.filters index c286fde..54e3f9a 100644 --- a/Source/Source.vcxproj.filters +++ b/Source/Source.vcxproj.filters
@@ -33,6 +33,9 @@
33 <ClInclude Include="RandomizerCore.h"> 33 <ClInclude Include="RandomizerCore.h">
34 <Filter>Header Files</Filter> 34 <Filter>Header Files</Filter>
35 </ClInclude> 35 </ClInclude>
36 <ClInclude Include="Version.h">
37 <Filter>Header Files</Filter>
38 </ClInclude>
36 </ItemGroup> 39 </ItemGroup>
37 <ItemGroup> 40 <ItemGroup>
38 <ClCompile Include="stdafx.cpp"> 41 <ClCompile Include="stdafx.cpp">
@@ -52,7 +55,7 @@
52 </ClCompile> 55 </ClCompile>
53 </ItemGroup> 56 </ItemGroup>
54 <ItemGroup> 57 <ItemGroup>
55 <ResourceCompile Include="Source.rc"> 58 <ResourceCompile Include="Version.rc">
56 <Filter>Resource Files</Filter> 59 <Filter>Resource Files</Filter>
57 </ResourceCompile> 60 </ResourceCompile>
58 </ItemGroup> 61 </ItemGroup>
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