Fix DLL targets names in manually maintained VC10 project files.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Aug 2013 14:33:16 +0000 (14:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Aug 2013 14:33:16 +0000 (14:33 +0000)
commit6ce0ccf59331fa1b0301195544046819972ef819
tree5f468c01295baff87c40e3d18abb2df22bc59cce
parent76e7cfab8fdb0c7862fd07e427af54181717fc62
Fix DLL targets names in manually maintained VC10 project files.

This takes care of annoying warning about "target name does not match linker
output file name" when building the DLLs.

Closes #15435.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
build/msw/wx_vc10_adv.vcxproj
build/msw/wx_vc10_aui.vcxproj
build/msw/wx_vc10_base.vcxproj
build/msw/wx_vc10_core.vcxproj
build/msw/wx_vc10_gl.vcxproj
build/msw/wx_vc10_html.vcxproj
build/msw/wx_vc10_media.vcxproj
build/msw/wx_vc10_net.vcxproj
build/msw/wx_vc10_propgrid.vcxproj
build/msw/wx_vc10_qa.vcxproj
build/msw/wx_vc10_ribbon.vcxproj
build/msw/wx_vc10_richtext.vcxproj
build/msw/wx_vc10_stc.vcxproj
build/msw/wx_vc10_webview.vcxproj
build/msw/wx_vc10_xml.vcxproj
build/msw/wx_vc10_xrc.vcxproj