Changeset 80
- Timestamp:
- Jul 30, 2012, 9:27:31 AM (11 years ago)
- Location:
- trunk/Utilities/VbsEvents
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/VbsEvents
- Property svn:ignore
-
old new 2 2 *.suo 3 3 *.aps 4 *.sdf
-
- Property svn:ignore
-
trunk/Utilities/VbsEvents/VbsEvents.vcxproj
r79 r80 25 25 <ConfigurationType>DynamicLibrary</ConfigurationType> 26 26 <UseDebugLibraries>false</UseDebugLibraries> 27 <UseOfAtl> Dynamic</UseOfAtl>27 <UseOfAtl>Static</UseOfAtl> 28 28 <CharacterSet>Unicode</CharacterSet> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 29 30 </PropertyGroup> 30 31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 82 83 <PrecompiledHeader>Use</PrecompiledHeader> 83 84 <WarningLevel>Level3</WarningLevel> 84 <Optimization> MaxSpeed</Optimization>85 <Optimization>Full</Optimization> 85 86 <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> 86 95 </ClCompile> 87 96 <Midl> -
trunk/Utilities/VbsEvents/VbsEvents_i.c
r79 r80 7 7 8 8 /* File created by MIDL compiler version 7.00.0555 */ 9 /* at Mon Jul 30 19: 11:0720129 /* at Mon Jul 30 19:21:41 2012 10 10 */ 11 11 /* Compiler settings for VbsEvents.idl: -
trunk/Utilities/VbsEvents/VbsEvents_i.h
r79 r80 5 5 6 6 /* File created by MIDL compiler version 7.00.0555 */ 7 /* at Mon Jul 30 19: 11:0720127 /* at Mon Jul 30 19:21:41 2012 8 8 */ 9 9 /* Compiler settings for VbsEvents.idl: -
trunk/Utilities/VbsEvents/VbsEvents_p.c
r79 r80 5 5 6 6 /* File created by MIDL compiler version 7.00.0555 */ 7 /* at Mon Jul 30 19: 11:0720127 /* at Mon Jul 30 19:21:41 2012 8 8 */ 9 9 /* Compiler settings for VbsEvents.idl:
Note: See TracChangeset
for help on using the changeset viewer.