# HG changeset patch
# User Christian Taedcke <hacking@taedcke.com>
# Date 1337671039 -7200
# Node ID c4793e10e04f2b1a9c9a1acce6bbc4960021b8e9
# Parent  b5f4b3e2d01cc282ab94c32639d4c20a94eb65f8
VS2010 project files:
- reverted character set of Debug configuration to MultiByte

diff -r b5f4b3e2d01c -r c4793e10e04f CanFestival-3.vc10.vcxproj
--- a/CanFestival-3.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/CanFestival-3.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -23,7 +23,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
diff -r b5f4b3e2d01c -r c4793e10e04f drivers/can_anagate_win32/can_anagate_win32.vc10.vcxproj
--- a/drivers/can_anagate_win32/can_anagate_win32.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/drivers/can_anagate_win32/can_anagate_win32.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -24,7 +24,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
diff -r b5f4b3e2d01c -r c4793e10e04f drivers/can_copcican_win32/can_copcican_win32.vc10.vcxproj
--- a/drivers/can_copcican_win32/can_copcican_win32.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/drivers/can_copcican_win32/can_copcican_win32.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -20,7 +20,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
diff -r b5f4b3e2d01c -r c4793e10e04f drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj
--- a/drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -23,7 +23,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
diff -r b5f4b3e2d01c -r c4793e10e04f examples/CANOpenShell/CANOpenShell.vc10.vcxproj
--- a/examples/CANOpenShell/CANOpenShell.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/examples/CANOpenShell/CANOpenShell.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -24,7 +24,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
diff -r b5f4b3e2d01c -r c4793e10e04f examples/win32test/win32test.vc10.vcxproj
--- a/examples/win32test/win32test.vc10.vcxproj	Tue May 22 08:36:07 2012 +0200
+++ b/examples/win32test/win32test.vc10.vcxproj	Tue May 22 09:17:19 2012 +0200
@@ -22,7 +22,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <CharacterSet>Unicode</CharacterSet>
+    <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">