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