Win32 VS2010 project files:
authorChristian Taedcke <hacking@taedcke.com>
Tue, 22 May 2012 08:07:59 +0200
changeset 725 54b0c6de4e15
parent 724 1445f32c4b2d
child 726 b52c951dec63
Win32 VS2010 project files:
- changed debug database name und moved it to the OutDir
CanFestival-3.vc10.vcxproj
drivers/can_ixxat_win32/can_ixxat_win32.vc10.vcxproj
examples/CANOpenShell/CANOpenShell.vc10.vcxproj
examples/win32test/win32test.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 @@
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <PrecompiledHeader>
       </PrecompiledHeader>
-      <ProgramDataBaseFileName>$(IntDir)CanFestival-3.pdb</ProgramDataBaseFileName>
+      <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
       <WarningLevel>Level3</WarningLevel>
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
--- 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 @@
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+      <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
       <AdditionalDependencies>vci11un6.lib;%(AdditionalDependencies)</AdditionalDependencies>
--- 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 @@
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+      <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
       <GenerateDebugInformation>true</GenerateDebugInformation>
--- 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 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <CharacterSet>MultiByte</CharacterSet>
+    <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <CharacterSet>MultiByte</CharacterSet>
+    <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
@@ -57,6 +57,7 @@
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+      <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
     </ClCompile>
     <Link>
       <OutputFile>$(OutDir)win32test.exe</OutputFile>