aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC11/lib/.gitignore
AgeCommit message (Collapse)Author
2015-08-18gitignore: Sort for readabilityJay Satiro
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2015-07-28build: Fixed missing .opensdf files from VC10+ .gitignore filesSteve Holme
2014-04-18build: Added Visual Studio 2012 (VC11) project filesSteve Holme
Carrying on from commit 11025613b9 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.