examples/CANOpenShell/CANOpenShell.vc10.vcxproj
changeset 739 4faa0bb578e0
parent 731 c4793e10e04f
equal deleted inserted replaced
738:396839c5d70f 739:4faa0bb578e0
    22     <CharacterSet>Unicode</CharacterSet>
    22     <CharacterSet>Unicode</CharacterSet>
    23     <WholeProgramOptimization>true</WholeProgramOptimization>
    23     <WholeProgramOptimization>true</WholeProgramOptimization>
    24   </PropertyGroup>
    24   </PropertyGroup>
    25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    26     <ConfigurationType>Application</ConfigurationType>
    26     <ConfigurationType>Application</ConfigurationType>
    27     <CharacterSet>Unicode</CharacterSet>
    27     <CharacterSet>MultiByte</CharacterSet>
    28   </PropertyGroup>
    28   </PropertyGroup>
    29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    30   <ImportGroup Label="ExtensionSettings">
    30   <ImportGroup Label="ExtensionSettings">
    31   </ImportGroup>
    31   </ImportGroup>
    32   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    32   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    55       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    55       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    56       <PrecompiledHeader>
    56       <PrecompiledHeader>
    57       </PrecompiledHeader>
    57       </PrecompiledHeader>
    58       <WarningLevel>Level3</WarningLevel>
    58       <WarningLevel>Level3</WarningLevel>
    59       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    59       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
       
    60       <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
    60     </ClCompile>
    61     </ClCompile>
    61     <Link>
    62     <Link>
    62       <GenerateDebugInformation>false</GenerateDebugInformation>
    63       <GenerateDebugInformation>true</GenerateDebugInformation>
    63       <SubSystem>Console</SubSystem>
    64       <SubSystem>Console</SubSystem>
    64       <TargetMachine>MachineX86</TargetMachine>
    65       <TargetMachine>MachineX86</TargetMachine>
    65     </Link>
    66     </Link>
    66   </ItemDefinitionGroup>
    67   </ItemDefinitionGroup>
    67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    68   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">