1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="strsrch" 6 ProjectGUID="{E97790D1-7ABE-4C8E-9627-251ABEAA3EEC}" 7 TargetFrameworkVersion="131072" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Debug|Win32" 22 OutputDirectory=".\x86\Debug" 23 IntermediateDirectory=".\x86\Debug" 24 ConfigurationType="1" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 26 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 CharacterSet="2" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 TypeLibraryName=".\x86\Debug/strsrch.tlb" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 Optimization="0" 49 AdditionalIncludeDirectories="..\..\..\include" 50 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 51 BasicRuntimeChecks="3" 52 RuntimeLibrary="1" 53 TreatWChar_tAsBuiltInType="true" 54 UsePrecompiledHeader="0" 55 PrecompiledHeaderFile=".\x86\Debug/strsrch.pch" 56 AssemblerListingLocation=".\x86\Debug/" 57 ObjectFile=".\x86\Debug/" 58 ProgramDataBaseFileName=".\x86\Debug/" 59 BrowseInformation="1" 60 WarningLevel="3" 61 SuppressStartupBanner="true" 62 DebugInformationFormat="4" 63 CompileAs="0" 64 /> 65 <Tool 66 Name="VCManagedResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="_DEBUG" 71 Culture="1033" 72 /> 73 <Tool 74 Name="VCPreLinkEventTool" 75 /> 76 <Tool 77 Name="VCLinkerTool" 78 AdditionalDependencies="icuind.lib icuucd.lib" 79 OutputFile=".\x86\Debug/strsrch.exe" 80 LinkIncremental="2" 81 SuppressStartupBanner="true" 82 AdditionalLibraryDirectories="..\..\..\lib" 83 GenerateDebugInformation="true" 84 ProgramDatabaseFile=".\x86\Debug/strsrch.pdb" 85 SubSystem="1" 86 RandomizedBaseAddress="1" 87 DataExecutionPrevention="0" 88 /> 89 <Tool 90 Name="VCALinkTool" 91 /> 92 <Tool 93 Name="VCManifestTool" 94 /> 95 <Tool 96 Name="VCXDCMakeTool" 97 /> 98 <Tool 99 Name="VCBscMakeTool" 100 /> 101 <Tool 102 Name="VCFxCopTool" 103 /> 104 <Tool 105 Name="VCAppVerifierTool" 106 /> 107 <Tool 108 Name="VCPostBuildEventTool" 109 /> 110 </Configuration> 111 <Configuration 112 Name="Debug|x64" 113 OutputDirectory=".\x64\Debug" 114 IntermediateDirectory=".\x64\Debug" 115 ConfigurationType="1" 116 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 117 UseOfMFC="0" 118 ATLMinimizesCRunTimeLibraryUsage="false" 119 CharacterSet="2" 120 > 121 <Tool 122 Name="VCPreBuildEventTool" 123 /> 124 <Tool 125 Name="VCCustomBuildTool" 126 /> 127 <Tool 128 Name="VCXMLDataGeneratorTool" 129 /> 130 <Tool 131 Name="VCWebServiceProxyGeneratorTool" 132 /> 133 <Tool 134 Name="VCMIDLTool" 135 TargetEnvironment="3" 136 TypeLibraryName=".\x64\Debug/strsrch.tlb" 137 /> 138 <Tool 139 Name="VCCLCompilerTool" 140 Optimization="0" 141 AdditionalIncludeDirectories="..\..\..\include" 142 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 143 BasicRuntimeChecks="3" 144 RuntimeLibrary="1" 145 TreatWChar_tAsBuiltInType="true" 146 UsePrecompiledHeader="0" 147 PrecompiledHeaderFile=".\x64\Debug/strsrch.pch" 148 AssemblerListingLocation=".\x64\Debug/" 149 ObjectFile=".\x64\Debug/" 150 ProgramDataBaseFileName=".\x64\Debug/" 151 BrowseInformation="1" 152 WarningLevel="3" 153 SuppressStartupBanner="true" 154 DebugInformationFormat="3" 155 CompileAs="0" 156 /> 157 <Tool 158 Name="VCManagedResourceCompilerTool" 159 /> 160 <Tool 161 Name="VCResourceCompilerTool" 162 PreprocessorDefinitions="_DEBUG" 163 Culture="1033" 164 /> 165 <Tool 166 Name="VCPreLinkEventTool" 167 /> 168 <Tool 169 Name="VCLinkerTool" 170 AdditionalDependencies="icuind.lib icuucd.lib" 171 OutputFile=".\x64\Debug/strsrch.exe" 172 LinkIncremental="2" 173 SuppressStartupBanner="true" 174 AdditionalLibraryDirectories="..\..\..\lib64" 175 GenerateDebugInformation="true" 176 ProgramDatabaseFile=".\x64\Debug/strsrch.pdb" 177 SubSystem="1" 178 RandomizedBaseAddress="1" 179 DataExecutionPrevention="0" 180 TargetMachine="17" 181 /> 182 <Tool 183 Name="VCALinkTool" 184 /> 185 <Tool 186 Name="VCManifestTool" 187 /> 188 <Tool 189 Name="VCXDCMakeTool" 190 /> 191 <Tool 192 Name="VCBscMakeTool" 193 /> 194 <Tool 195 Name="VCFxCopTool" 196 /> 197 <Tool 198 Name="VCAppVerifierTool" 199 /> 200 <Tool 201 Name="VCPostBuildEventTool" 202 /> 203 </Configuration> 204 <Configuration 205 Name="Release|Win32" 206 OutputDirectory=".\x86\Release" 207 IntermediateDirectory=".\x86\Release" 208 ConfigurationType="1" 209 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 210 UseOfMFC="0" 211 ATLMinimizesCRunTimeLibraryUsage="false" 212 CharacterSet="2" 213 > 214 <Tool 215 Name="VCPreBuildEventTool" 216 /> 217 <Tool 218 Name="VCCustomBuildTool" 219 /> 220 <Tool 221 Name="VCXMLDataGeneratorTool" 222 /> 223 <Tool 224 Name="VCWebServiceProxyGeneratorTool" 225 /> 226 <Tool 227 Name="VCMIDLTool" 228 TypeLibraryName=".\x86\Release/strsrch.tlb" 229 /> 230 <Tool 231 Name="VCCLCompilerTool" 232 InlineFunctionExpansion="1" 233 AdditionalIncludeDirectories="..\..\..\include" 234 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 235 StringPooling="true" 236 RuntimeLibrary="0" 237 EnableFunctionLevelLinking="true" 238 TreatWChar_tAsBuiltInType="true" 239 UsePrecompiledHeader="0" 240 PrecompiledHeaderFile=".\x86\Release/strsrch.pch" 241 AssemblerListingLocation=".\x86\Release/" 242 ObjectFile=".\x86\Release/" 243 ProgramDataBaseFileName=".\x86\Release/" 244 WarningLevel="3" 245 SuppressStartupBanner="true" 246 CompileAs="0" 247 /> 248 <Tool 249 Name="VCManagedResourceCompilerTool" 250 /> 251 <Tool 252 Name="VCResourceCompilerTool" 253 PreprocessorDefinitions="NDEBUG" 254 Culture="1033" 255 /> 256 <Tool 257 Name="VCPreLinkEventTool" 258 /> 259 <Tool 260 Name="VCLinkerTool" 261 AdditionalDependencies="icuin.lib icuuc.lib" 262 OutputFile=".\x86\Release/strsrch.exe" 263 LinkIncremental="1" 264 SuppressStartupBanner="true" 265 AdditionalLibraryDirectories="..\..\..\lib" 266 ProgramDatabaseFile=".\x86\Release/strsrch.pdb" 267 SubSystem="1" 268 RandomizedBaseAddress="1" 269 DataExecutionPrevention="0" 270 /> 271 <Tool 272 Name="VCALinkTool" 273 /> 274 <Tool 275 Name="VCManifestTool" 276 /> 277 <Tool 278 Name="VCXDCMakeTool" 279 /> 280 <Tool 281 Name="VCBscMakeTool" 282 /> 283 <Tool 284 Name="VCFxCopTool" 285 /> 286 <Tool 287 Name="VCAppVerifierTool" 288 /> 289 <Tool 290 Name="VCPostBuildEventTool" 291 /> 292 </Configuration> 293 <Configuration 294 Name="Release|x64" 295 OutputDirectory=".\x64\Release" 296 IntermediateDirectory=".\x64\Release" 297 ConfigurationType="1" 298 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 299 UseOfMFC="0" 300 ATLMinimizesCRunTimeLibraryUsage="false" 301 CharacterSet="2" 302 > 303 <Tool 304 Name="VCPreBuildEventTool" 305 /> 306 <Tool 307 Name="VCCustomBuildTool" 308 /> 309 <Tool 310 Name="VCXMLDataGeneratorTool" 311 /> 312 <Tool 313 Name="VCWebServiceProxyGeneratorTool" 314 /> 315 <Tool 316 Name="VCMIDLTool" 317 TargetEnvironment="3" 318 TypeLibraryName=".\x64\Release/strsrch.tlb" 319 /> 320 <Tool 321 Name="VCCLCompilerTool" 322 InlineFunctionExpansion="1" 323 AdditionalIncludeDirectories="..\..\..\include" 324 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 325 StringPooling="true" 326 RuntimeLibrary="0" 327 EnableFunctionLevelLinking="true" 328 TreatWChar_tAsBuiltInType="true" 329 UsePrecompiledHeader="0" 330 PrecompiledHeaderFile=".\x64\Release/strsrch.pch" 331 AssemblerListingLocation=".\x64\Release/" 332 ObjectFile=".\x64\Release/" 333 ProgramDataBaseFileName=".\x64\Release/" 334 WarningLevel="3" 335 SuppressStartupBanner="true" 336 CompileAs="0" 337 /> 338 <Tool 339 Name="VCManagedResourceCompilerTool" 340 /> 341 <Tool 342 Name="VCResourceCompilerTool" 343 PreprocessorDefinitions="NDEBUG" 344 Culture="1033" 345 /> 346 <Tool 347 Name="VCPreLinkEventTool" 348 /> 349 <Tool 350 Name="VCLinkerTool" 351 AdditionalDependencies="icuin.lib icuuc.lib" 352 OutputFile=".\x64\Release/strsrch.exe" 353 LinkIncremental="1" 354 SuppressStartupBanner="true" 355 AdditionalLibraryDirectories="..\..\..\lib64" 356 ProgramDatabaseFile=".\x64\Release/strsrch.pdb" 357 SubSystem="1" 358 RandomizedBaseAddress="1" 359 DataExecutionPrevention="0" 360 TargetMachine="17" 361 /> 362 <Tool 363 Name="VCALinkTool" 364 /> 365 <Tool 366 Name="VCManifestTool" 367 /> 368 <Tool 369 Name="VCXDCMakeTool" 370 /> 371 <Tool 372 Name="VCBscMakeTool" 373 /> 374 <Tool 375 Name="VCFxCopTool" 376 /> 377 <Tool 378 Name="VCAppVerifierTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 </Configuration> 384 </Configurations> 385 <References> 386 </References> 387 <Files> 388 <Filter 389 Name="Source Files" 390 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 391 > 392 <File 393 RelativePath=".\strsrch.cpp" 394 > 395 </File> 396 </Filter> 397 <Filter 398 Name="Header Files" 399 Filter="h;hpp;hxx;hm;inl" 400 > 401 </Filter> 402 <Filter 403 Name="Resource Files" 404 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 405 > 406 </Filter> 407 </Files> 408 <Globals> 409 </Globals> 410 </VisualStudioProject> 411