ciderpress/util
Andy McFadden be8d3a4911 WinXP compatibility update
This changes the Platform Toolset configuration from "Visual Studio
2013 (v120)" to "Visual Studio 2013 - Windows XP (v120_xp)".  Without
this change, executables built by VS2013 will not run on WinXP.

To actually run on WinXP, we also need to install the redistributable
msvcr120.dll and mfc120u.dll, both of which are fairly large.  The
installation package has more than doubled in size.

At some point we may want to drop WinXP support -- Microsoft declared
end-of-life on April 8 2014 -- but if the only penalty is a 2MB increase
in installer size, we might as well keep supporting WinXP users.
2014-12-10 11:57:41 -08:00
..
CancelDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
FaddenStd.h Minor fixes 2014-11-18 17:10:23 -08:00
ImageDataObject.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
ImageDataObject.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
Modeless.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyBitmapButton.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
MyBitmapButton.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyDIBitmap.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
MyDIBitmap.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyDebug.cpp File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
MyDebug.h File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
MyEdit.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
MyEdit.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MySpinCtrl.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
MySpinCtrl.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
PathName.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
PathName.h File selection dialog update, part 2 2014-12-03 16:10:03 -08:00
Pidl.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
Pidl.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
ProgressCancelDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
SelectFilesDialog.cpp WinHelp to HtmlHelp conversion, part 2 2014-12-09 14:10:52 -08:00
SelectFilesDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
ShellTree.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
ShellTree.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
SoundFile.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
SoundFile.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Util.cpp WinHelp to HtmlHelp conversion, part 2 2014-12-09 14:10:52 -08:00
Util.h WinHelp to HtmlHelp conversion, part 2 2014-12-09 14:10:52 -08:00
UtilLib.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
util.vcxproj WinXP compatibility update 2014-12-10 11:57:41 -08:00
util.vcxproj.filters Added new logging macros 2014-11-17 18:07:07 -08:00