MSVC Builds: "Add" MSVC 2015 Projects

This "adds" the Visual Studio 2015 Project files by doing what we did
before: copying the Visual Studio 2010 projects and replacing items
in them, as the formats of the Visual Studio 201x projects are largely
the same.
This commit is contained in:
Chun-wei Fan
2015-09-09 11:58:44 +08:00
parent 9c7df09c3b
commit 4025b5a54f
3 changed files with 47 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ SUBDIRS = \
vs9 \
vs10 \
vs11 \
vs12
vs12 \
vs14
EXTRA_DIST = \
make.msc \