From 4132e6de41c06998b4d74b5ed7d4b4d9dbd706e7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 24 Aug 2013 14:33:33 +0000 Subject: [PATCH] Add webviewarchivehandler.cpp to manually maintained VC10 project file. Closes #15427. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/msw/wx_vc10_webview.vcxproj | 6 ++++-- build/msw/wx_vc10_webview.vcxproj.filters | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build/msw/wx_vc10_webview.vcxproj b/build/msw/wx_vc10_webview.vcxproj index 5388dd0..c113d72 100644 --- a/build/msw/wx_vc10_webview.vcxproj +++ b/build/msw/wx_vc10_webview.vcxproj @@ -74,8 +74,8 @@ false true wxmsw29ud_webview - wxmsw295ud_$(ProjectName)_vc_custom - wxmsw295u_$(ProjectName)_vc_custom + wxmsw295ud_$(ProjectName)_vc_custom + wxmsw295u_$(ProjectName)_vc_custom @@ -250,6 +250,7 @@ + @@ -295,6 +296,7 @@ + diff --git a/build/msw/wx_vc10_webview.vcxproj.filters b/build/msw/wx_vc10_webview.vcxproj.filters index 4d66e70..f720a9d 100644 --- a/build/msw/wx_vc10_webview.vcxproj.filters +++ b/build/msw/wx_vc10_webview.vcxproj.filters @@ -27,6 +27,9 @@ Common Sources + + Common Sources + MSW Sources @@ -49,6 +52,9 @@ Common Headers + + Common Headers + -- 2.7.4