1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioPropertySheet 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="releaseproduction" 6 > 7 <Tool 8 Name="VCCLCompilerTool" 9 Optimization="2" 10 PreprocessorDefinitions="NDEBUG" 11 RuntimeLibrary="2" 12 /> 13 <Tool 14 Name="VCLinkerTool" 15 LinkIncremental="1" 16 OptimizeReferences="2" 17 EnableCOMDATFolding="2" 18 OptimizeForWindows98="1" 19 /> 20 <Tool 21 Name="VCResourceCompilerTool" 22 PreprocessorDefinitions="NDEBUG" 23 /> 24 <UserMacro 25 Name="WebKitConfigSuffix" 26 Value="" 27 PerformEnvironmentSet="true" 28 /> 29 <UserMacro 30 Name="LibraryConfigSuffix" 31 Value="" 32 PerformEnvironmentSet="true" 33 /> 34 <UserMacro 35 Name="WebKitDLLConfigSuffix" 36 Value="" 37 /> 38</VisualStudioPropertySheet> 39