From 553dbe2c62d0db296fb67600152658aba7efb2e7 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 6 Apr 2016 15:42:40 -0400 Subject: [PATCH] Deleted changelog autogenerated by Visual C++. --- Sources/Engine/ChangeLog.txt | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 Sources/Engine/ChangeLog.txt diff --git a/Sources/Engine/ChangeLog.txt b/Sources/Engine/ChangeLog.txt deleted file mode 100644 index d25268c..0000000 --- a/Sources/Engine/ChangeLog.txt +++ /dev/null @@ -1,37 +0,0 @@ -======================================================================== - DYNAMIC LINK LIBRARY : Engine -======================================================================== - - -AppWizard has created this Engine DLL for you. - -This file contains a summary of what you will find in each of the files that -make up your Engine application. - -Engine.dsp - This file (the project file) contains information at the project level and - is used to build a single project or subproject. Other users can share the - project (.dsp) file, but they should export the makefiles locally. - -Engine.cpp - This is the main DLL source file. - -Engine.h - This file contains your DLL exports. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named Engine.pch and a precompiled types file named StdAfx.obj. - - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" to indicate parts of the source code you -should add to or customize. - - -/////////////////////////////////////////////////////////////////////////////