From 20dbac49450a6e1593c413dae34ef6e7fcb04a01 Mon Sep 17 00:00:00 2001 From: "Sergey (Elzor) Bolhovskoy" Date: Sat, 17 Apr 2010 13:05:36 +0600 Subject: Add MSVS2010 project files --- stopspam_10.vcxproj | 304 ++++++++++++++++++++++++++++++++++++++++++++ stopspam_10.vcxproj.filters | 62 +++++++++ 2 files changed, 366 insertions(+) create mode 100644 stopspam_10.vcxproj create mode 100644 stopspam_10.vcxproj.filters diff --git a/stopspam_10.vcxproj b/stopspam_10.vcxproj new file mode 100644 index 0000000..6fbd3bf --- /dev/null +++ b/stopspam_10.vcxproj @@ -0,0 +1,304 @@ + + + + + Debug Unicode + Win32 + + + Debug + Win32 + + + Release Unicode (static) + Win32 + + + Release Unicode + Win32 + + + Release + Win32 + + + + stopspam + {3E6CEC79-5E93-4607-B10E-498586ECF6A6} + stopspam + Win32Proj + + + + DynamicLibrary + Unicode + PGOptimize + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + PGOptimize + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(Configuration)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + + + + + + + Disabled + C:\Program Files\boost\boost_1_34_1\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + + $(OutDir)$(ProjectName).dll + true + $(OutDir)stopspam.pdb + Windows + false + + + $(OutDir)stopspam.lib + MachineX86 + + + + + + + + + MinSpace + OnlyExplicitInline + C:\Program Files\boost\boost_1_34_1\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + + + Default + 4996;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).dll + true + true + NotSet + + + + + false + + + + + MachineX86 + + + + + + + + + + + + + Full + OnlyExplicitInline + Size + true + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + StreamingSIMDExtensions + + + Level3 + + + Default + + + $(OutDir)$(ProjectName).dll + true + Windows + true + true + UseLinkTimeCodeGeneration + false + + + + + MachineX86 + + + + + + + + + + + + + Full + Size + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebug + StreamingSIMDExtensions + + + Level3 + ProgramDatabase + + + $(OutDir)$(ProjectName).dll + true + $(OutDir)stopspam.pdb + Windows + false + + + $(OutDir)stopspam.lib + MachineX86 + + + + + + + + + Full + OnlyExplicitInline + Size + true + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + StreamingSIMDExtensions + + + Level3 + + + Default + + + $(OutDir)$(ProjectName).dll + true + Windows + true + true + UseLinkTimeCodeGeneration + false + + + + + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stopspam_10.vcxproj.filters b/stopspam_10.vcxproj.filters new file mode 100644 index 0000000..db60433 --- /dev/null +++ b/stopspam_10.vcxproj.filters @@ -0,0 +1,62 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3