Home | History | Annotate | Download | only in SFXWin
      1 # Microsoft Developer Studio Project File - Name="SFXWin" - 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 
      7 CFG=SFXWin - Win32 Debug
      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 "SFXWin.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 "SFXWin.mak" CFG="SFXWin - Win32 Debug"
     17 !MESSAGE 
     18 !MESSAGE Possible choices for configuration are:
     19 !MESSAGE 
     20 !MESSAGE "SFXWin - Win32 Release" (based on "Win32 (x86) Application")
     21 !MESSAGE "SFXWin - Win32 Debug" (based on "Win32 (x86) Application")
     22 !MESSAGE "SFXWin - Win32 ReleaseD" (based on "Win32 (x86) Application")
     23 !MESSAGE 
     24 
     25 # Begin Project
     26 # PROP AllowPerConfigDependencies 0
     27 # PROP Scc_ProjName ""
     28 # PROP Scc_LocalPath ""
     29 CPP=cl.exe
     30 MTL=midl.exe
     31 RSC=rc.exe
     32 
     33 !IF  "$(CFG)" == "SFXWin - Win32 Release"
     34 
     35 # PROP BASE Use_MFC 0
     36 # PROP BASE Use_Debug_Libraries 0
     37 # PROP BASE Output_Dir "Release"
     38 # PROP BASE Intermediate_Dir "Release"
     39 # PROP BASE Target_Dir ""
     40 # PROP Use_MFC 0
     41 # PROP Use_Debug_Libraries 0
     42 # PROP Output_Dir "Release"
     43 # PROP Intermediate_Dir "Release"
     44 # PROP Ignore_Export_Lib 0
     45 # PROP Target_Dir ""
     46 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
     47 # ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "_SFXWIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "NO_READ_FROM_CODER" /D "_SFX" /Yu"StdAfx.h" /FD /c
     48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
     49 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
     50 # ADD BASE RSC /l 0x419 /d "NDEBUG"
     51 # ADD RSC /l 0x419 /d "NDEBUG"
     52 BSC32=bscmake.exe
     53 # ADD BASE BSC32 /nologo
     54 # ADD BSC32 /nologo
     55 LINK32=link.exe
     56 # 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
     57 # 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 /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7z.sfx" /opt:NOWIN98
     58 # SUBTRACT LINK32 /pdb:none
     59 
     60 !ELSEIF  "$(CFG)" == "SFXWin - Win32 Debug"
     61 
     62 # PROP BASE Use_MFC 0
     63 # PROP BASE Use_Debug_Libraries 1
     64 # PROP BASE Output_Dir "Debug"
     65 # PROP BASE Intermediate_Dir "Debug"
     66 # PROP BASE Target_Dir ""
     67 # PROP Use_MFC 0
     68 # PROP Use_Debug_Libraries 1
     69 # PROP Output_Dir "Debug"
     70 # PROP Intermediate_Dir "Debug"
     71 # PROP Ignore_Export_Lib 0
     72 # PROP Target_Dir ""
     73 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
     74 # ADD CPP /nologo /Gz /MTd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "_SFXWIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "NO_READ_FROM_CODER" /D "_SFX" /Yu"StdAfx.h" /FD /GZ /c
     75 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
     76 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
     77 # ADD BASE RSC /l 0x419 /d "_DEBUG"
     78 # ADD RSC /l 0x419 /d "_DEBUG"
     79 BSC32=bscmake.exe
     80 # ADD BASE BSC32 /nologo
     81 # ADD BSC32 /nologo
     82 LINK32=link.exe
     83 # 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
     84 # 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 /nologo /subsystem:windows /debug /machine:I386 /out:"C:\Util\7zsfx.exe" /pdbtype:sept
     85 
     86 !ELSEIF  "$(CFG)" == "SFXWin - Win32 ReleaseD"
     87 
     88 # PROP BASE Use_MFC 0
     89 # PROP BASE Use_Debug_Libraries 0
     90 # PROP BASE Output_Dir "SFXWin___Win32_ReleaseD"
     91 # PROP BASE Intermediate_Dir "SFXWin___Win32_ReleaseD"
     92 # PROP BASE Ignore_Export_Lib 0
     93 # PROP BASE Target_Dir ""
     94 # PROP Use_MFC 0
     95 # PROP Use_Debug_Libraries 0
     96 # PROP Output_Dir "SFXWin___Win32_ReleaseD"
     97 # PROP Intermediate_Dir "SFXWin___Win32_ReleaseD"
     98 # PROP Ignore_Export_Lib 0
     99 # PROP Target_Dir ""
    100 # ADD BASE CPP /nologo /Gz /MT /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "_SFX" /Yu"StdAfx.h" /FD /c
    101 # ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "_SFXWIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "NO_REGISTRY" /D "NO_READ_FROM_CODER" /D "_SFX" /Yu"StdAfx.h" /FD /c
    102 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
    103 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
    104 # ADD BASE RSC /l 0x419 /d "NDEBUG"
    105 # ADD RSC /l 0x419 /d "NDEBUG"
    106 BSC32=bscmake.exe
    107 # ADD BASE BSC32 /nologo
    108 # ADD BSC32 /nologo
    109 LINK32=link.exe
    110 # 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 /out:"C:\Util\7z.sfx" /opt:NOWIN98
    111 # SUBTRACT BASE LINK32 /pdb:none
    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 /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zD.sfx" /opt:NOWIN98
    113 # SUBTRACT LINK32 /pdb:none
    114 
    115 !ENDIF 
    116 
    117 # Begin Target
    118 
    119 # Name "SFXWin - Win32 Release"
    120 # Name "SFXWin - Win32 Debug"
    121 # Name "SFXWin - Win32 ReleaseD"
    122 # Begin Group "Spec"
    123 
    124 # PROP Default_Filter ""
    125 # Begin Source File
    126 
    127 SOURCE=.\StdAfx.cpp
    128 # ADD CPP /Yc"StdAfx.h"
    129 # End Source File
    130 # Begin Source File
    131 
    132 SOURCE=.\StdAfx.h
    133 # End Source File
    134 # End Group
    135 # Begin Group "7z"
    136 
    137 # PROP Default_Filter ""
    138 # Begin Source File
    139 
    140 SOURCE=..\..\Archive\7z\7zDecode.cpp
    141 # End Source File
    142 # Begin Source File
    143 
    144 SOURCE=..\..\Archive\7z\7zDecode.h
    145 # End Source File
    146 # Begin Source File
    147 
    148 SOURCE=..\..\Archive\7z\7zExtract.cpp
    149 # End Source File
    150 # Begin Source File
    151 
    152 SOURCE=..\..\Archive\7z\7zFolderOutStream.cpp
    153 # End Source File
    154 # Begin Source File
    155 
    156 SOURCE=..\..\Archive\7z\7zFolderOutStream.h
    157 # End Source File
    158 # Begin Source File
    159 
    160 SOURCE=..\..\Archive\7z\7zHandler.cpp
    161 # End Source File
    162 # Begin Source File
    163 
    164 SOURCE=..\..\Archive\7z\7zHandler.h
    165 # End Source File
    166 # Begin Source File
    167 
    168 SOURCE=..\..\Archive\7z\7zHeader.h
    169 # End Source File
    170 # Begin Source File
    171 
    172 SOURCE=..\..\Archive\7z\7zIn.cpp
    173 # End Source File
    174 # Begin Source File
    175 
    176 SOURCE=..\..\Archive\7z\7zIn.h
    177 # End Source File
    178 # Begin Source File
    179 
    180 SOURCE=..\..\Archive\7z\7zRegister.cpp
    181 # End Source File
    182 # Begin Source File
    183 
    184 SOURCE=..\..\Archive\SplitHandler.cpp
    185 # End Source File
    186 # End Group
    187 # Begin Group "Archive Common"
    188 
    189 # PROP Default_Filter ""
    190 # Begin Source File
    191 
    192 SOURCE=..\..\Archive\Common\CoderMixer2.cpp
    193 # End Source File
    194 # Begin Source File
    195 
    196 SOURCE=..\..\Archive\Common\CoderMixer2.h
    197 # End Source File
    198 # Begin Source File
    199 
    200 SOURCE=..\..\Archive\Common\CoderMixer2MT.cpp
    201 # End Source File
    202 # Begin Source File
    203 
    204 SOURCE=..\..\Archive\Common\CoderMixer2MT.h
    205 # End Source File
    206 # Begin Source File
    207 
    208 SOURCE=..\..\Archive\Common\CrossThreadProgress.cpp
    209 # End Source File
    210 # Begin Source File
    211 
    212 SOURCE=..\..\Archive\Common\CrossThreadProgress.h
    213 # End Source File
    214 # Begin Source File
    215 
    216 SOURCE=..\..\Archive\Common\ItemNameUtils.cpp
    217 # End Source File
    218 # Begin Source File
    219 
    220 SOURCE=..\..\Archive\Common\ItemNameUtils.h
    221 # End Source File
    222 # Begin Source File
    223 
    224 SOURCE=..\..\Archive\Common\MultiStream.cpp
    225 # End Source File
    226 # Begin Source File
    227 
    228 SOURCE=..\..\Archive\Common\MultiStream.h
    229 # End Source File
    230 # Begin Source File
    231 
    232 SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp
    233 # End Source File
    234 # Begin Source File
    235 
    236 SOURCE=..\..\Archive\Common\OutStreamWithCRC.h
    237 # End Source File
    238 # End Group
    239 # Begin Group "Compress"
    240 
    241 # PROP Default_Filter ""
    242 # Begin Source File
    243 
    244 SOURCE=..\..\Compress\Bcj2Coder.cpp
    245 # End Source File
    246 # Begin Source File
    247 
    248 SOURCE=..\..\Compress\Bcj2Register.cpp
    249 # End Source File
    250 # Begin Source File
    251 
    252 SOURCE=..\..\Compress\BcjCoder.cpp
    253 # End Source File
    254 # Begin Source File
    255 
    256 SOURCE=..\..\Compress\BcjRegister.cpp
    257 # End Source File
    258 # Begin Source File
    259 
    260 SOURCE=..\..\Compress\BranchCoder.cpp
    261 # End Source File
    262 # Begin Source File
    263 
    264 SOURCE=..\..\Compress\CopyCoder.cpp
    265 # End Source File
    266 # Begin Source File
    267 
    268 SOURCE=..\..\Compress\CopyRegister.cpp
    269 # End Source File
    270 # Begin Source File
    271 
    272 SOURCE=..\..\Compress\Lzma2Decoder.cpp
    273 # End Source File
    274 # Begin Source File
    275 
    276 SOURCE=..\..\Compress\Lzma2Register.cpp
    277 # End Source File
    278 # Begin Source File
    279 
    280 SOURCE=..\..\Compress\LzmaDecoder.cpp
    281 # End Source File
    282 # Begin Source File
    283 
    284 SOURCE=..\..\Compress\LzmaRegister.cpp
    285 # End Source File
    286 # Begin Source File
    287 
    288 SOURCE=..\..\Compress\PpmdDecoder.cpp
    289 # End Source File
    290 # Begin Source File
    291 
    292 SOURCE=..\..\Compress\PpmdRegister.cpp
    293 # End Source File
    294 # End Group
    295 # Begin Group "Crypto"
    296 
    297 # PROP Default_Filter ""
    298 # Begin Source File
    299 
    300 SOURCE=..\..\Crypto\7zAes.cpp
    301 # End Source File
    302 # Begin Source File
    303 
    304 SOURCE=..\..\Crypto\7zAes.h
    305 # End Source File
    306 # Begin Source File
    307 
    308 SOURCE=..\..\Crypto\7zAesRegister.cpp
    309 # End Source File
    310 # Begin Source File
    311 
    312 SOURCE=..\..\Crypto\MyAes.cpp
    313 # End Source File
    314 # Begin Source File
    315 
    316 SOURCE=..\..\Crypto\MyAes.h
    317 # End Source File
    318 # End Group
    319 # Begin Group "Dialogs"
    320 
    321 # PROP Default_Filter ""
    322 # Begin Source File
    323 
    324 SOURCE=..\..\UI\FileManager\BrowseDialog.cpp
    325 # End Source File
    326 # Begin Source File
    327 
    328 SOURCE=..\..\UI\FileManager\BrowseDialog.h
    329 # End Source File
    330 # Begin Source File
    331 
    332 SOURCE=..\..\UI\FileManager\ComboDialog.cpp
    333 # End Source File
    334 # Begin Source File
    335 
    336 SOURCE=..\..\UI\FileManager\ComboDialog.h
    337 # End Source File
    338 # Begin Source File
    339 
    340 SOURCE=..\..\UI\FileManager\MessagesDialog.cpp
    341 # End Source File
    342 # Begin Source File
    343 
    344 SOURCE=..\..\UI\FileManager\MessagesDialog.h
    345 # End Source File
    346 # Begin Source File
    347 
    348 SOURCE=..\..\UI\FileManager\OverwriteDialog.cpp
    349 # End Source File
    350 # Begin Source File
    351 
    352 SOURCE=..\..\UI\FileManager\OverwriteDialog.h
    353 # End Source File
    354 # Begin Source File
    355 
    356 SOURCE=..\..\UI\FileManager\PasswordDialog.cpp
    357 # End Source File
    358 # Begin Source File
    359 
    360 SOURCE=..\..\UI\FileManager\PasswordDialog.h
    361 # End Source File
    362 # Begin Source File
    363 
    364 SOURCE=..\..\UI\FileManager\ProgressDialog2.cpp
    365 # End Source File
    366 # Begin Source File
    367 
    368 SOURCE=..\..\UI\FileManager\ProgressDialog2.h
    369 # End Source File
    370 # End Group
    371 # Begin Group "7zip Common"
    372 
    373 # PROP Default_Filter ""
    374 # Begin Source File
    375 
    376 SOURCE=..\..\Common\CreateCoder.cpp
    377 # End Source File
    378 # Begin Source File
    379 
    380 SOURCE=..\..\Common\CreateCoder.h
    381 # End Source File
    382 # Begin Source File
    383 
    384 SOURCE=..\..\Common\CWrappers.cpp
    385 # End Source File
    386 # Begin Source File
    387 
    388 SOURCE=..\..\Common\CWrappers.h
    389 # End Source File
    390 # Begin Source File
    391 
    392 SOURCE=..\..\Common\FilePathAutoRename.cpp
    393 # End Source File
    394 # Begin Source File
    395 
    396 SOURCE=..\..\Common\FilePathAutoRename.h
    397 # End Source File
    398 # Begin Source File
    399 
    400 SOURCE=..\..\Common\FileStreams.cpp
    401 # End Source File
    402 # Begin Source File
    403 
    404 SOURCE=..\..\Common\FileStreams.h
    405 # End Source File
    406 # Begin Source File
    407 
    408 SOURCE=..\..\Common\FilterCoder.cpp
    409 # End Source File
    410 # Begin Source File
    411 
    412 SOURCE=..\..\Common\FilterCoder.h
    413 # End Source File
    414 # Begin Source File
    415 
    416 SOURCE=..\..\Common\InBuffer.cpp
    417 # End Source File
    418 # Begin Source File
    419 
    420 SOURCE=..\..\Common\InBuffer.h
    421 # End Source File
    422 # Begin Source File
    423 
    424 SOURCE=..\..\Common\LimitedStreams.cpp
    425 # End Source File
    426 # Begin Source File
    427 
    428 SOURCE=..\..\Common\LimitedStreams.h
    429 # End Source File
    430 # Begin Source File
    431 
    432 SOURCE=..\..\Common\LockedStream.cpp
    433 # End Source File
    434 # Begin Source File
    435 
    436 SOURCE=..\..\Common\LockedStream.h
    437 # End Source File
    438 # Begin Source File
    439 
    440 SOURCE=..\..\Common\OutBuffer.cpp
    441 # End Source File
    442 # Begin Source File
    443 
    444 SOURCE=..\..\Common\OutBuffer.h
    445 # End Source File
    446 # Begin Source File
    447 
    448 SOURCE=..\..\Common\ProgressUtils.cpp
    449 # End Source File
    450 # Begin Source File
    451 
    452 SOURCE=..\..\Common\ProgressUtils.h
    453 # End Source File
    454 # Begin Source File
    455 
    456 SOURCE=..\..\Common\PropId.cpp
    457 # End Source File
    458 # Begin Source File
    459 
    460 SOURCE=..\..\Common\StreamBinder.cpp
    461 # End Source File
    462 # Begin Source File
    463 
    464 SOURCE=..\..\Common\StreamBinder.h
    465 # End Source File
    466 # Begin Source File
    467 
    468 SOURCE=..\..\Common\StreamObjects.cpp
    469 # End Source File
    470 # Begin Source File
    471 
    472 SOURCE=..\..\Common\StreamObjects.h
    473 # End Source File
    474 # Begin Source File
    475 
    476 SOURCE=..\..\Common\StreamUtils.cpp
    477 # End Source File
    478 # Begin Source File
    479 
    480 SOURCE=..\..\Common\StreamUtils.h
    481 # End Source File
    482 # Begin Source File
    483 
    484 SOURCE=..\..\Common\VirtThread.cpp
    485 # End Source File
    486 # Begin Source File
    487 
    488 SOURCE=..\..\Common\VirtThread.h
    489 # End Source File
    490 # End Group
    491 # Begin Group "File Manager"
    492 
    493 # PROP Default_Filter ""
    494 # Begin Source File
    495 
    496 SOURCE=..\..\UI\FileManager\ExtractCallback.cpp
    497 # End Source File
    498 # Begin Source File
    499 
    500 SOURCE=..\..\UI\FileManager\ExtractCallback.h
    501 # End Source File
    502 # Begin Source File
    503 
    504 SOURCE=..\..\UI\FileManager\FormatUtils.cpp
    505 # End Source File
    506 # Begin Source File
    507 
    508 SOURCE=..\..\UI\FileManager\FormatUtils.h
    509 # End Source File
    510 # Begin Source File
    511 
    512 SOURCE=..\..\UI\FileManager\SysIconUtils.cpp
    513 # End Source File
    514 # Begin Source File
    515 
    516 SOURCE=..\..\UI\FileManager\SysIconUtils.h
    517 # End Source File
    518 # End Group
    519 # Begin Group "Windows"
    520 
    521 # PROP Default_Filter ""
    522 # Begin Group "Control"
    523 
    524 # PROP Default_Filter ""
    525 # Begin Source File
    526 
    527 SOURCE=..\..\..\Windows\Control\ComboBox.cpp
    528 # End Source File
    529 # Begin Source File
    530 
    531 SOURCE=..\..\..\Windows\Control\ComboBox.h
    532 # End Source File
    533 # Begin Source File
    534 
    535 SOURCE=..\..\..\Windows\Control\Dialog.cpp
    536 # End Source File
    537 # Begin Source File
    538 
    539 SOURCE=..\..\..\Windows\Control\Dialog.h
    540 # End Source File
    541 # Begin Source File
    542 
    543 SOURCE=..\..\..\Windows\Control\ListView.cpp
    544 # End Source File
    545 # Begin Source File
    546 
    547 SOURCE=..\..\..\Windows\Control\ListView.h
    548 # End Source File
    549 # End Group
    550 # Begin Source File
    551 
    552 SOURCE=..\..\..\Windows\CommonDialog.cpp
    553 # End Source File
    554 # Begin Source File
    555 
    556 SOURCE=..\..\..\Windows\CommonDialog.h
    557 # End Source File
    558 # Begin Source File
    559 
    560 SOURCE=..\..\..\Windows\DLL.cpp
    561 # End Source File
    562 # Begin Source File
    563 
    564 SOURCE=..\..\..\Windows\DLL.h
    565 # End Source File
    566 # Begin Source File
    567 
    568 SOURCE=..\..\..\Windows\ErrorMsg.cpp
    569 # End Source File
    570 # Begin Source File
    571 
    572 SOURCE=..\..\..\Windows\ErrorMsg.h
    573 # End Source File
    574 # Begin Source File
    575 
    576 SOURCE=..\..\..\Windows\FileDir.cpp
    577 # End Source File
    578 # Begin Source File
    579 
    580 SOURCE=..\..\..\Windows\FileDir.h
    581 # End Source File
    582 # Begin Source File
    583 
    584 SOURCE=..\..\..\Windows\FileFind.cpp
    585 # End Source File
    586 # Begin Source File
    587 
    588 SOURCE=..\..\..\Windows\FileFind.h
    589 # End Source File
    590 # Begin Source File
    591 
    592 SOURCE=..\..\..\Windows\FileIO.cpp
    593 # End Source File
    594 # Begin Source File
    595 
    596 SOURCE=..\..\..\Windows\FileIO.h
    597 # End Source File
    598 # Begin Source File
    599 
    600 SOURCE=..\..\..\Windows\FileName.cpp
    601 # End Source File
    602 # Begin Source File
    603 
    604 SOURCE=..\..\..\Windows\FileName.h
    605 # End Source File
    606 # Begin Source File
    607 
    608 SOURCE=..\..\..\Windows\PropVariant.cpp
    609 # End Source File
    610 # Begin Source File
    611 
    612 SOURCE=..\..\..\Windows\PropVariant.h
    613 # End Source File
    614 # Begin Source File
    615 
    616 SOURCE=..\..\..\Windows\PropVariantConv.cpp
    617 # End Source File
    618 # Begin Source File
    619 
    620 SOURCE=..\..\..\Windows\PropVariantConv.h
    621 # End Source File
    622 # Begin Source File
    623 
    624 SOURCE=..\..\..\Windows\ResourceString.cpp
    625 # End Source File
    626 # Begin Source File
    627 
    628 SOURCE=..\..\..\Windows\ResourceString.h
    629 # End Source File
    630 # Begin Source File
    631 
    632 SOURCE=..\..\..\Windows\Shell.cpp
    633 # End Source File
    634 # Begin Source File
    635 
    636 SOURCE=..\..\..\Windows\Shell.h
    637 # End Source File
    638 # Begin Source File
    639 
    640 SOURCE=..\..\..\Windows\Synchronization.cpp
    641 # End Source File
    642 # Begin Source File
    643 
    644 SOURCE=..\..\..\Windows\Synchronization.h
    645 # End Source File
    646 # Begin Source File
    647 
    648 SOURCE=..\..\..\Windows\Window.cpp
    649 # End Source File
    650 # Begin Source File
    651 
    652 SOURCE=..\..\..\Windows\Window.h
    653 # End Source File
    654 # End Group
    655 # Begin Group "Common"
    656 
    657 # PROP Default_Filter ""
    658 # Begin Source File
    659 
    660 SOURCE=..\..\..\Common\CommandLineParser.cpp
    661 # End Source File
    662 # Begin Source File
    663 
    664 SOURCE=..\..\..\Common\CommandLineParser.h
    665 # End Source File
    666 # Begin Source File
    667 
    668 SOURCE=..\..\..\Common\CRC.cpp
    669 # End Source File
    670 # Begin Source File
    671 
    672 SOURCE=..\..\..\Common\CRC.h
    673 # End Source File
    674 # Begin Source File
    675 
    676 SOURCE=..\..\..\Common\IntToString.cpp
    677 # End Source File
    678 # Begin Source File
    679 
    680 SOURCE=..\..\..\Common\IntToString.h
    681 # End Source File
    682 # Begin Source File
    683 
    684 SOURCE=..\..\..\Common\MyString.cpp
    685 # End Source File
    686 # Begin Source File
    687 
    688 SOURCE=..\..\..\Common\MyString.h
    689 # End Source File
    690 # Begin Source File
    691 
    692 SOURCE=..\..\..\Common\MyVector.cpp
    693 # End Source File
    694 # Begin Source File
    695 
    696 SOURCE=..\..\..\Common\MyVector.h
    697 # End Source File
    698 # Begin Source File
    699 
    700 SOURCE=..\..\..\Common\NewHandler.cpp
    701 # End Source File
    702 # Begin Source File
    703 
    704 SOURCE=..\..\..\Common\NewHandler.h
    705 # End Source File
    706 # Begin Source File
    707 
    708 SOURCE=..\..\..\Common\StringConvert.cpp
    709 # End Source File
    710 # Begin Source File
    711 
    712 SOURCE=..\..\..\Common\StringConvert.h
    713 # End Source File
    714 # Begin Source File
    715 
    716 SOURCE=..\..\..\Common\Wildcard.cpp
    717 # End Source File
    718 # Begin Source File
    719 
    720 SOURCE=..\..\..\Common\Wildcard.h
    721 # End Source File
    722 # End Group
    723 # Begin Group "UI"
    724 
    725 # PROP Default_Filter ""
    726 # Begin Group "UI Common"
    727 
    728 # PROP Default_Filter ""
    729 # Begin Source File
    730 
    731 SOURCE=..\..\UI\Common\ArchiveExtractCallback.cpp
    732 # End Source File
    733 # Begin Source File
    734 
    735 SOURCE=..\..\UI\Common\ArchiveExtractCallback.h
    736 # End Source File
    737 # Begin Source File
    738 
    739 SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp
    740 # End Source File
    741 # Begin Source File
    742 
    743 SOURCE=..\..\UI\Common\ArchiveOpenCallback.h
    744 # End Source File
    745 # Begin Source File
    746 
    747 SOURCE=..\..\UI\Common\DefaultName.cpp
    748 # End Source File
    749 # Begin Source File
    750 
    751 SOURCE=..\..\UI\Common\DefaultName.h
    752 # End Source File
    753 # Begin Source File
    754 
    755 SOURCE=..\..\UI\Common\Extract.cpp
    756 # End Source File
    757 # Begin Source File
    758 
    759 SOURCE=..\..\UI\Common\Extract.h
    760 # End Source File
    761 # Begin Source File
    762 
    763 SOURCE=..\..\UI\Common\ExtractingFilePath.cpp
    764 # End Source File
    765 # Begin Source File
    766 
    767 SOURCE=..\..\UI\Common\ExtractingFilePath.h
    768 # End Source File
    769 # Begin Source File
    770 
    771 SOURCE=..\..\UI\Common\LoadCodecs.cpp
    772 # End Source File
    773 # Begin Source File
    774 
    775 SOURCE=..\..\UI\Common\LoadCodecs.h
    776 # End Source File
    777 # Begin Source File
    778 
    779 SOURCE=..\..\UI\Common\OpenArchive.cpp
    780 # End Source File
    781 # Begin Source File
    782 
    783 SOURCE=..\..\UI\Common\OpenArchive.h
    784 # End Source File
    785 # End Group
    786 # Begin Group "GUI"
    787 
    788 # PROP Default_Filter ""
    789 # Begin Source File
    790 
    791 SOURCE=..\..\UI\GUI\ExtractDialog.cpp
    792 # End Source File
    793 # Begin Source File
    794 
    795 SOURCE=..\..\UI\GUI\ExtractDialog.h
    796 # End Source File
    797 # Begin Source File
    798 
    799 SOURCE=..\..\UI\GUI\ExtractGUI.cpp
    800 # End Source File
    801 # Begin Source File
    802 
    803 SOURCE=..\..\UI\GUI\ExtractGUI.h
    804 # End Source File
    805 # End Group
    806 # Begin Group "Explorer"
    807 
    808 # PROP Default_Filter ""
    809 # Begin Source File
    810 
    811 SOURCE=..\..\UI\Explorer\MyMessages.cpp
    812 # End Source File
    813 # Begin Source File
    814 
    815 SOURCE=..\..\UI\Explorer\MyMessages.h
    816 # End Source File
    817 # End Group
    818 # End Group
    819 # Begin Group "C"
    820 
    821 # PROP Default_Filter ""
    822 # Begin Source File
    823 
    824 SOURCE=..\..\..\..\C\7zCrc.c
    825 # SUBTRACT CPP /YX /Yc /Yu
    826 # End Source File
    827 # Begin Source File
    828 
    829 SOURCE=..\..\..\..\C\7zCrc.h
    830 # End Source File
    831 # Begin Source File
    832 
    833 SOURCE=..\..\..\..\C\7zCrcOpt.c
    834 # SUBTRACT CPP /YX /Yc /Yu
    835 # End Source File
    836 # Begin Source File
    837 
    838 SOURCE=..\..\..\..\C\Aes.c
    839 # SUBTRACT CPP /YX /Yc /Yu
    840 # End Source File
    841 # Begin Source File
    842 
    843 SOURCE=..\..\..\..\C\Aes.h
    844 # End Source File
    845 # Begin Source File
    846 
    847 SOURCE=..\..\..\..\C\AesOpt.c
    848 # SUBTRACT CPP /YX /Yc /Yu
    849 # End Source File
    850 # Begin Source File
    851 
    852 SOURCE=..\..\..\..\C\Alloc.c
    853 # SUBTRACT CPP /YX /Yc /Yu
    854 # End Source File
    855 # Begin Source File
    856 
    857 SOURCE=..\..\..\..\C\Alloc.h
    858 # End Source File
    859 # Begin Source File
    860 
    861 SOURCE=..\..\..\..\C\Bra.h
    862 # End Source File
    863 # Begin Source File
    864 
    865 SOURCE=..\..\..\..\C\Bra86.c
    866 # SUBTRACT CPP /YX /Yc /Yu
    867 # End Source File
    868 # Begin Source File
    869 
    870 SOURCE=..\..\..\..\C\CpuArch.c
    871 # SUBTRACT CPP /YX /Yc /Yu
    872 # End Source File
    873 # Begin Source File
    874 
    875 SOURCE=..\..\..\..\C\Lzma2Dec.c
    876 # SUBTRACT CPP /YX /Yc /Yu
    877 # End Source File
    878 # Begin Source File
    879 
    880 SOURCE=..\..\..\..\C\Lzma2Dec.h
    881 # End Source File
    882 # Begin Source File
    883 
    884 SOURCE=..\..\..\..\C\LzmaDec.c
    885 # SUBTRACT CPP /YX /Yc /Yu
    886 # End Source File
    887 # Begin Source File
    888 
    889 SOURCE=..\..\..\..\C\LzmaDec.h
    890 # End Source File
    891 # Begin Source File
    892 
    893 SOURCE=..\..\..\..\C\Ppmd7.c
    894 # SUBTRACT CPP /YX /Yc /Yu
    895 # End Source File
    896 # Begin Source File
    897 
    898 SOURCE=..\..\..\..\C\Ppmd7.h
    899 # End Source File
    900 # Begin Source File
    901 
    902 SOURCE=..\..\..\..\C\Ppmd7Dec.c
    903 # SUBTRACT CPP /YX /Yc /Yu
    904 # End Source File
    905 # Begin Source File
    906 
    907 SOURCE=..\..\..\..\C\Sha256.c
    908 # SUBTRACT CPP /YX /Yc /Yu
    909 # End Source File
    910 # Begin Source File
    911 
    912 SOURCE=..\..\..\..\C\Threads.c
    913 # SUBTRACT CPP /YX /Yc /Yu
    914 # End Source File
    915 # Begin Source File
    916 
    917 SOURCE=..\..\..\..\C\Threads.h
    918 # End Source File
    919 # End Group
    920 # Begin Source File
    921 
    922 SOURCE=.\7z.ico
    923 # End Source File
    924 # Begin Source File
    925 
    926 SOURCE=.\7z1.ico
    927 # End Source File
    928 # Begin Source File
    929 
    930 SOURCE=.\resource.rc
    931 # End Source File
    932 # Begin Source File
    933 
    934 SOURCE=.\SfxWin.cpp
    935 # End Source File
    936 # End Target
    937 # End Project
    938