Add MSVC++ 2015 Preview projects
authorkhizmax <libcds.dev@gmail.com>
Thu, 20 Nov 2014 06:30:48 +0000 (09:30 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 20 Nov 2014 06:30:48 +0000 (09:30 +0300)
commit95331993c42cfba6b8ae2771617880f8c028c099
tree8813f10191657f2ddf36243867297446d59dc7bd
parentaf8ae303bac899508a6c4ff4c8b26aec21aed918
Add MSVC++ 2015 Preview projects
32 files changed:
.gitignore
projects/Win/vc14/cds.sln [new file with mode: 0644]
projects/Win/vc14/cds.vcxproj [new file with mode: 0644]
projects/Win/vc14/cds.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-deque.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-map.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-map.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-misc.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-ordered-list.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-ordered-list.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-priority_queue.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-priority_queue.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-queue.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-queue.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-set.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-set.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-stack.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-striped-set.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-striped-set.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-tree.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-tree.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-delodd.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-map-find.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-misc.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-misc.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-pqueue.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-prerequisites.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-queue.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-set-delodd.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-set-insdel.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-stack.vcxproj [new file with mode: 0644]