From 90e7d97170bb4e1be5385d2df6c8a796b6a9304c Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 30 Oct 2018 19:19:40 -0700 Subject: Kill things, with fire --- Source/Source.vcxproj | 7 ------ Source/Source.vcxproj.filters | 6 ----- Source/Version.rc | 53 ------------------------------------------- Source/stdafx.cpp | 1 - Source/stdafx.h | 21 ----------------- 5 files changed, 88 deletions(-) delete mode 100644 Source/stdafx.cpp delete mode 100644 Source/stdafx.h 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 @@ - @@ -175,12 +174,6 @@ - - Create - Create - Create - Create - 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 @@ - - Header Files - Header Files @@ -38,9 +35,6 @@ - - Source Files - Source Files 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 @@ #include "version.h" #include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#ifndef APSTUDIO_INVOKED #include -#endif -#define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" -#undef APSTUDIO_HIDDEN_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (United States) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) - - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#ifndef APSTUDIO_INVOKED\r\n" - "#include ""targetver.h""\r\n" - "#endif\r\n" - "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" - "#include ""windows.h""\r\n" - "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED STRINGTABLE BEGIN @@ -60,8 +9,6 @@ BEGIN IDC_SOURCE "SOURCE" END -#endif // English (United States) resources - VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION 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 @@ -#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 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#include - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -// Windows Header Files -#include - -// C RunTime Header Files -#include -#include -#include -#include - - -// reference additional headers your program requires here -- cgit 1.4.1