Changeset 80 for trunk/Utilities/VbsEvents/VbsEvents.vcxproj
- Timestamp:
- Jul 30, 2012, 9:27:31 AM (10 years ago)
- Location:
- trunk/Utilities/VbsEvents
- Files:
-
- 2 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>
Note: See TracChangeset
for help on using the changeset viewer.