# HG changeset patch
# User John Tsiombikas <nuclear@member.fsf.org>
# Date 1380410091 -10800
# Node ID 0409e7e61d6481b89edbd8c3486995ff3604efa6
# Parent  9265b419f5e1196e07daee3771e087fbabac1d34
added -dbg suffix to the debug version of the win64 library name.

diff -r 9265b419f5e1 -r 0409e7e61d64 libanim-vs2012.vcxproj
--- a/libanim-vs2012.vcxproj	Tue Aug 20 05:15:31 2013 +0300
+++ b/libanim-vs2012.vcxproj	Sun Sep 29 02:14:51 2013 +0300
@@ -71,7 +71,7 @@
     <IntDir>$(Configuration)\</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <TargetName>$(ProjectName)-x64</TargetName>
+    <TargetName>$(ProjectName)-x64-dbg</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>