From 4faa4b229ffb33bf8c2c0026bae67474ac5c17f5 Mon Sep 17 00:00:00 2001 From: gigaherz Date: Wed, 14 Apr 2010 20:02:36 +0000 Subject: [PATCH] Yet another missing .props ... ;_; git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2847 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/wxWidgets/build/msw/Common.props | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3rdparty/wxWidgets/build/msw/Common.props diff --git a/3rdparty/wxWidgets/build/msw/Common.props b/3rdparty/wxWidgets/build/msw/Common.props new file mode 100644 index 0000000000..9b77bf94f3 --- /dev/null +++ b/3rdparty/wxWidgets/build/msw/Common.props @@ -0,0 +1,16 @@ + + + + <_ProjectFileVersion>10.0.30128.1 + <_PropertySheetDisplayName>wxCommon + $(PlatformName)\$(Configuration)\$(ProjectName)\ + + + + WIN32;__WXMSW__;_LIB;wxUSE_UNICODE=1;%(PreprocessorDefinitions) + Async + true + Default + + + \ No newline at end of file