Add Microsoft Visual Studio 2015 solution file for building wxMSW.

Allow building with VC14 out of the box.

Closes https://github.com/wxWidgets/wxWidgets/pull/48
This commit is contained in:
Peter Tissen
2015-07-21 17:38:36 +02:00
committed by Vadim Zeitlin
parent cb81c2e914
commit 328743bf2d
3 changed files with 517 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ wxMSW:
- wxListCtrl::GetItemCount() in wxEVT_LIST_INSERT_ITEM is no longer off by 1.
- Don't send bogus root selection events when clicking wxTreeCtrl (sbrowne).
- Avoid bogus assert after calling wxDatePickerCtrl::SetRange().
- Add solution file for building with MSVS 2014 (Peter Tissen).
wxOSX/Cocoa: