From 811778bd4e21aea24d9f6c70ae6de6aa94c1f9a3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 22 Feb 2016 09:22:05 +0100 Subject: [PATCH] API version suffix added to DLL file name --- lib/libZRCola/build/libZRCola.props | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/libZRCola/build/libZRCola.props b/lib/libZRCola/build/libZRCola.props index 9b78041..1b7bdc1 100644 --- a/lib/libZRCola/build/libZRCola.props +++ b/lib/libZRCola/build/libZRCola.props @@ -1,14 +1,21 @@  - + + 10 + ..\..\..\output\$(Platform).$(Configuration)\ + $(ProjectName)$(libZRColaVersion) LIBZRCOLA;%(PreprocessorDefinitions) - + + + $(libZRColaVersion) + + \ No newline at end of file