summaryrefslogtreecommitdiff
path: root/spamfilter/SpamFilter.dsp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2009-10-13 05:04:06 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2009-10-13 05:04:06 +0300
commit227022d9ed977c75196725502847e0b371e4e879 (patch)
tree6fe79f5ae836fe4a974db459553eb6b46a1bf8eb /spamfilter/SpamFilter.dsp
parent23d6d3e482927c13294f204b34ce23c6f445e8ac (diff)
spamfilter branchHEADmaster
Diffstat (limited to 'spamfilter/SpamFilter.dsp')
-rw-r--r--spamfilter/SpamFilter.dsp802
1 files changed, 802 insertions, 0 deletions
diff --git a/spamfilter/SpamFilter.dsp b/spamfilter/SpamFilter.dsp
new file mode 100644
index 0000000..7c67382
--- /dev/null
+++ b/spamfilter/SpamFilter.dsp
@@ -0,0 +1,802 @@
+# Microsoft Developer Studio Project File - Name="SpamFilter" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** NICHT BEARBEITEN **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=SpamFilter - Win32 Debug Unicode
+!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 "SpamFilter.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 "SpamFilter.mak" CFG="SpamFilter - Win32 Debug Unicode"
+!MESSAGE
+!MESSAGE Für die Konfiguration stehen zur Auswahl:
+!MESSAGE
+!MESSAGE "SpamFilter - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "SpamFilter - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "SpamFilter - Win32 Release Unicode" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "SpamFilter - Win32 Debug Unicode" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "SpamFilter - Win32 Release Unicode 9x/ME" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "SpamFilter - Win32 Debug Unicode 9x/ME" (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)" == "SpamFilter - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Temp\Release"
+# PROP BASE Target_Dir "Release"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Temp\Release"
+# PROP Intermediate_Dir "Temp\Release"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir "Release"
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W4 /GX /O2 /I ".\Include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "NO_STRICT" /FR /YX /FD /opt:nowin98 /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+# SUBTRACT MTL /mktyplib203 /Oicf
+# ADD BASE RSC /l 0x1009 /d "NDEBUG"
+# ADD RSC /l 0x409 /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 comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:".\Release\spamfilter.pdb" /debug /machine:I386 /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:".\Release\spamfilter.dll" /opt:nowin98 /ignore:4078 /RELEASE
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "SpamFilter - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Temp\Debug"
+# PROP BASE Intermediate_Dir "Temp\Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Temp\Debug"
+# PROP Intermediate_Dir "Temp\Debug"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /Gi /GX /ZI /Od /I ".\Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "NO_STRICT" /FR /YX /FD /GZ /c
+# SUBTRACT CPP /WX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# SUBTRACT MTL /Oicf
+# ADD BASE RSC /l 0x1009 /d "_DEBUG"
+# ADD RSC /l 0x409 /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 comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilter.pdb" /map /debug /machine:I386 /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilter.dll" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "SpamFilter - Win32 Release Unicode"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Temp\ReleaseW"
+# PROP BASE Target_Dir "ReleaseW"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Temp\ReleaseW"
+# PROP Intermediate_Dir "Temp\ReleaseW"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir "Release"
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W4 /GX /O2 /I ".\Include" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "_MBCS" /U "NO_STRICT" /FR /YX /FD /opt:nowin98 /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+# SUBTRACT MTL /mktyplib203 /Oicf
+# ADD BASE RSC /l 0x1009 /d "NDEBUG"
+# ADD RSC /l 0x409 /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 comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:".\Release\spamfilterW.pdb" /debug /machine:I386 /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:".\Release\spamfilterW.dll" /opt:nowin98 /ignore:4078 /RELEASE
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "SpamFilter - Win32 Debug Unicode"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Temp\DebugW"
+# PROP BASE Intermediate_Dir "Temp\DebugW"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Temp\DebugW"
+# PROP Intermediate_Dir "Temp\DebugW"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /Gi /GX /ZI /Od /I ".\Include" /D "_DEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "_MBCS" /U "NO_STRICT" /FR /YX /FD /GZ /c
+# SUBTRACT CPP /WX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# SUBTRACT MTL /Oicf
+# ADD BASE RSC /l 0x1009 /d "_DEBUG"
+# ADD RSC /l 0x409 /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 comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilterW.pdb" /map /debug /machine:I386 /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilterW.dll" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none /nodefaultlib
+
+!ELSEIF "$(CFG)" == "SpamFilter - Win32 Release Unicode 9x/ME"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Temp\ReleaseW9x"
+# PROP BASE Target_Dir "ReleaseW9x"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Temp\ReleaseW9x"
+# PROP Intermediate_Dir "Temp\ReleaseW9x"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir "ReleaseW9x"
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W4 /GX /O2 /I ".\Include" /D "NDEBUG" /D "UNICOWS" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "_MBCS" /U "NO_STRICT" /FR /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+# SUBTRACT MTL /mktyplib203 /Oicf
+# ADD BASE RSC /l 0x1009 /d "NDEBUG"
+# ADD RSC /l 0x409 /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 unicows.lib kernel32.lib comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:".\Release\spamfilterW9x.pdb" /debug /machine:I386 /nodefaultlib:"kernel32.lib" /nodefaultlib:"advapi32.lib" /nodefaultlib:"user32.lib" /nodefaultlib:"gdi32.lib" /nodefaultlib:"shell32.lib" /nodefaultlib:"comdlg32.lib" /nodefaultlib:"version.lib" /nodefaultlib:"mpr.lib" /nodefaultlib:"rasapi32.lib" /nodefaultlib:"winmm.lib" /nodefaultlib:"winspool.lib" /nodefaultlib:"vfw32.lib" /nodefaultlib:"secur32.lib" /nodefaultlib:"oleacc.lib" /nodefaultlib:"oledlg.lib" /nodefaultlib:"sensapi.lib" /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:".\Release\spamfilterW9x.dll" /ignore:4078 /RELEASE
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "SpamFilter - Win32 Debug Unicode 9x/ME"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Temp\DebugW9x"
+# PROP BASE Intermediate_Dir "Temp\DebugW9x"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Temp\DebugW9x"
+# PROP Intermediate_Dir "Temp\DebugW9x"
+# PROP Ignore_Export_Lib 1
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPAMFILTER_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /Gi /GX /ZI /Od /I ".\Include" /D "_DEBUG" /D "UNICOWS" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "STRICT" /D "SPAMFILTER_EXPORTS" /U "_MBCS" /U "NO_STRICT" /FR /YX /FD /GZ /c
+# SUBTRACT CPP /WX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# SUBTRACT MTL /Oicf
+# ADD BASE RSC /l 0x1009 /d "_DEBUG"
+# ADD RSC /l 0x409 /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 unicows.lib kernel32.lib comctl32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib shlwapi.lib ole32.lib version.lib /nologo /base:"" /dll /pdb:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilterW9x.pdb" /map /debug /machine:I386 /nodefaultlib:"kernel32.lib" /nodefaultlib:"advapi32.lib" /nodefaultlib:"user32.lib" /nodefaultlib:"gdi32.lib" /nodefaultlib:"shell32.lib" /nodefaultlib:"comdlg32.lib" /nodefaultlib:"version.lib" /nodefaultlib:"mpr.lib" /nodefaultlib:"rasapi32.lib" /nodefaultlib:"winmm.lib" /nodefaultlib:"winspool.lib" /nodefaultlib:"vfw32.lib" /nodefaultlib:"secur32.lib" /nodefaultlib:"oleacc.lib" /nodefaultlib:"oledlg.lib" /nodefaultlib:"sensapi.lib" /nodefaultlib:"uuid.lib" /nodefaultlib:"OLDNAMES" /out:"C:\PROGRA~1\MIRAND~1\PLUGINS\spamfilterW9x.dll" /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "SpamFilter - Win32 Release"
+# Name "SpamFilter - Win32 Debug"
+# Name "SpamFilter - Win32 Release Unicode"
+# Name "SpamFilter - Win32 Debug Unicode"
+# Name "SpamFilter - Win32 Release Unicode 9x/ME"
+# Name "SpamFilter - Win32 Debug Unicode 9x/ME"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\contact.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\dlg.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\extraimg.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\folders.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\forkthread.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\logfile.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\main.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\menuitems.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\options.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\path.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\popup.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\regexp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\services.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamcheck.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamcheckdata.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamdefinitions.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\string.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\stringlist.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\trigger.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\unicode.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\update.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\utilities.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\variables.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\common.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\contact.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\dlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\extraimg.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\folders.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\forkthread.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\logfile.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\menuitems.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\options.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\path.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\popup.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\regexp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\services.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamcheck.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamcheckdata.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\spamdefinitions.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\string.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\stringlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\trigger.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\unicode.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\update.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\utilities.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\variables.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\version.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# Begin Source File
+
+SOURCE=.\Resources\add_button_16x16_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\delete_button_16x16_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\log_item.xml
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\log_layout.xsl
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\log_main.xml
+# End Source File
+# Begin Source File
+
+SOURCE=.\resource.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\spam_16x16_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\spam_32x32_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\spam_definitions_16x16_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\Resources\spam_layer_16x16_256.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\SpamFilter.rc
+# End Source File
+# End Group
+# Begin Group "Documentation"
+
+# PROP Default_Filter "*.txt"
+# Begin Source File
+
+SOURCE=".\Docs\PCRE-License.txt"
+# End Source File
+# Begin Source File
+
+SOURCE=".\Docs\SpamFilter-Developer.txt"
+# End Source File
+# Begin Source File
+
+SOURCE=".\Docs\SpamFilter-License.txt"
+# End Source File
+# Begin Source File
+
+SOURCE=".\Docs\SpamFilter-Readme.txt"
+# End Source File
+# Begin Source File
+
+SOURCE=".\Docs\SpamFilter-Translation.txt"
+# End Source File
+# End Group
+# Begin Group "Extensions"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Extensions\filtered1.wav
+# End Source File
+# Begin Source File
+
+SOURCE=.\Extensions\filtered2.wav
+# End Source File
+# Begin Source File
+
+SOURCE=.\Extensions\filtered3.wav
+# End Source File
+# Begin Source File
+
+SOURCE=.\Extensions\InstallScript.xml
+# End Source File
+# Begin Source File
+
+SOURCE=.\m_spamfilter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\m_spamfilter.inc
+# End Source File
+# End Group
+# Begin Group "Utilities"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Utilities\DebugHelper.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Utilities\Pcre\include\pcre.h
+# End Source File
+# End Group
+# Begin Group "Include"
+
+# PROP Default_Filter "c;h"
+# Begin Source File
+
+SOURCE=.\Include\m_addcontact.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_alarms.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_autoshutdown.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_avatars.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_awaymsg.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_bkgrcfg.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_button.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_chat.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_clc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_clist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_clistint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_clui.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_cluiframes.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_colourpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_contactdir.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_contacts.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_contactsex.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_contactstransfer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_database.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_email.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_file.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_findadd.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_folders.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_fontservice.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_fuse.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_genmenu.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_history.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_httpserver.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_icolib.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_icq.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_idle.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_ieview.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_ignore.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_langpack.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_mathmodule.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_message.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_metacontacts.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_netlib.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_options.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_plugins.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_png.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_popup.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_popupw.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_protocols.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_protomod.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_protosvc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_sessions.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_skin.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_skin_eng.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_smileyadd.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_snapping_windows.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_spamfilter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_statusplugins.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_system.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_toptoolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_trigger.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_uninstaller.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_updater.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_url.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_userinfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_utils.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_variables.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\m_weather.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\newpluginapi.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\statusmodes.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Include\win2k.h
+# End Source File
+# End Group
+# Begin Source File
+
+SOURCE=.\Info_Src.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\License_Appendix.txt
+# End Source File
+# End Target
+# End Project