Add manually created VC10 project and solution files for the library.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 15:47:14 +0000 (15:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 15:47:14 +0000 (15:47 +0000)
commit63fd12c735b3b0fbe9c861f235d96196c9b17417
tree938c9fe01d25462be61827c902109e9848f3b569
parent27d79a5027bee4f46e57c813d072422065cb1592
Add manually created VC10 project and solution files for the library.

These files were obtained by importing the VC9 files and then setting up the
dependencies correctly in the solution. This is just a temporary solution and
we'll hopefully generate them with bakefile-1 for the 3.0 release but for now
this is better than nothing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
47 files changed:
build/msw/wx_vc10.sln [new file with mode: 0644]
build/msw/wx_vc10_adv.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_adv.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_aui.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_aui.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_base.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_base.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_core.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_core.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_gl.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_gl.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_html.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_html.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_media.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_media.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_net.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_net.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_propgrid.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_propgrid.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_qa.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_qa.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_ribbon.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_ribbon.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_richtext.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_richtext.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_stc.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_stc.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_webview.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_webview.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxexpat.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxexpat.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxjpeg.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxjpeg.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxpng.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxpng.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxregex.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxregex.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxscintilla.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxscintilla.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxtiff.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxtiff.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_wxzlib.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_wxzlib.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_xml.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_xml.vcxproj.filters [new file with mode: 0644]
build/msw/wx_vc10_xrc.vcxproj [new file with mode: 0644]
build/msw/wx_vc10_xrc.vcxproj.filters [new file with mode: 0644]