* support installation of both x64 and x86 binaries
* add readme
* add function to convert line endings. The README.md file currently has
Windows line endings, but if that ever changes this function will
automatically make the file "Windows friendly".
- No hard coded dependency paths. These are better set with environment
variables or property pages.
- Don't require admin rights to run
- Add support for running on Windows XP (note that Boost and Crypto++
*also* need to be built targetting XP).
- Explicitly set type to console application
- Initial stubs for building x64 version
- Turn off sending error reports to Microsoft
- spaces, not tabs (matches the default when saved by VS2013 itself)
- disable multibyte
- re-enable SDL checks
Some include and library settings are added for jenkins to match up with
meeh's win32 slave. Currenly not executing on winXP even compiler and
msdn claims to support it.