Explicitly specify target names for all configurations in VC10 projects.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:38 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:38 +0000 (22:49 +0000)
commit81f3129f7745029d795be4e76db1575b33d388a1
tree4c2216701d367cb374c304ab115c03a61f61d2c0
parent9e2e5d0759966cdcdb7dd1ffcae65e359e447e89
Explicitly specify target names for all configurations in VC10 projects.

The target names were not specified for the "Release" configuration in some
projects, resulting in (harmless, but annoying) warnings during the build.

Closes #15439.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
build/msw/wx_vc10_adv.vcxproj
build/msw/wx_vc10_aui.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