1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="stringperf" 6 ProjectGUID="{523710EA-349D-45BF-8B39-289CC86E7D91}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Release|Win32" 18 OutputDirectory=".\Release" 19 IntermediateDirectory=".\Release" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 TypeLibraryName=".\Release/stringperf.tlb" 41 HeaderFileName="" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="2" 46 InlineFunctionExpansion="1" 47 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 48 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 49 StringPooling="true" 50 RuntimeLibrary="2" 51 EnableFunctionLevelLinking="true" 52 UsePrecompiledHeader="0" 53 PrecompiledHeaderFile=".\Release/stringperf.pch" 54 AssemblerListingLocation=".\Release/" 55 ObjectFile=".\Release/" 56 ProgramDataBaseFileName=".\Release/" 57 WarningLevel="3" 58 SuppressStartupBanner="true" 59 CompileAs="0" 60 /> 61 <Tool 62 Name="VCManagedResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCResourceCompilerTool" 66 PreprocessorDefinitions="NDEBUG" 67 Culture="1033" 68 /> 69 <Tool 70 Name="VCPreLinkEventTool" 71 /> 72 <Tool 73 Name="VCLinkerTool" 74 AdditionalDependencies="icuuc.lib icutu.lib icutest.lib winmm.lib" 75 OutputFile=".\Release/stringperf.exe" 76 LinkIncremental="1" 77 SuppressStartupBanner="true" 78 AdditionalLibraryDirectories="..\..\..\..\lib\" 79 ProgramDatabaseFile=".\Release/stringperf.pdb" 80 SubSystem="1" 81 TargetMachine="1" 82 /> 83 <Tool 84 Name="VCALinkTool" 85 /> 86 <Tool 87 Name="VCManifestTool" 88 /> 89 <Tool 90 Name="VCXDCMakeTool" 91 /> 92 <Tool 93 Name="VCBscMakeTool" 94 /> 95 <Tool 96 Name="VCFxCopTool" 97 /> 98 <Tool 99 Name="VCAppVerifierTool" 100 /> 101 <Tool 102 Name="VCWebDeploymentTool" 103 /> 104 <Tool 105 Name="VCPostBuildEventTool" 106 /> 107 </Configuration> 108 <Configuration 109 Name="Debug|Win32" 110 OutputDirectory=".\Debug" 111 IntermediateDirectory=".\Debug" 112 ConfigurationType="1" 113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 114 UseOfMFC="0" 115 ATLMinimizesCRunTimeLibraryUsage="false" 116 CharacterSet="2" 117 > 118 <Tool 119 Name="VCPreBuildEventTool" 120 /> 121 <Tool 122 Name="VCCustomBuildTool" 123 /> 124 <Tool 125 Name="VCXMLDataGeneratorTool" 126 /> 127 <Tool 128 Name="VCWebServiceProxyGeneratorTool" 129 /> 130 <Tool 131 Name="VCMIDLTool" 132 TypeLibraryName=".\Debug/stringperf.tlb" 133 HeaderFileName="" 134 /> 135 <Tool 136 Name="VCCLCompilerTool" 137 Optimization="0" 138 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 139 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 140 BasicRuntimeChecks="3" 141 RuntimeLibrary="3" 142 UsePrecompiledHeader="0" 143 PrecompiledHeaderFile=".\Debug/stringperf.pch" 144 AssemblerListingLocation=".\Debug/" 145 ObjectFile=".\Debug/" 146 ProgramDataBaseFileName=".\Debug/" 147 BrowseInformation="1" 148 WarningLevel="3" 149 SuppressStartupBanner="true" 150 DebugInformationFormat="3" 151 CompileAs="0" 152 /> 153 <Tool 154 Name="VCManagedResourceCompilerTool" 155 /> 156 <Tool 157 Name="VCResourceCompilerTool" 158 PreprocessorDefinitions="_DEBUG" 159 Culture="1047" 160 /> 161 <Tool 162 Name="VCPreLinkEventTool" 163 /> 164 <Tool 165 Name="VCLinkerTool" 166 AdditionalDependencies="icuucd.lib icutud.lib icutestd.lib winmm.lib" 167 OutputFile=".\Debug/stringperf.exe" 168 LinkIncremental="1" 169 SuppressStartupBanner="true" 170 AdditionalLibraryDirectories="..\..\..\..\lib\" 171 GenerateDebugInformation="true" 172 ProgramDatabaseFile=".\Debug/stringperf.pdb" 173 SubSystem="1" 174 /> 175 <Tool 176 Name="VCALinkTool" 177 /> 178 <Tool 179 Name="VCManifestTool" 180 /> 181 <Tool 182 Name="VCXDCMakeTool" 183 /> 184 <Tool 185 Name="VCBscMakeTool" 186 /> 187 <Tool 188 Name="VCFxCopTool" 189 /> 190 <Tool 191 Name="VCAppVerifierTool" 192 /> 193 <Tool 194 Name="VCWebDeploymentTool" 195 /> 196 <Tool 197 Name="VCPostBuildEventTool" 198 /> 199 </Configuration> 200 </Configurations> 201 <References> 202 </References> 203 <Files> 204 <Filter 205 Name="Source Files" 206 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 207 > 208 <File 209 RelativePath="stringperf.cpp" 210 > 211 <FileConfiguration 212 Name="Release|Win32" 213 > 214 <Tool 215 Name="VCCLCompilerTool" 216 Optimization="2" 217 AdditionalIncludeDirectories="" 218 PreprocessorDefinitions="" 219 /> 220 </FileConfiguration> 221 <FileConfiguration 222 Name="Debug|Win32" 223 > 224 <Tool 225 Name="VCCLCompilerTool" 226 Optimization="0" 227 AdditionalIncludeDirectories="" 228 PreprocessorDefinitions="" 229 BasicRuntimeChecks="3" 230 BrowseInformation="1" 231 /> 232 </FileConfiguration> 233 </File> 234 </Filter> 235 <Filter 236 Name="Header Files" 237 Filter="h;hpp;hxx;hm;inl" 238 > 239 <File 240 RelativePath="stringperf.h" 241 > 242 </File> 243 </Filter> 244 <Filter 245 Name="Resource Files" 246 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 247 > 248 </Filter> 249 </Files> 250 <Globals> 251 </Globals> 252</VisualStudioProject> 253