Added MS VC14 solution
authorkhizmax <libcds.dev@gmail.com>
Wed, 6 May 2015 20:12:06 +0000 (23:12 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 6 May 2015 20:12:06 +0000 (23:12 +0300)
commitf3422dc2034d0998f23dc710936e8ccac032472a
tree48561688b3500057c662019e5dc933eaed6b0655
parent91dba116ea57ecd746f54f9c5c30c4738579aaf6
Added MS VC14 solution
39 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-list.vcxproj [new file with mode: 0644]
projects/Win/vc14/hdr-test-list.vcxproj.filters [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-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-find.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel-item.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel-item.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-map-insdel.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-map-insdelfind.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-set-insdel.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/unit-set-insdelfind.vcxproj [new file with mode: 0644]
projects/Win/vc14/unit-stack.vcxproj [new file with mode: 0644]