1# Microsoft Developer Studio Project File - Name="FM" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Application" 0x0101 6 7CFG=FM - Win32 DebugU 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "FM.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "FM.mak" CFG="FM - Win32 DebugU" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "FM - Win32 Release" (based on "Win32 (x86) Application") 21!MESSAGE "FM - Win32 Debug" (based on "Win32 (x86) Application") 22!MESSAGE "FM - Win32 ReleaseU" (based on "Win32 (x86) Application") 23!MESSAGE "FM - Win32 DebugU" (based on "Win32 (x86) Application") 24!MESSAGE 25 26# Begin Project 27# PROP AllowPerConfigDependencies 0 28# PROP Scc_ProjName "" 29# PROP Scc_LocalPath "" 30CPP=cl.exe 31MTL=midl.exe 32RSC=rc.exe 33 34!IF "$(CFG)" == "FM - Win32 Release" 35 36# PROP BASE Use_MFC 0 37# PROP BASE Use_Debug_Libraries 0 38# PROP BASE Output_Dir "Release" 39# PROP BASE Intermediate_Dir "Release" 40# PROP BASE Target_Dir "" 41# PROP Use_MFC 0 42# PROP Use_Debug_Libraries 0 43# PROP Output_Dir "Release" 44# PROP Intermediate_Dir "Release" 45# PROP Ignore_Export_Lib 0 46# PROP Target_Dir "" 47# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c 48# ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "Z7_LANG" /D "Z7_LONG_PATH" /D "Z7_EXTERNAL_CODECS" /D "Z7_DEVICE_FILE" /FAcs /Yu"StdAfx.h" /FD /c 49# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 50# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 51# ADD BASE RSC /l 0x419 /d "NDEBUG" 52# ADD RSC /l 0x409 /d "NDEBUG" 53BSC32=bscmake.exe 54# ADD BASE BSC32 /nologo 55# ADD BSC32 /nologo 56LINK32=link.exe 57# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 58# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib Mpr.lib htmlhelp.lib Urlmon.lib /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zFM.exe" /opt:NOWIN98 59# SUBTRACT LINK32 /pdb:none 60 61!ELSEIF "$(CFG)" == "FM - Win32 Debug" 62 63# PROP BASE Use_MFC 0 64# PROP BASE Use_Debug_Libraries 1 65# PROP BASE Output_Dir "Debug" 66# PROP BASE Intermediate_Dir "Debug" 67# PROP BASE Target_Dir "" 68# PROP Use_MFC 0 69# PROP Use_Debug_Libraries 1 70# PROP Output_Dir "Debug" 71# PROP Intermediate_Dir "Debug" 72# PROP Ignore_Export_Lib 0 73# PROP Target_Dir "" 74# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c 75# ADD CPP /nologo /Gz /MDd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "Z7_LANG" /D "Z7_LONG_PATH" /D "Z7_EXTERNAL_CODECS" /D "Z7_DEVICE_FILE" /Yu"StdAfx.h" /FD /GZ /c 76# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 78# ADD BASE RSC /l 0x419 /d "_DEBUG" 79# ADD RSC /l 0x409 /d "_DEBUG" 80BSC32=bscmake.exe 81# ADD BASE BSC32 /nologo 82# ADD BSC32 /nologo 83LINK32=link.exe 84# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept 85# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib Mpr.lib htmlhelp.lib Urlmon.lib /nologo /subsystem:windows /debug /machine:I386 /out:"C:\Util\7zFM.exe" /pdbtype:sept 86 87!ELSEIF "$(CFG)" == "FM - Win32 ReleaseU" 88 89# PROP BASE Use_MFC 0 90# PROP BASE Use_Debug_Libraries 0 91# PROP BASE Output_Dir "ReleaseU" 92# PROP BASE Intermediate_Dir "ReleaseU" 93# PROP BASE Ignore_Export_Lib 0 94# PROP BASE Target_Dir "" 95# PROP Use_MFC 0 96# PROP Use_Debug_Libraries 0 97# PROP Output_Dir "ReleaseU" 98# PROP Intermediate_Dir "ReleaseU" 99# PROP Ignore_Export_Lib 0 100# PROP Target_Dir "" 101# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"StdAfx.h" /FD /c 102# ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "Z7_LANG" /D "Z7_LONG_PATH" /D "Z7_EXTERNAL_CODECS" /D "Z7_DEVICE_FILE" /Yu"StdAfx.h" /FD /c 103# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 104# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 105# ADD BASE RSC /l 0x419 /d "NDEBUG" 106# ADD RSC /l 0x409 /d "NDEBUG" 107BSC32=bscmake.exe 108# ADD BASE BSC32 /nologo 109# ADD BSC32 /nologo 110LINK32=link.exe 111# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /subsystem:windows /machine:I386 112# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib Mpr.lib htmlhelp.lib Urlmon.lib /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zFM.exe" /opt:NOWIN98 113# SUBTRACT LINK32 /pdb:none 114 115!ELSEIF "$(CFG)" == "FM - Win32 DebugU" 116 117# PROP BASE Use_MFC 0 118# PROP BASE Use_Debug_Libraries 1 119# PROP BASE Output_Dir "DebugU" 120# PROP BASE Intermediate_Dir "DebugU" 121# PROP BASE Ignore_Export_Lib 0 122# PROP BASE Target_Dir "" 123# PROP Use_MFC 0 124# PROP Use_Debug_Libraries 1 125# PROP Output_Dir "DebugU" 126# PROP Intermediate_Dir "DebugU" 127# PROP Ignore_Export_Lib 0 128# PROP Target_Dir "" 129# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"StdAfx.h" /FD /GZ /c 130# ADD CPP /nologo /Gz /MDd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "Z7_LANG" /D "Z7_LONG_PATH" /D "Z7_EXTERNAL_CODECS" /D "Z7_DEVICE_FILE" /Yu"StdAfx.h" /FD /GZ /c 131# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 132# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 133# ADD BASE RSC /l 0x419 /d "_DEBUG" 134# ADD RSC /l 0x409 /d "_DEBUG" 135BSC32=bscmake.exe 136# ADD BASE BSC32 /nologo 137# ADD BSC32 /nologo 138LINK32=link.exe 139# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept 140# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib Mpr.lib htmlhelp.lib Urlmon.lib /nologo /subsystem:windows /debug /machine:I386 /out:"C:\Util\7zFM.exe" /pdbtype:sept 141 142!ENDIF 143 144# Begin Target 145 146# Name "FM - Win32 Release" 147# Name "FM - Win32 Debug" 148# Name "FM - Win32 ReleaseU" 149# Name "FM - Win32 DebugU" 150# Begin Group "Spec" 151 152# PROP Default_Filter "" 153# Begin Source File 154 155SOURCE=.\7zipLogo.ico 156# End Source File 157# Begin Source File 158 159SOURCE=.\add.bmp 160# End Source File 161# Begin Source File 162 163SOURCE=.\ClassDefs.cpp 164# End Source File 165# Begin Source File 166 167SOURCE=.\Copy.bmp 168# End Source File 169# Begin Source File 170 171SOURCE=.\Delete.bmp 172# End Source File 173# Begin Source File 174 175SOURCE=.\Extract.bmp 176# End Source File 177# Begin Source File 178 179SOURCE=.\FM.ico 180# End Source File 181# Begin Source File 182 183SOURCE=.\Move.bmp 184# End Source File 185# Begin Source File 186 187SOURCE=.\MyWindowsNew.h 188# End Source File 189# Begin Source File 190 191SOURCE=.\Parent.bmp 192# End Source File 193# Begin Source File 194 195SOURCE=.\Properties.bmp 196# End Source File 197# Begin Source File 198 199SOURCE=.\resource.rc 200# ADD BASE RSC /l 0x419 201# ADD RSC /l 0x409 202# End Source File 203# Begin Source File 204 205SOURCE=.\StdAfx.cpp 206# ADD CPP /Yc"StdAfx.h" 207# End Source File 208# Begin Source File 209 210SOURCE=.\StdAfx.h 211# End Source File 212# Begin Source File 213 214SOURCE=.\Test.bmp 215# End Source File 216# End Group 217# Begin Group "Folders" 218 219# PROP Default_Filter "" 220# Begin Source File 221 222SOURCE=.\AltStreamsFolder.cpp 223# End Source File 224# Begin Source File 225 226SOURCE=.\AltStreamsFolder.h 227# End Source File 228# Begin Source File 229 230SOURCE=.\FSDrives.cpp 231# End Source File 232# Begin Source File 233 234SOURCE=.\FSDrives.h 235# End Source File 236# Begin Source File 237 238SOURCE=.\FSFolder.cpp 239# End Source File 240# Begin Source File 241 242SOURCE=.\FSFolder.h 243# End Source File 244# Begin Source File 245 246SOURCE=.\FSFolderCopy.cpp 247# End Source File 248# Begin Source File 249 250SOURCE=.\IFolder.h 251# End Source File 252# Begin Source File 253 254SOURCE=.\NetFolder.cpp 255# End Source File 256# Begin Source File 257 258SOURCE=.\NetFolder.h 259# End Source File 260# Begin Source File 261 262SOURCE=.\RootFolder.cpp 263# End Source File 264# Begin Source File 265 266SOURCE=.\RootFolder.h 267# End Source File 268# End Group 269# Begin Group "Registry" 270 271# PROP Default_Filter "" 272# Begin Source File 273 274SOURCE=.\RegistryAssociations.cpp 275# End Source File 276# Begin Source File 277 278SOURCE=.\RegistryAssociations.h 279# End Source File 280# Begin Source File 281 282SOURCE=.\RegistryPlugins.cpp 283# End Source File 284# Begin Source File 285 286SOURCE=.\RegistryPlugins.h 287# End Source File 288# Begin Source File 289 290SOURCE=.\RegistryUtils.cpp 291# End Source File 292# Begin Source File 293 294SOURCE=.\RegistryUtils.h 295# End Source File 296# Begin Source File 297 298SOURCE=.\ViewSettings.cpp 299# End Source File 300# Begin Source File 301 302SOURCE=.\ViewSettings.h 303# End Source File 304# End Group 305# Begin Group "Panel" 306 307# PROP Default_Filter "" 308# Begin Source File 309 310SOURCE=.\App.cpp 311# End Source File 312# Begin Source File 313 314SOURCE=.\App.h 315# End Source File 316# Begin Source File 317 318SOURCE=.\AppState.h 319# End Source File 320# Begin Source File 321 322SOURCE=.\EnumFormatEtc.cpp 323# End Source File 324# Begin Source File 325 326SOURCE=.\EnumFormatEtc.h 327# End Source File 328# Begin Source File 329 330SOURCE=.\FileFolderPluginOpen.cpp 331# End Source File 332# Begin Source File 333 334SOURCE=.\FileFolderPluginOpen.h 335# End Source File 336# Begin Source File 337 338SOURCE=.\Panel.cpp 339# End Source File 340# Begin Source File 341 342SOURCE=.\Panel.h 343# End Source File 344# Begin Source File 345 346SOURCE=.\PanelCopy.cpp 347# End Source File 348# Begin Source File 349 350SOURCE=.\PanelCrc.cpp 351# End Source File 352# Begin Source File 353 354SOURCE=.\PanelDrag.cpp 355# End Source File 356# Begin Source File 357 358SOURCE=.\PanelFolderChange.cpp 359# End Source File 360# Begin Source File 361 362SOURCE=.\PanelItemOpen.cpp 363# End Source File 364# Begin Source File 365 366SOURCE=.\PanelItems.cpp 367# End Source File 368# Begin Source File 369 370SOURCE=.\PanelKey.cpp 371# End Source File 372# Begin Source File 373 374SOURCE=.\PanelListNotify.cpp 375# End Source File 376# Begin Source File 377 378SOURCE=.\PanelMenu.cpp 379# End Source File 380# Begin Source File 381 382SOURCE=.\PanelOperations.cpp 383# End Source File 384# Begin Source File 385 386SOURCE=.\PanelSelect.cpp 387# End Source File 388# Begin Source File 389 390SOURCE=.\PanelSort.cpp 391# End Source File 392# Begin Source File 393 394SOURCE=.\PanelSplitFile.cpp 395# End Source File 396# Begin Source File 397 398SOURCE=.\VerCtrl.cpp 399# End Source File 400# End Group 401# Begin Group "Dialog" 402 403# PROP Default_Filter "" 404# Begin Group "Options" 405 406# PROP Default_Filter "" 407# Begin Source File 408 409SOURCE=.\EditPage.cpp 410# End Source File 411# Begin Source File 412 413SOURCE=.\EditPage.h 414# End Source File 415# Begin Source File 416 417SOURCE=.\FoldersPage.cpp 418# End Source File 419# Begin Source File 420 421SOURCE=.\FoldersPage.h 422# End Source File 423# Begin Source File 424 425SOURCE=.\LangPage.cpp 426# End Source File 427# Begin Source File 428 429SOURCE=.\LangPage.h 430# End Source File 431# Begin Source File 432 433SOURCE=.\MenuPage.cpp 434# End Source File 435# Begin Source File 436 437SOURCE=.\MenuPage.h 438# End Source File 439# Begin Source File 440 441SOURCE=.\OptionsDialog.cpp 442# End Source File 443# Begin Source File 444 445SOURCE=.\SettingsPage.cpp 446# End Source File 447# Begin Source File 448 449SOURCE=.\SettingsPage.h 450# End Source File 451# Begin Source File 452 453SOURCE=.\SystemPage.cpp 454# End Source File 455# Begin Source File 456 457SOURCE=.\SystemPage.h 458# End Source File 459# End Group 460# Begin Source File 461 462SOURCE=.\AboutDialog.cpp 463# End Source File 464# Begin Source File 465 466SOURCE=.\AboutDialog.h 467# End Source File 468# Begin Source File 469 470SOURCE=.\BrowseDialog.cpp 471# End Source File 472# Begin Source File 473 474SOURCE=.\BrowseDialog.h 475# End Source File 476# Begin Source File 477 478SOURCE=.\BrowseDialog2.cpp 479# End Source File 480# Begin Source File 481 482SOURCE=.\BrowseDialog2.h 483# End Source File 484# Begin Source File 485 486SOURCE=.\ComboDialog.cpp 487# End Source File 488# Begin Source File 489 490SOURCE=.\ComboDialog.h 491# End Source File 492# Begin Source File 493 494SOURCE=CopyDialog.cpp 495# End Source File 496# Begin Source File 497 498SOURCE=CopyDialog.h 499# End Source File 500# Begin Source File 501 502SOURCE=.\DialogSize.h 503# End Source File 504# Begin Source File 505 506SOURCE=.\EditDialog.cpp 507# End Source File 508# Begin Source File 509 510SOURCE=.\EditDialog.h 511# End Source File 512# Begin Source File 513 514SOURCE=.\LinkDialog.cpp 515# End Source File 516# Begin Source File 517 518SOURCE=.\LinkDialog.h 519# End Source File 520# Begin Source File 521 522SOURCE=.\ListViewDialog.cpp 523# End Source File 524# Begin Source File 525 526SOURCE=.\ListViewDialog.h 527# End Source File 528# Begin Source File 529 530SOURCE=.\MemDialog.cpp 531# End Source File 532# Begin Source File 533 534SOURCE=.\MemDialog.h 535# End Source File 536# Begin Source File 537 538SOURCE=MessagesDialog.cpp 539# End Source File 540# Begin Source File 541 542SOURCE=MessagesDialog.h 543# End Source File 544# Begin Source File 545 546SOURCE=OverwriteDialog.cpp 547# End Source File 548# Begin Source File 549 550SOURCE=OverwriteDialog.h 551# End Source File 552# Begin Source File 553 554SOURCE=.\PasswordDialog.cpp 555# End Source File 556# Begin Source File 557 558SOURCE=.\PasswordDialog.h 559# End Source File 560# Begin Source File 561 562SOURCE=.\ProgressDialog2.cpp 563# End Source File 564# Begin Source File 565 566SOURCE=.\ProgressDialog2.h 567# End Source File 568# Begin Source File 569 570SOURCE=.\SplitDialog.cpp 571# End Source File 572# Begin Source File 573 574SOURCE=.\SplitDialog.h 575# End Source File 576# End Group 577# Begin Group "FM Common" 578 579# PROP Default_Filter "" 580# Begin Source File 581 582SOURCE=.\ExtractCallback.cpp 583# End Source File 584# Begin Source File 585 586SOURCE=.\ExtractCallback.h 587# End Source File 588# Begin Source File 589 590SOURCE=.\FormatUtils.cpp 591# End Source File 592# Begin Source File 593 594SOURCE=.\FormatUtils.h 595# End Source File 596# Begin Source File 597 598SOURCE=.\HelpUtils.cpp 599# End Source File 600# Begin Source File 601 602SOURCE=.\HelpUtils.h 603# End Source File 604# Begin Source File 605 606SOURCE=.\LangUtils.cpp 607# End Source File 608# Begin Source File 609 610SOURCE=.\LangUtils.h 611# End Source File 612# Begin Source File 613 614SOURCE=.\ProgramLocation.cpp 615# End Source File 616# Begin Source File 617 618SOURCE=.\ProgramLocation.h 619# End Source File 620# Begin Source File 621 622SOURCE=.\UpdateCallback100.cpp 623# End Source File 624# Begin Source File 625 626SOURCE=.\UpdateCallback100.h 627# End Source File 628# End Group 629# Begin Group "7-Zip Common" 630 631# PROP Default_Filter "" 632# Begin Source File 633 634SOURCE=..\..\Common\CreateCoder.cpp 635# End Source File 636# Begin Source File 637 638SOURCE=..\..\Common\CreateCoder.h 639# End Source File 640# Begin Source File 641 642SOURCE=..\..\Common\FilePathAutoRename.cpp 643# End Source File 644# Begin Source File 645 646SOURCE=..\..\Common\FilePathAutoRename.h 647# End Source File 648# Begin Source File 649 650SOURCE=..\..\Common\FileStreams.cpp 651# End Source File 652# Begin Source File 653 654SOURCE=..\..\Common\FileStreams.h 655# End Source File 656# Begin Source File 657 658SOURCE=..\..\Common\FilterCoder.cpp 659# End Source File 660# Begin Source File 661 662SOURCE=..\..\Common\FilterCoder.h 663# End Source File 664# Begin Source File 665 666SOURCE=..\..\Common\LimitedStreams.cpp 667# End Source File 668# Begin Source File 669 670SOURCE=..\..\Common\LimitedStreams.h 671# End Source File 672# Begin Source File 673 674SOURCE=..\..\Common\MethodProps.cpp 675# End Source File 676# Begin Source File 677 678SOURCE=..\..\Common\MethodProps.h 679# End Source File 680# Begin Source File 681 682SOURCE=..\..\Common\ProgressUtils.cpp 683# End Source File 684# Begin Source File 685 686SOURCE=..\..\Common\ProgressUtils.h 687# End Source File 688# Begin Source File 689 690SOURCE=..\..\Common\PropId.cpp 691# End Source File 692# Begin Source File 693 694SOURCE=..\..\Common\StreamObjects.cpp 695# End Source File 696# Begin Source File 697 698SOURCE=..\..\Common\StreamObjects.h 699# End Source File 700# Begin Source File 701 702SOURCE=..\..\Common\StreamUtils.cpp 703# End Source File 704# Begin Source File 705 706SOURCE=..\..\Common\StreamUtils.h 707# End Source File 708# Begin Source File 709 710SOURCE=..\..\Common\UniqBlocks.cpp 711# End Source File 712# Begin Source File 713 714SOURCE=..\..\Common\UniqBlocks.h 715# End Source File 716# End Group 717# Begin Group "C" 718 719# PROP Default_Filter "" 720# Begin Source File 721 722SOURCE=..\..\..\..\C\7zTypes.h 723# End Source File 724# Begin Source File 725 726SOURCE=..\..\..\..\C\7zVersion.h 727# End Source File 728# Begin Source File 729 730SOURCE=..\..\..\..\C\7zWindows.h 731# End Source File 732# Begin Source File 733 734SOURCE=..\..\..\..\C\Alloc.c 735# SUBTRACT CPP /YX /Yc /Yu 736# End Source File 737# Begin Source File 738 739SOURCE=..\..\..\..\C\Alloc.h 740# End Source File 741# Begin Source File 742 743SOURCE=..\..\..\..\C\Compiler.h 744# End Source File 745# Begin Source File 746 747SOURCE=..\..\..\..\C\CpuArch.c 748# SUBTRACT CPP /YX /Yc /Yu 749# End Source File 750# Begin Source File 751 752SOURCE=..\..\..\..\C\CpuArch.h 753# End Source File 754# Begin Source File 755 756SOURCE=..\..\..\..\C\DllSecur.c 757# SUBTRACT CPP /YX /Yc /Yu 758# End Source File 759# Begin Source File 760 761SOURCE=..\..\..\..\C\DllSecur.h 762# End Source File 763# Begin Source File 764 765SOURCE=..\..\..\..\C\Precomp.h 766# End Source File 767# Begin Source File 768 769SOURCE=..\..\..\..\C\Sort.c 770# SUBTRACT CPP /YX /Yc /Yu 771# End Source File 772# Begin Source File 773 774SOURCE=..\..\..\..\C\Sort.h 775# End Source File 776# Begin Source File 777 778SOURCE=..\..\..\..\C\Threads.c 779# SUBTRACT CPP /YX /Yc /Yu 780# End Source File 781# Begin Source File 782 783SOURCE=..\..\..\..\C\Threads.h 784# End Source File 785# End Group 786# Begin Group "Windows" 787 788# PROP Default_Filter "" 789# Begin Group "Control" 790 791# PROP Default_Filter "" 792# Begin Source File 793 794SOURCE=..\..\..\Windows\Control\ComboBox.cpp 795# End Source File 796# Begin Source File 797 798SOURCE=..\..\..\Windows\Control\ComboBox.h 799# End Source File 800# Begin Source File 801 802SOURCE=..\..\..\Windows\Control\CommandBar.h 803# End Source File 804# Begin Source File 805 806SOURCE=..\..\..\Windows\Control\Dialog.cpp 807# End Source File 808# Begin Source File 809 810SOURCE=..\..\..\Windows\Control\Dialog.h 811# End Source File 812# Begin Source File 813 814SOURCE=..\..\..\Windows\Control\Edit.h 815# End Source File 816# Begin Source File 817 818SOURCE=..\..\..\Windows\Control\ImageList.h 819# End Source File 820# Begin Source File 821 822SOURCE=..\..\..\Windows\Control\ListView.cpp 823# End Source File 824# Begin Source File 825 826SOURCE=..\..\..\Windows\Control\ListView.h 827# End Source File 828# Begin Source File 829 830SOURCE=..\..\..\Windows\Control\ProgressBar.h 831# End Source File 832# Begin Source File 833 834SOURCE=..\..\..\Windows\Control\PropertyPage.cpp 835# End Source File 836# Begin Source File 837 838SOURCE=..\..\..\Windows\Control\PropertyPage.h 839# End Source File 840# Begin Source File 841 842SOURCE=..\..\..\Windows\Control\ReBar.h 843# End Source File 844# Begin Source File 845 846SOURCE=..\..\..\Windows\Control\Static.h 847# End Source File 848# Begin Source File 849 850SOURCE=..\..\..\Windows\Control\StatusBar.h 851# End Source File 852# Begin Source File 853 854SOURCE=..\..\..\Windows\Control\ToolBar.h 855# End Source File 856# Begin Source File 857 858SOURCE=..\..\..\Windows\Control\Window2.cpp 859# End Source File 860# Begin Source File 861 862SOURCE=..\..\..\Windows\Control\Window2.h 863# End Source File 864# End Group 865# Begin Source File 866 867SOURCE=..\..\..\Windows\Clipboard.cpp 868# End Source File 869# Begin Source File 870 871SOURCE=..\..\..\Windows\Clipboard.h 872# End Source File 873# Begin Source File 874 875SOURCE=..\..\..\Windows\COM.h 876# End Source File 877# Begin Source File 878 879SOURCE=..\..\..\Windows\CommonDialog.cpp 880# End Source File 881# Begin Source File 882 883SOURCE=..\..\..\Windows\CommonDialog.h 884# End Source File 885# Begin Source File 886 887SOURCE=..\..\..\Windows\Defs.h 888# End Source File 889# Begin Source File 890 891SOURCE=..\..\..\Windows\Device.h 892# End Source File 893# Begin Source File 894 895SOURCE=..\..\..\Windows\DLL.cpp 896# End Source File 897# Begin Source File 898 899SOURCE=..\..\..\Windows\DLL.h 900# End Source File 901# Begin Source File 902 903SOURCE=..\..\..\Windows\ErrorMsg.cpp 904# End Source File 905# Begin Source File 906 907SOURCE=..\..\..\Windows\ErrorMsg.h 908# End Source File 909# Begin Source File 910 911SOURCE=..\..\..\Windows\FileDir.cpp 912# End Source File 913# Begin Source File 914 915SOURCE=..\..\..\Windows\FileDir.h 916# End Source File 917# Begin Source File 918 919SOURCE=..\..\..\Windows\FileFind.cpp 920# End Source File 921# Begin Source File 922 923SOURCE=..\..\..\Windows\FileFind.h 924# End Source File 925# Begin Source File 926 927SOURCE=..\..\..\Windows\FileIO.cpp 928# End Source File 929# Begin Source File 930 931SOURCE=..\..\..\Windows\FileIO.h 932# End Source File 933# Begin Source File 934 935SOURCE=..\..\..\Windows\FileLink.cpp 936# End Source File 937# Begin Source File 938 939SOURCE=..\..\..\Windows\FileMapping.h 940# End Source File 941# Begin Source File 942 943SOURCE=..\..\..\Windows\FileName.cpp 944# End Source File 945# Begin Source File 946 947SOURCE=..\..\..\Windows\FileName.h 948# End Source File 949# Begin Source File 950 951SOURCE=..\..\..\Windows\FileSystem.cpp 952# End Source File 953# Begin Source File 954 955SOURCE=..\..\..\Windows\FileSystem.h 956# End Source File 957# Begin Source File 958 959SOURCE=..\..\..\Windows\Handle.h 960# End Source File 961# Begin Source File 962 963SOURCE=..\..\..\Windows\MemoryGlobal.cpp 964# End Source File 965# Begin Source File 966 967SOURCE=..\..\..\Windows\MemoryGlobal.h 968# End Source File 969# Begin Source File 970 971SOURCE=..\..\..\Windows\MemoryLock.cpp 972# End Source File 973# Begin Source File 974 975SOURCE=..\..\..\Windows\MemoryLock.h 976# End Source File 977# Begin Source File 978 979SOURCE=..\..\..\Windows\Menu.cpp 980# End Source File 981# Begin Source File 982 983SOURCE=..\..\..\Windows\Menu.h 984# End Source File 985# Begin Source File 986 987SOURCE=..\..\..\Windows\Net.cpp 988# End Source File 989# Begin Source File 990 991SOURCE=..\..\..\Windows\Net.h 992# End Source File 993# Begin Source File 994 995SOURCE=..\..\..\Windows\NtCheck.h 996# End Source File 997# Begin Source File 998 999SOURCE=..\..\..\Windows\ProcessUtils.cpp 1000# End Source File 1001# Begin Source File 1002 1003SOURCE=..\..\..\Windows\ProcessUtils.h 1004# End Source File 1005# Begin Source File 1006 1007SOURCE=..\..\..\Windows\PropVariant.cpp 1008# End Source File 1009# Begin Source File 1010 1011SOURCE=..\..\..\Windows\PropVariant.h 1012# End Source File 1013# Begin Source File 1014 1015SOURCE=..\..\..\Windows\PropVariantConv.cpp 1016# End Source File 1017# Begin Source File 1018 1019SOURCE=..\..\..\Windows\PropVariantConv.h 1020# End Source File 1021# Begin Source File 1022 1023SOURCE=..\..\..\Windows\Registry.cpp 1024# End Source File 1025# Begin Source File 1026 1027SOURCE=..\..\..\Windows\Registry.h 1028# End Source File 1029# Begin Source File 1030 1031SOURCE=..\..\..\Windows\ResourceString.cpp 1032# End Source File 1033# Begin Source File 1034 1035SOURCE=..\..\..\Windows\ResourceString.h 1036# End Source File 1037# Begin Source File 1038 1039SOURCE=..\..\..\Windows\SecurityUtils.cpp 1040# End Source File 1041# Begin Source File 1042 1043SOURCE=..\..\..\Windows\SecurityUtils.h 1044# End Source File 1045# Begin Source File 1046 1047SOURCE=..\..\..\Windows\Shell.cpp 1048# End Source File 1049# Begin Source File 1050 1051SOURCE=..\..\..\Windows\Shell.h 1052# End Source File 1053# Begin Source File 1054 1055SOURCE=..\..\..\Windows\Synchronization.cpp 1056# End Source File 1057# Begin Source File 1058 1059SOURCE=..\..\..\Windows\Synchronization.h 1060# End Source File 1061# Begin Source File 1062 1063SOURCE=..\..\..\Windows\System.cpp 1064# End Source File 1065# Begin Source File 1066 1067SOURCE=..\..\..\Windows\System.h 1068# End Source File 1069# Begin Source File 1070 1071SOURCE=..\..\..\Windows\Thread.h 1072# End Source File 1073# Begin Source File 1074 1075SOURCE=..\..\..\Windows\TimeUtils.cpp 1076# End Source File 1077# Begin Source File 1078 1079SOURCE=..\..\..\Windows\TimeUtils.h 1080# End Source File 1081# Begin Source File 1082 1083SOURCE=..\..\..\Windows\Window.cpp 1084# End Source File 1085# Begin Source File 1086 1087SOURCE=..\..\..\Windows\Window.h 1088# End Source File 1089# End Group 1090# Begin Group "Common" 1091 1092# PROP Default_Filter "" 1093# Begin Source File 1094 1095SOURCE=..\..\..\Common\AutoPtr.h 1096# End Source File 1097# Begin Source File 1098 1099SOURCE=..\..\..\Common\Common.h 1100# End Source File 1101# Begin Source File 1102 1103SOURCE=..\..\..\Common\Common0.h 1104# End Source File 1105# Begin Source File 1106 1107SOURCE=..\..\..\Common\ComTry.h 1108# End Source File 1109# Begin Source File 1110 1111SOURCE=..\..\..\Common\Defs.h 1112# End Source File 1113# Begin Source File 1114 1115SOURCE=..\..\..\Common\DynamicBuffer.h 1116# End Source File 1117# Begin Source File 1118 1119SOURCE=..\..\..\Common\DynLimBuf.cpp 1120# End Source File 1121# Begin Source File 1122 1123SOURCE=..\..\..\Common\DynLimBuf.h 1124# End Source File 1125# Begin Source File 1126 1127SOURCE=..\..\..\Common\Exception.h 1128# End Source File 1129# Begin Source File 1130 1131SOURCE=..\..\..\Common\IntToString.cpp 1132# End Source File 1133# Begin Source File 1134 1135SOURCE=..\..\..\Common\IntToString.h 1136# End Source File 1137# Begin Source File 1138 1139SOURCE=..\..\..\Common\Lang.cpp 1140# End Source File 1141# Begin Source File 1142 1143SOURCE=..\..\..\Common\Lang.h 1144# End Source File 1145# Begin Source File 1146 1147SOURCE=..\..\..\Common\MyBuffer.h 1148# End Source File 1149# Begin Source File 1150 1151SOURCE=..\..\..\Common\MyCom.h 1152# End Source File 1153# Begin Source File 1154 1155SOURCE=..\..\..\Common\MyInitGuid.h 1156# End Source File 1157# Begin Source File 1158 1159SOURCE=..\..\..\Common\MyString.cpp 1160# End Source File 1161# Begin Source File 1162 1163SOURCE=..\..\..\Common\MyString.h 1164# End Source File 1165# Begin Source File 1166 1167SOURCE=..\..\..\Common\MyTypes.h 1168# End Source File 1169# Begin Source File 1170 1171SOURCE=..\..\..\Common\MyVector.cpp 1172# End Source File 1173# Begin Source File 1174 1175SOURCE=..\..\..\Common\MyVector.h 1176# End Source File 1177# Begin Source File 1178 1179SOURCE=..\..\..\Common\MyWindows.h 1180# End Source File 1181# Begin Source File 1182 1183SOURCE=..\..\..\Common\NewHandler.cpp 1184# End Source File 1185# Begin Source File 1186 1187SOURCE=..\..\..\Common\NewHandler.h 1188# End Source File 1189# Begin Source File 1190 1191SOURCE=..\..\..\Common\Random.cpp 1192# End Source File 1193# Begin Source File 1194 1195SOURCE=..\..\..\Common\Random.h 1196# End Source File 1197# Begin Source File 1198 1199SOURCE=..\..\..\Common\StringConvert.cpp 1200# End Source File 1201# Begin Source File 1202 1203SOURCE=..\..\..\Common\StringConvert.h 1204# End Source File 1205# Begin Source File 1206 1207SOURCE=..\..\..\Common\StringToInt.cpp 1208# End Source File 1209# Begin Source File 1210 1211SOURCE=..\..\..\Common\StringToInt.h 1212# End Source File 1213# Begin Source File 1214 1215SOURCE=..\..\..\Common\UTFConvert.cpp 1216# End Source File 1217# Begin Source File 1218 1219SOURCE=..\..\..\Common\UTFConvert.h 1220# End Source File 1221# Begin Source File 1222 1223SOURCE=..\..\..\Common\Wildcard.cpp 1224# End Source File 1225# Begin Source File 1226 1227SOURCE=..\..\..\Common\Wildcard.h 1228# End Source File 1229# End Group 1230# Begin Group "UI" 1231 1232# PROP Default_Filter "" 1233# Begin Group "UI Common" 1234 1235# PROP Default_Filter "" 1236# Begin Source File 1237 1238SOURCE=..\Common\ArchiveExtractCallback.cpp 1239# End Source File 1240# Begin Source File 1241 1242SOURCE=..\Common\ArchiveExtractCallback.h 1243# End Source File 1244# Begin Source File 1245 1246SOURCE=..\Common\ArchiveName.cpp 1247# End Source File 1248# Begin Source File 1249 1250SOURCE=..\Common\ArchiveName.h 1251# End Source File 1252# Begin Source File 1253 1254SOURCE=..\Common\ArchiveOpenCallback.cpp 1255# End Source File 1256# Begin Source File 1257 1258SOURCE=..\Common\ArchiveOpenCallback.h 1259# End Source File 1260# Begin Source File 1261 1262SOURCE=..\Common\CompressCall.cpp 1263# End Source File 1264# Begin Source File 1265 1266SOURCE=..\Common\CompressCall.h 1267# End Source File 1268# Begin Source File 1269 1270SOURCE=..\Common\DefaultName.cpp 1271# End Source File 1272# Begin Source File 1273 1274SOURCE=..\Common\DefaultName.h 1275# End Source File 1276# Begin Source File 1277 1278SOURCE=..\Common\DirItem.h 1279# End Source File 1280# Begin Source File 1281 1282SOURCE=..\Common\EnumDirItems.cpp 1283# End Source File 1284# Begin Source File 1285 1286SOURCE=..\Common\EnumDirItems.h 1287# End Source File 1288# Begin Source File 1289 1290SOURCE=..\Common\ExitCode.h 1291# End Source File 1292# Begin Source File 1293 1294SOURCE=..\Common\ExtractingFilePath.cpp 1295# End Source File 1296# Begin Source File 1297 1298SOURCE=..\Common\ExtractingFilePath.h 1299# End Source File 1300# Begin Source File 1301 1302SOURCE=..\Common\ExtractMode.h 1303# End Source File 1304# Begin Source File 1305 1306SOURCE=..\Common\HashCalc.cpp 1307# End Source File 1308# Begin Source File 1309 1310SOURCE=..\Common\HashCalc.h 1311# End Source File 1312# Begin Source File 1313 1314SOURCE=..\Common\IFileExtractCallback.h 1315# End Source File 1316# Begin Source File 1317 1318SOURCE=..\Common\LoadCodecs.cpp 1319# End Source File 1320# Begin Source File 1321 1322SOURCE=..\Common\LoadCodecs.h 1323# End Source File 1324# Begin Source File 1325 1326SOURCE=..\Common\OpenArchive.cpp 1327# End Source File 1328# Begin Source File 1329 1330SOURCE=..\Common\OpenArchive.h 1331# End Source File 1332# Begin Source File 1333 1334SOURCE=..\Common\Property.h 1335# End Source File 1336# Begin Source File 1337 1338SOURCE=..\Common\PropIDUtils.cpp 1339# End Source File 1340# Begin Source File 1341 1342SOURCE=..\Common\PropIDUtils.h 1343# End Source File 1344# Begin Source File 1345 1346SOURCE=..\Common\SetProperties.cpp 1347# End Source File 1348# Begin Source File 1349 1350SOURCE=..\Common\SetProperties.h 1351# End Source File 1352# Begin Source File 1353 1354SOURCE=..\Common\SortUtils.cpp 1355# End Source File 1356# Begin Source File 1357 1358SOURCE=..\Common\SortUtils.h 1359# End Source File 1360# Begin Source File 1361 1362SOURCE=..\Common\StdAfx.h 1363# End Source File 1364# Begin Source File 1365 1366SOURCE=..\Common\UpdateAction.cpp 1367# End Source File 1368# Begin Source File 1369 1370SOURCE=..\Common\UpdateAction.h 1371# End Source File 1372# Begin Source File 1373 1374SOURCE=..\Common\UpdateCallback.cpp 1375# End Source File 1376# Begin Source File 1377 1378SOURCE=..\Common\UpdateCallback.h 1379# End Source File 1380# Begin Source File 1381 1382SOURCE=..\Common\UpdatePair.cpp 1383# End Source File 1384# Begin Source File 1385 1386SOURCE=..\Common\UpdatePair.h 1387# End Source File 1388# Begin Source File 1389 1390SOURCE=..\Common\UpdateProduce.cpp 1391# End Source File 1392# Begin Source File 1393 1394SOURCE=..\Common\UpdateProduce.h 1395# End Source File 1396# Begin Source File 1397 1398SOURCE=..\Common\WorkDir.cpp 1399# End Source File 1400# Begin Source File 1401 1402SOURCE=..\Common\WorkDir.h 1403# End Source File 1404# Begin Source File 1405 1406SOURCE=..\Common\ZipRegistry.cpp 1407# End Source File 1408# Begin Source File 1409 1410SOURCE=..\Common\ZipRegistry.h 1411# End Source File 1412# End Group 1413# Begin Group "Agent" 1414 1415# PROP Default_Filter "" 1416# Begin Source File 1417 1418SOURCE=..\Agent\Agent.cpp 1419# End Source File 1420# Begin Source File 1421 1422SOURCE=..\Agent\Agent.h 1423# End Source File 1424# Begin Source File 1425 1426SOURCE=..\Agent\AgentOut.cpp 1427# End Source File 1428# Begin Source File 1429 1430SOURCE=..\Agent\AgentProxy.cpp 1431# End Source File 1432# Begin Source File 1433 1434SOURCE=..\Agent\AgentProxy.h 1435# End Source File 1436# Begin Source File 1437 1438SOURCE=..\Agent\ArchiveFolder.cpp 1439# End Source File 1440# Begin Source File 1441 1442SOURCE=..\Agent\ArchiveFolderOpen.cpp 1443# End Source File 1444# Begin Source File 1445 1446SOURCE=..\Agent\ArchiveFolderOut.cpp 1447# End Source File 1448# Begin Source File 1449 1450SOURCE=..\Agent\IFolderArchive.h 1451# End Source File 1452# Begin Source File 1453 1454SOURCE=..\Agent\UpdateCallbackAgent.cpp 1455# End Source File 1456# Begin Source File 1457 1458SOURCE=..\Agent\UpdateCallbackAgent.h 1459# End Source File 1460# End Group 1461# Begin Group "Explorer" 1462 1463# PROP Default_Filter "" 1464# Begin Source File 1465 1466SOURCE=..\Explorer\ContextMenu.cpp 1467# End Source File 1468# Begin Source File 1469 1470SOURCE=..\Explorer\ContextMenu.h 1471# End Source File 1472# Begin Source File 1473 1474SOURCE=..\Explorer\ContextMenuFlags.h 1475# End Source File 1476# Begin Source File 1477 1478SOURCE=..\Explorer\MyExplorerCommand.h 1479# End Source File 1480# Begin Source File 1481 1482SOURCE=..\Explorer\MyMessages.cpp 1483# End Source File 1484# Begin Source File 1485 1486SOURCE=..\Explorer\MyMessages.h 1487# End Source File 1488# Begin Source File 1489 1490SOURCE=..\Explorer\RegistryContextMenu.cpp 1491# End Source File 1492# Begin Source File 1493 1494SOURCE=..\Explorer\RegistryContextMenu.h 1495# End Source File 1496# End Group 1497# Begin Group "GUI" 1498 1499# PROP Default_Filter "" 1500# Begin Source File 1501 1502SOURCE=..\GUI\HashGUI.cpp 1503# End Source File 1504# Begin Source File 1505 1506SOURCE=..\GUI\HashGUI.h 1507# End Source File 1508# Begin Source File 1509 1510SOURCE=..\GUI\UpdateCallbackGUI2.cpp 1511# End Source File 1512# Begin Source File 1513 1514SOURCE=..\GUI\UpdateCallbackGUI2.h 1515# End Source File 1516# End Group 1517# End Group 1518# Begin Group "Compress" 1519 1520# PROP Default_Filter "" 1521# Begin Source File 1522 1523SOURCE=..\..\Compress\CopyCoder.cpp 1524# End Source File 1525# Begin Source File 1526 1527SOURCE=..\..\Compress\CopyCoder.h 1528# End Source File 1529# End Group 1530# Begin Group "Interface" 1531 1532# PROP Default_Filter "" 1533# Begin Source File 1534 1535SOURCE=..\..\Archive\IArchive.h 1536# End Source File 1537# Begin Source File 1538 1539SOURCE=..\..\ICoder.h 1540# End Source File 1541# Begin Source File 1542 1543SOURCE=..\..\IDecl.h 1544# End Source File 1545# Begin Source File 1546 1547SOURCE=..\..\IPassword.h 1548# End Source File 1549# Begin Source File 1550 1551SOURCE=..\..\IProgress.h 1552# End Source File 1553# Begin Source File 1554 1555SOURCE=..\..\IStream.h 1556# End Source File 1557# Begin Source File 1558 1559SOURCE=..\..\PropID.h 1560# End Source File 1561# End Group 1562# Begin Group "ArchiveCommon" 1563 1564# PROP Default_Filter "" 1565# Begin Source File 1566 1567SOURCE=..\..\Archive\Common\ItemNameUtils.cpp 1568# End Source File 1569# Begin Source File 1570 1571SOURCE=..\..\Archive\Common\ItemNameUtils.h 1572# End Source File 1573# End Group 1574# Begin Source File 1575 1576SOURCE=.\7zFM.exe.manifest 1577# End Source File 1578# Begin Source File 1579 1580SOURCE=.\7zipLogo.ico 1581# End Source File 1582# Begin Source File 1583 1584SOURCE=.\Add2.bmp 1585# End Source File 1586# Begin Source File 1587 1588SOURCE=.\Copy2.bmp 1589# End Source File 1590# Begin Source File 1591 1592SOURCE=.\Delete2.bmp 1593# End Source File 1594# Begin Source File 1595 1596SOURCE=.\Extract2.bmp 1597# End Source File 1598# Begin Source File 1599 1600SOURCE=.\FilePlugins.cpp 1601# End Source File 1602# Begin Source File 1603 1604SOURCE=.\FilePlugins.h 1605# End Source File 1606# Begin Source File 1607 1608SOURCE=.\FM.cpp 1609# End Source File 1610# Begin Source File 1611 1612SOURCE=.\Info.bmp 1613# End Source File 1614# Begin Source File 1615 1616SOURCE=.\Info2.bmp 1617# End Source File 1618# Begin Source File 1619 1620SOURCE=.\Move2.bmp 1621# End Source File 1622# Begin Source File 1623 1624SOURCE=.\MyCom2.h 1625# End Source File 1626# Begin Source File 1627 1628SOURCE=.\MyLoadMenu.cpp 1629# End Source File 1630# Begin Source File 1631 1632SOURCE=.\MyLoadMenu.h 1633# End Source File 1634# Begin Source File 1635 1636SOURCE=.\OpenCallback.cpp 1637# End Source File 1638# Begin Source File 1639 1640SOURCE=.\OpenCallback.h 1641# End Source File 1642# Begin Source File 1643 1644SOURCE=.\PluginInterface.h 1645# End Source File 1646# Begin Source File 1647 1648SOURCE=.\PluginLoader.h 1649# End Source File 1650# Begin Source File 1651 1652SOURCE=.\PropertyName.cpp 1653# End Source File 1654# Begin Source File 1655 1656SOURCE=.\PropertyName.h 1657# End Source File 1658# Begin Source File 1659 1660SOURCE=.\resource.h 1661# End Source File 1662# Begin Source File 1663 1664SOURCE=.\SplitUtils.cpp 1665# End Source File 1666# Begin Source File 1667 1668SOURCE=.\SplitUtils.h 1669# End Source File 1670# Begin Source File 1671 1672SOURCE=.\StringUtils.cpp 1673# End Source File 1674# Begin Source File 1675 1676SOURCE=.\StringUtils.h 1677# End Source File 1678# Begin Source File 1679 1680SOURCE=.\SysIconUtils.cpp 1681# End Source File 1682# Begin Source File 1683 1684SOURCE=.\SysIconUtils.h 1685# End Source File 1686# Begin Source File 1687 1688SOURCE=.\Test2.bmp 1689# End Source File 1690# Begin Source File 1691 1692SOURCE=.\TextPairs.cpp 1693# End Source File 1694# Begin Source File 1695 1696SOURCE=.\TextPairs.h 1697# End Source File 1698# End Target 1699# End Project 1700