From 3125d436d9c56e0c86034da261117e51cc24e921 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 22 Feb 2016 09:21:58 +0100 Subject: [PATCH] API version suffix added to DLL file name --- build/wxExtend.props | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build/wxExtend.props b/build/wxExtend.props index 4e717ca..57fd5e4 100644 --- a/build/wxExtend.props +++ b/build/wxExtend.props @@ -1,14 +1,21 @@  - + + 10 + ..\..\..\output\$(Platform).$(Configuration)\ + $(ProjectName)$(wxExtendVersion) WXEXTEND;%(PreprocessorDefinitions) - + + + $(wxExtendVersion) + + \ No newline at end of file