From 81f3129f7745029d795be4e76db1575b33d388a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Aug 2013 22:49:38 +0000 Subject: [PATCH] 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 --- build/msw/wx_vc10_adv.vcxproj | 5 +++-- build/msw/wx_vc10_aui.vcxproj | 5 +++-- build/msw/wx_vc10_gl.vcxproj | 5 +++-- build/msw/wx_vc10_html.vcxproj | 5 +++-- build/msw/wx_vc10_media.vcxproj | 5 +++-- build/msw/wx_vc10_net.vcxproj | 5 +++-- build/msw/wx_vc10_propgrid.vcxproj | 5 +++-- build/msw/wx_vc10_qa.vcxproj | 5 +++-- build/msw/wx_vc10_ribbon.vcxproj | 5 +++-- build/msw/wx_vc10_richtext.vcxproj | 5 +++-- build/msw/wx_vc10_stc.vcxproj | 5 +++-- build/msw/wx_vc10_webview.vcxproj | 1 + build/msw/wx_vc10_xml.vcxproj | 5 +++-- build/msw/wx_vc10_xrc.vcxproj | 5 +++-- 14 files changed, 40 insertions(+), 26 deletions(-) diff --git a/build/msw/wx_vc10_adv.vcxproj b/build/msw/wx_vc10_adv.vcxproj index 3a2014d18f..13a860900a 100644 --- a/build/msw/wx_vc10_adv.vcxproj +++ b/build/msw/wx_vc10_adv.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_adv - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_adv + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_aui.vcxproj b/build/msw/wx_vc10_aui.vcxproj index 7e01a52176..709f60a69a 100644 --- a/build/msw/wx_vc10_aui.vcxproj +++ b/build/msw/wx_vc10_aui.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_aui - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_aui + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_gl.vcxproj b/build/msw/wx_vc10_gl.vcxproj index 8b315edb8d..67480cabee 100644 --- a/build/msw/wx_vc10_gl.vcxproj +++ b/build/msw/wx_vc10_gl.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_gl - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_gl + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_html.vcxproj b/build/msw/wx_vc10_html.vcxproj index 00b4369f25..ff285b9774 100644 --- a/build/msw/wx_vc10_html.vcxproj +++ b/build/msw/wx_vc10_html.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_html - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_html + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_media.vcxproj b/build/msw/wx_vc10_media.vcxproj index e7b1541569..b0827291da 100644 --- a/build/msw/wx_vc10_media.vcxproj +++ b/build/msw/wx_vc10_media.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_media - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_media + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_net.vcxproj b/build/msw/wx_vc10_net.vcxproj index e99b99953e..be87f401c7 100644 --- a/build/msw/wx_vc10_net.vcxproj +++ b/build/msw/wx_vc10_net.vcxproj @@ -74,8 +74,9 @@ false true wxbase29ud_net - wxbase295ud_$(ProjectName)_vc_custom - wxbase295u_$(ProjectName)_vc_custom + wxbase29u_net + wxbase295ud_$(ProjectName)_vc_custom + wxbase295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_propgrid.vcxproj b/build/msw/wx_vc10_propgrid.vcxproj index 190ef102fd..2d0109182f 100644 --- a/build/msw/wx_vc10_propgrid.vcxproj +++ b/build/msw/wx_vc10_propgrid.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_propgrid - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_propgrid + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_qa.vcxproj b/build/msw/wx_vc10_qa.vcxproj index ded9c21ff4..0adc5965f8 100644 --- a/build/msw/wx_vc10_qa.vcxproj +++ b/build/msw/wx_vc10_qa.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_qa - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_qa + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_ribbon.vcxproj b/build/msw/wx_vc10_ribbon.vcxproj index 15d1236830..97f36ad13b 100644 --- a/build/msw/wx_vc10_ribbon.vcxproj +++ b/build/msw/wx_vc10_ribbon.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_ribbon - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_ribbon + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_richtext.vcxproj b/build/msw/wx_vc10_richtext.vcxproj index 756f2b2a19..28d4905b8e 100644 --- a/build/msw/wx_vc10_richtext.vcxproj +++ b/build/msw/wx_vc10_richtext.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_richtext - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_richtext + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_stc.vcxproj b/build/msw/wx_vc10_stc.vcxproj index b926ac2945..9a36cce803 100644 --- a/build/msw/wx_vc10_stc.vcxproj +++ b/build/msw/wx_vc10_stc.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_stc - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_stc + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_webview.vcxproj b/build/msw/wx_vc10_webview.vcxproj index 0203c64d34..7f7981158e 100644 --- a/build/msw/wx_vc10_webview.vcxproj +++ b/build/msw/wx_vc10_webview.vcxproj @@ -74,6 +74,7 @@ false true wxmsw29ud_webview + wxmsw29u_webview wxmsw295ud_$(ProjectName)_vc_custom wxmsw295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_xml.vcxproj b/build/msw/wx_vc10_xml.vcxproj index 3f3908c647..645afbd18f 100644 --- a/build/msw/wx_vc10_xml.vcxproj +++ b/build/msw/wx_vc10_xml.vcxproj @@ -74,8 +74,9 @@ false true wxbase29ud_xml - wxbase295ud_$(ProjectName)_vc_custom - wxbase295u_$(ProjectName)_vc_custom + wxbase29u_xml + wxbase295ud_$(ProjectName)_vc_custom + wxbase295u_$(ProjectName)_vc_custom diff --git a/build/msw/wx_vc10_xrc.vcxproj b/build/msw/wx_vc10_xrc.vcxproj index 6a13f8dfd2..64f6421be2 100644 --- a/build/msw/wx_vc10_xrc.vcxproj +++ b/build/msw/wx_vc10_xrc.vcxproj @@ -74,8 +74,9 @@ false true wxmsw29ud_xrc - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw29u_xrc + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom -- 2.45.2