2019-02-09

ANTz was orginally built using Visual Studio 2008 'antz.vcproj' file.

Recently we've switched to VS-2013 'antz.vcxproj' format.

The main difference is when trying to run on a very old MSW OS, you
may need to install an additional vcredist...

In theory, newer versions of Visual Studio should also be compatible.
(But have not been tested).

The first time you open the project, you (likely) want to switch to 
'Release' build.

To create a 'Debug' app, you will need to copy the missing .DLL files
from the root antz folder to 'sdk\vs\debug' folder.
(This extra step helps save on the download size.)
