From 80c90a97d23eb73f287fc6302ab500c568c5a9a0 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 30 Oct 2018 19:15:43 -0700 Subject: still fine --- Source/Source.rc | 33 +-------------------------------- Source/Source.vcxproj | 1 - Source/Source.vcxproj.filters | 3 --- Source/stdafx.h | 2 +- Source/targetver.h | 8 -------- 5 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 Source/targetver.h (limited to 'Source') diff --git a/Source/Source.rc b/Source/Source.rc index 7e2ce4e..b981a72 100644 --- a/Source/Source.rc +++ b/Source/Source.rc @@ -8,7 +8,7 @@ // Generated from the TEXTINCLUDE 2 resource. // #ifndef APSTUDIO_INVOKED -#include "targetver.h" +#include #endif #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" @@ -24,31 +24,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_SOURCE ICON "Source.ico" - -IDI_SMALL ICON "small.ico" - - -///////////////////////////////////////////////////////////////////////////// -// -// Menu -// - - - -///////////////////////////////////////////////////////////////////////////// -// -// Accelerator -// - - #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// @@ -80,12 +55,6 @@ END #endif // APSTUDIO_INVOKED - -///////////////////////////////////////////////////////////////////////////// -// -// String Table -// - STRINGTABLE BEGIN IDS_APP_TITLE "Witness Randomizer" diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index d4b3a2b..65cf3e7 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj @@ -168,7 +168,6 @@ - diff --git a/Source/Source.vcxproj.filters b/Source/Source.vcxproj.filters index 7e15255..c286fde 100644 --- a/Source/Source.vcxproj.filters +++ b/Source/Source.vcxproj.filters @@ -18,9 +18,6 @@ Header Files - - Header Files - Header Files diff --git a/Source/stdafx.h b/Source/stdafx.h index 102badc..2ffed81 100644 --- a/Source/stdafx.h +++ b/Source/stdafx.h @@ -5,7 +5,7 @@ #pragma once -#include "targetver.h" +#include #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files diff --git a/Source/targetver.h b/Source/targetver.h deleted file mode 100644 index 87c0086..0000000 --- a/Source/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include -- cgit 1.4.1