diff options
Diffstat (limited to 'spamfilter/SpamFilter.sln')
-rw-r--r-- | spamfilter/SpamFilter.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/spamfilter/SpamFilter.sln b/spamfilter/SpamFilter.sln new file mode 100644 index 0000000..f393f7c --- /dev/null +++ b/spamfilter/SpamFilter.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpamFilter", "SpamFilter.vcproj", "{844ADB70-77B1-45F4-8295-B8246E5066E4}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug Unicode|Win32 = Debug Unicode|Win32
+ Debug|Win32 = Debug|Win32
+ Release Unicode|Win32 = Release Unicode|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Debug Unicode|Win32.ActiveCfg = Release Unicode 9x/ME|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Debug|Win32.ActiveCfg = Debug Unicode 9x/ME|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Debug|Win32.Build.0 = Debug|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Release|Win32.ActiveCfg = Release|Win32
+ {844ADB70-77B1-45F4-8295-B8246E5066E4}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|