Changeset 80 for trunk


Ignore:
Timestamp:
Jul 30, 2012, 9:27:31 AM (12 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/VbsEvents
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/VbsEvents

    • Property svn:ignore
      •  

        old new  
        22*.suo
        33*.aps
         4*.sdf
  • trunk/Utilities/VbsEvents/VbsEvents.vcxproj

    r79 r80  
    2525    <ConfigurationType>DynamicLibrary</ConfigurationType>
    2626    <UseDebugLibraries>false</UseDebugLibraries>
    27     <UseOfAtl>Dynamic</UseOfAtl>
     27    <UseOfAtl>Static</UseOfAtl>
    2828    <CharacterSet>Unicode</CharacterSet>
     29    <WholeProgramOptimization>true</WholeProgramOptimization>
    2930  </PropertyGroup>
    3031  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     
    8283      <PrecompiledHeader>Use</PrecompiledHeader>
    8384      <WarningLevel>Level3</WarningLevel>
    84       <Optimization>MaxSpeed</Optimization>
     85      <Optimization>Full</Optimization>
    8586      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     87      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
     88      <IntrinsicFunctions>true</IntrinsicFunctions>
     89      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
     90      <OmitFramePointers>true</OmitFramePointers>
     91      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
     92      <WholeProgramOptimization>true</WholeProgramOptimization>
     93      <StringPooling>true</StringPooling>
     94      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    8695    </ClCompile>
    8796    <Midl>
  • trunk/Utilities/VbsEvents/VbsEvents_i.c

    r79 r80  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Mon Jul 30 19:11:07 2012
     9/* at Mon Jul 30 19:21:41 2012
    1010 */
    1111/* Compiler settings for VbsEvents.idl:
  • trunk/Utilities/VbsEvents/VbsEvents_i.h

    r79 r80  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Mon Jul 30 19:11:07 2012
     7/* at Mon Jul 30 19:21:41 2012
    88 */
    99/* Compiler settings for VbsEvents.idl:
  • trunk/Utilities/VbsEvents/VbsEvents_p.c

    r79 r80  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Mon Jul 30 19:11:07 2012
     7/* at Mon Jul 30 19:21:41 2012
    88 */
    99/* Compiler settings for VbsEvents.idl:
Note: See TracChangeset for help on using the changeset viewer.