Add Microsoft Visual Studio 2017 solution file for building wxMSW
Allow building with VS15 out of the box. Closes https://github.com/wxWidgets/wxWidgets/pull/353
This commit is contained in:
parent
79773dec34
commit
3206df50c4
9 changed files with 691 additions and 1 deletions
|
|
@ -8,5 +8,6 @@
|
|||
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0'">v110</PlatformToolset>
|
||||
<PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
|
||||
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
|
||||
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue