www.pudn.com > ExpBar_src.zip > explorerbar.dsp


# Microsoft Developer Studio Project File - Name="explorerbar" - Package Owner=<4> 
# Microsoft Developer Studio Generated Build File, Format Version 6.00 
# ** NICHT BEARBEITEN ** 
 
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 
 
CFG=explorerbar - Win32 UniCodeDebug 
!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE 
!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl 
!MESSAGE  
!MESSAGE NMAKE /f "explorerbar.mak". 
!MESSAGE  
!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben 
!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: 
!MESSAGE  
!MESSAGE NMAKE /f "explorerbar.mak" CFG="explorerbar - Win32 UniCodeDebug" 
!MESSAGE  
!MESSAGE Für die Konfiguration stehen zur Auswahl: 
!MESSAGE  
!MESSAGE "explorerbar - Win32 Release" (basierend auf  "Win32 (x86) Dynamic-Link Library") 
!MESSAGE "explorerbar - Win32 Debug" (basierend auf  "Win32 (x86) Dynamic-Link Library") 
!MESSAGE "explorerbar - Win32 UniCodeDebug" (basierend auf  "Win32 (x86) Dynamic-Link Library") 
!MESSAGE "explorerbar - Win32 UnicodeRelease" (basierend auf  "Win32 (x86) Dynamic-Link Library") 
!MESSAGE  
 
# Begin Project 
# PROP AllowPerConfigDependencies 0 
# PROP Scc_ProjName "" 
# PROP Scc_LocalPath "" 
CPP=cl.exe 
MTL=midl.exe 
RSC=rc.exe 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP BASE Use_MFC 0 
# PROP BASE Use_Debug_Libraries 0 
# PROP BASE Output_Dir "Release" 
# PROP BASE Intermediate_Dir "Release" 
# PROP BASE Target_Dir "" 
# PROP Use_MFC 0 
# PROP Use_Debug_Libraries 0 
# PROP Output_Dir "Release" 
# PROP Intermediate_Dir "Release" 
# PROP Ignore_Export_Lib 0 
# PROP Target_Dir "" 
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /YX /FD /c 
# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /YX /FD /c 
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 
# ADD BASE RSC /l 0x407 /d "NDEBUG" 
# ADD RSC /l 0x407 /d "NDEBUG" 
BSC32=bscmake.exe 
# ADD BASE BSC32 /nologo 
# ADD BSC32 /nologo 
LINK32=link.exe 
# 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 /dll /machine:I386 
# 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 winmm.lib Msimg32.lib /nologo /dll /machine:I386 
# Begin Special Build Tool 
SOURCE="$(InputPath)" 
PostBuild_Cmds=copy explorerbar.h .\lib	copy .\release\explorerbar.dll .\lib	copy .\release\explorerbar.lib .\lib 
# End Special Build Tool 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP BASE Use_MFC 0 
# PROP BASE Use_Debug_Libraries 1 
# PROP BASE Output_Dir "Debug" 
# PROP BASE Intermediate_Dir "Debug" 
# PROP BASE Target_Dir "" 
# PROP Use_MFC 0 
# PROP Use_Debug_Libraries 1 
# PROP Output_Dir "Debug" 
# PROP Intermediate_Dir "Debug" 
# PROP Ignore_Export_Lib 0 
# PROP Target_Dir "" 
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /YX /FD /GZ /c 
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /YX /FD /GZ /c 
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 
# ADD BASE RSC /l 0x407 /d "_DEBUG" 
# ADD RSC /l 0x407 /d "_DEBUG" 
BSC32=bscmake.exe 
# ADD BASE BSC32 /nologo 
# ADD BSC32 /nologo 
LINK32=link.exe 
# 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 /dll /debug /machine:I386 /pdbtype:sept 
# 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 winmm.lib Msimg32.lib /nologo /dll /debug /machine:I386 /out:"Debug/explorerbard.dll" /pdbtype:sept 
# Begin Special Build Tool 
SOURCE="$(InputPath)" 
PostBuild_Cmds=copy explorerbar.h .\lib	copy .\debug\explorerbard.dll .\lib	copy .\debug\explorerbard.lib .\lib 
# End Special Build Tool 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP BASE Use_MFC 0 
# PROP BASE Use_Debug_Libraries 1 
# PROP BASE Output_Dir "UniCodeDebug" 
# PROP BASE Intermediate_Dir "UniCodeDebug" 
# PROP BASE Ignore_Export_Lib 0 
# PROP BASE Target_Dir "" 
# PROP Use_MFC 0 
# PROP Use_Debug_Libraries 1 
# PROP Output_Dir "UniCodeDebug" 
# PROP Intermediate_Dir "UniCodeDebug" 
# PROP Ignore_Export_Lib 0 
# PROP Target_Dir "" 
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /YX /FD /GZ /c 
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /D "UNICODE" /D "_UNICODE" /YX /FD /GZ /c 
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 
# ADD BASE RSC /l 0x407 /d "_DEBUG" 
# ADD RSC /l 0x407 /d "_DEBUG" 
BSC32=bscmake.exe 
# ADD BASE BSC32 /nologo 
# ADD BSC32 /nologo 
LINK32=link.exe 
# 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 winmm.lib Msimg32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept 
# 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 winmm.lib Msimg32.lib /nologo /dll /debug /machine:I386 /out:"UniCodeDebug/explorerbarud.dll" /pdbtype:sept 
# Begin Special Build Tool 
SOURCE="$(InputPath)" 
PostBuild_Cmds=copy explorerbar.h .\lib	copy .\unicodedebug\explorerbarud.dll .\lib	copy .\unicodedebug\explorerbarud.lib .\lib 
# End Special Build Tool 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP BASE Use_MFC 0 
# PROP BASE Use_Debug_Libraries 0 
# PROP BASE Output_Dir "UnicodeRelease" 
# PROP BASE Intermediate_Dir "UnicodeRelease" 
# PROP BASE Ignore_Export_Lib 0 
# PROP BASE Target_Dir "" 
# PROP Use_MFC 0 
# PROP Use_Debug_Libraries 0 
# PROP Output_Dir "UnicodeRelease" 
# PROP Intermediate_Dir "UnicodeRelease" 
# PROP Ignore_Export_Lib 0 
# PROP Target_Dir "" 
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /YX /FD /c 
# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERBAR_EXPORTS" /D _WIN32_WINNT=0x501 /D "UNICODE" /D "_UNICODE" /YX /FD /c 
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 
# ADD BASE RSC /l 0x407 /d "NDEBUG" 
# ADD RSC /l 0x407 /d "NDEBUG" 
BSC32=bscmake.exe 
# ADD BASE BSC32 /nologo 
# ADD BSC32 /nologo 
LINK32=link.exe 
# 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 winmm.lib Msimg32.lib /nologo /dll /machine:I386 
# 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 winmm.lib Msimg32.lib /nologo /dll /machine:I386 /out:"UnicodeRelease/explorerbaru.dll" 
# Begin Special Build Tool 
SOURCE="$(InputPath)" 
PostBuild_Cmds=copy explorerbar.h .\lib	copy .\unicoderelease\explorerbaru.dll .\lib	copy .\unicoderelease\explorerbaru.lib .\lib 
# End Special Build Tool 
 
