# HG changeset patch # User Christian Taedcke # Date 1337666879 -7200 # Node ID 54b0c6de4e1544cd226ffc60cc8350b5279751aa # Parent 1445f32c4b2d6c81a45f4dc69d1584115f8f2868 Win32 VS2010 project files: - changed debug database name und moved it to the OutDir diff -r 1445f32c4b2d -r 54b0c6de4e15 CanFestival-3.vc10.vcxproj --- a/CanFestival-3.vc10.vcxproj Mon May 21 16:17:13 2012 +0200 +++ b/CanFestival-3.vc10.vcxproj Tue May 22 08:07:59 2012 +0200 @@ -54,7 +54,7 @@ MultiThreadedDebugDLL - $(IntDir)CanFestival-3.pdb + $(OutDir)$(ProjectName).pdb Level3 EditAndContinue diff -r 1445f32c4b2d -r 54b0c6de4e15 drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj --- a/drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj Mon May 21 16:17:13 2012 +0200 +++ b/drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj Tue May 22 08:07:59 2012 +0200 @@ -57,6 +57,7 @@ Level3 EditAndContinue + $(OutDir)$(ProjectName).pdb vci11un6.lib;%(AdditionalDependencies) diff -r 1445f32c4b2d -r 54b0c6de4e15 examples/CANOpenShell/CANOpenShell.vc10.vcxproj --- a/examples/CANOpenShell/CANOpenShell.vc10.vcxproj Mon May 21 16:17:13 2012 +0200 +++ b/examples/CANOpenShell/CANOpenShell.vc10.vcxproj Tue May 22 08:07:59 2012 +0200 @@ -57,6 +57,7 @@ Level3 EditAndContinue + $(OutDir)$(ProjectName).pdb true diff -r 1445f32c4b2d -r 54b0c6de4e15 examples/win32test/win32test.vc10.vcxproj --- a/examples/win32test/win32test.vc10.vcxproj Mon May 21 16:17:13 2012 +0200 +++ b/examples/win32test/win32test.vc10.vcxproj Tue May 22 08:07:59 2012 +0200 @@ -18,11 +18,11 @@ Application - MultiByte + Unicode Application - MultiByte + Unicode @@ -57,6 +57,7 @@ Level3 EditAndContinue + $(OutDir)$(ProjectName).pdb $(OutDir)win32test.exe