diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 19:19:40 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 19:19:40 -0700 |
commit | 90e7d97170bb4e1be5385d2df6c8a796b6a9304c (patch) | |
tree | e9bf0e1b8c9874a78abeb1eac46a820757caebc7 | |
parent | 72fd5f234785d8849db66c86949107d25d04affd (diff) | |
download | witness-tutorializer-90e7d97170bb4e1be5385d2df6c8a796b6a9304c.tar.gz witness-tutorializer-90e7d97170bb4e1be5385d2df6c8a796b6a9304c.tar.bz2 witness-tutorializer-90e7d97170bb4e1be5385d2df6c8a796b6a9304c.zip |
Kill things, with fire
-rw-r--r-- | Source/Source.vcxproj | 7 | ||||
-rw-r--r-- | Source/Source.vcxproj.filters | 6 | ||||
-rw-r--r-- | Source/Version.rc | 53 | ||||
-rw-r--r-- | Source/stdafx.cpp | 1 | ||||
-rw-r--r-- | Source/stdafx.h | 21 |
5 files changed, 0 insertions, 88 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index da9ac51..e46475b 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -167,7 +167,6 @@ | |||
167 | <ClInclude Include="Randomizer.h" /> | 167 | <ClInclude Include="Randomizer.h" /> |
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" /> | ||
171 | <ClInclude Include="Version.h" /> | 170 | <ClInclude Include="Version.h" /> |
172 | </ItemGroup> | 171 | </ItemGroup> |
173 | <ItemGroup> | 172 | <ItemGroup> |
@@ -175,12 +174,6 @@ | |||
175 | <ClCompile Include="Memory.cpp" /> | 174 | <ClCompile Include="Memory.cpp" /> |
176 | <ClCompile Include="Randomizer.cpp" /> | 175 | <ClCompile Include="Randomizer.cpp" /> |
177 | <ClCompile Include="RandomizerCore.cpp" /> | 176 | <ClCompile Include="RandomizerCore.cpp" /> |
178 | <ClCompile Include="stdafx.cpp"> | ||
179 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
180 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | ||
181 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
182 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | ||
183 | </ClCompile> | ||
184 | </ItemGroup> | 177 | </ItemGroup> |
185 | <ItemGroup> | 178 | <ItemGroup> |
186 | <ResourceCompile Include="Version.rc" /> | 179 | <ResourceCompile Include="Version.rc" /> |
diff --git a/Source/Source.vcxproj.filters b/Source/Source.vcxproj.filters index 54e3f9a..665fc05 100644 --- a/Source/Source.vcxproj.filters +++ b/Source/Source.vcxproj.filters | |||
@@ -15,9 +15,6 @@ | |||
15 | </Filter> | 15 | </Filter> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | <ItemGroup> | 17 | <ItemGroup> |
18 | <ClInclude Include="stdafx.h"> | ||
19 | <Filter>Header Files</Filter> | ||
20 | </ClInclude> | ||
21 | <ClInclude Include="Resource.h"> | 18 | <ClInclude Include="Resource.h"> |
22 | <Filter>Header Files</Filter> | 19 | <Filter>Header Files</Filter> |
23 | </ClInclude> | 20 | </ClInclude> |
@@ -38,9 +35,6 @@ | |||
38 | </ClInclude> | 35 | </ClInclude> |
39 | </ItemGroup> | 36 | </ItemGroup> |
40 | <ItemGroup> | 37 | <ItemGroup> |
41 | <ClCompile Include="stdafx.cpp"> | ||
42 | <Filter>Source Files</Filter> | ||
43 | </ClCompile> | ||
44 | <ClCompile Include="Main.cpp"> | 38 | <ClCompile Include="Main.cpp"> |
45 | <Filter>Source Files</Filter> | 39 | <Filter>Source Files</Filter> |
46 | </ClCompile> | 40 | </ClCompile> |
diff --git a/Source/Version.rc b/Source/Version.rc index c570b80..6ee5076 100644 --- a/Source/Version.rc +++ b/Source/Version.rc | |||
@@ -1,58 +1,7 @@ | |||
1 | #include "version.h" | 1 | #include "version.h" |
2 | #include "resource.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> | 3 | #include <SDKDDKVer.h> |
11 | #endif | ||
12 | #define APSTUDIO_HIDDEN_SYMBOLS | ||
13 | #include "windows.h" | 4 | #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 | 5 | ||
57 | STRINGTABLE | 6 | STRINGTABLE |
58 | BEGIN | 7 | BEGIN |
@@ -60,8 +9,6 @@ BEGIN | |||
60 | IDC_SOURCE "SOURCE" | 9 | IDC_SOURCE "SOURCE" |
61 | END | 10 | END |
62 | 11 | ||
63 | #endif // English (United States) resources | ||
64 | |||
65 | VS_VERSION_INFO VERSIONINFO | 12 | VS_VERSION_INFO VERSIONINFO |
66 | FILEVERSION VERSION | 13 | FILEVERSION VERSION |
67 | PRODUCTVERSION VERSION | 14 | PRODUCTVERSION VERSION |
diff --git a/Source/stdafx.cpp b/Source/stdafx.cpp deleted file mode 100644 index fd4f341..0000000 --- a/Source/stdafx.cpp +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include "stdafx.h" | ||
diff --git a/Source/stdafx.h b/Source/stdafx.h deleted file mode 100644 index 2ffed81..0000000 --- a/Source/stdafx.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | // stdafx.h : include file for standard system include files, | ||
2 | // or project specific include files that are used frequently, but | ||
3 | // are changed infrequently | ||
4 | // | ||
5 | |||
6 | #pragma once | ||
7 | |||
8 | #include <SDKDDKVer.h> | ||
9 | |||
10 | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers | ||
11 | // Windows Header Files | ||
12 | #include <windows.h> | ||
13 | |||
14 | // C RunTime Header Files | ||
15 | #include <stdlib.h> | ||
16 | #include <malloc.h> | ||
17 | #include <memory.h> | ||
18 | #include <tchar.h> | ||
19 | |||
20 | |||
21 | // reference additional headers your program requires here | ||