!ENDIF  
 
# Begin Target 
 
# Name "explorerbar - Win32 Release" 
# Name "explorerbar - Win32 Debug" 
# Name "explorerbar - Win32 UniCodeDebug" 
# Name "explorerbar - Win32 UnicodeRelease" 
# Begin Group "Quellcodedateien" 
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
# Begin Source File 
 
SOURCE=.\bmpengine.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\cbbutton.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\cbstatic.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\colheader.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\colxpbar.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\dllmain.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarD.def 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarD.rc 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarR.def 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarR.rc 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarUD.def 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarUD.rc 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
# PROP Exclude_From_Build 1 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarUR.def 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\explorerbarUR.rc 
 
!IF  "$(CFG)" == "explorerbar - Win32 Release" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 Debug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UniCodeDebug" 
 
# PROP Exclude_From_Build 1 
 
!ELSEIF  "$(CFG)" == "explorerbar - Win32 UnicodeRelease" 
 
!ENDIF  
 
# End Source File 
# Begin Source File 
 
SOURCE=.\shellstyle.c 
# End Source File 
# Begin Source File 
 
SOURCE=.\tasklink.c 
# End Source File 
# End Group 
# Begin Group "Header-Dateien" 
 
# PROP Default_Filter "h;hpp;hxx;hm;inl" 
# Begin Source File 
 
SOURCE=.\explorerbar.h 
# End Source File 
# Begin Source File 
 
SOURCE=.\internal.h 
# End Source File 
# Begin Source File 
 
SOURCE=.\resource.h 
# End Source File 
# Begin Source File 
 
SOURCE=.\shellstyle.h 
# End Source File 
# End Group 
# Begin Group "Ressourcendateien" 
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
# Begin Source File 
 
SOURCE=.\Bitmaps\BtnUpHot.bmp 
# End Source File 
# End Group 
# Begin Source File 
 
SOURCE=.\explorerbar.dll.manifest 
# End Source File 
# End Target 
# End Project