Changeset 516 for trunk/Utilities


Ignore:
Timestamp:
Sep 10, 2015, 11:02:11 PM (9 years ago)
Author:
roman
Message:

Win XP friendly configuration

Location:
trunk/Utilities/LogStdOutput
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/LogStdOutput/LogStdOutput.vcxproj

    r514 r516  
    4040    <ConfigurationType>Application</ConfigurationType>
    4141    <UseDebugLibraries>false</UseDebugLibraries>
    42     <PlatformToolset>v120</PlatformToolset>
     42    <PlatformToolset>v120_xp</PlatformToolset>
    4343    <WholeProgramOptimization>true</WholeProgramOptimization>
    4444    <CharacterSet>Unicode</CharacterSet>
     
    4747    <ConfigurationType>Application</ConfigurationType>
    4848    <UseDebugLibraries>false</UseDebugLibraries>
    49     <PlatformToolset>v120</PlatformToolset>
     49    <PlatformToolset>v120_xp</PlatformToolset>
    5050    <WholeProgramOptimization>true</WholeProgramOptimization>
    5151    <CharacterSet>Unicode</CharacterSet>
     
    122122      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    123123      <SDLCheck>true</SDLCheck>
     124      <StringPooling>true</StringPooling>
     125      <ExceptionHandling>Async</ExceptionHandling>
     126      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    124127    </ClCompile>
    125128    <Link>
     
    139142      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    140143      <SDLCheck>true</SDLCheck>
     144      <StringPooling>true</StringPooling>
     145      <ExceptionHandling>Async</ExceptionHandling>
     146      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    141147    </ClCompile>
    142148    <Link>
Note: See TracChangeset for help on using the changeset viewer.