From 79b8ebded1a82dd8480bfb4d9cbe077b5319f84e Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 28 Dec 2012 21:04:44 +0000 Subject: added HTTPServer (not yet adopted, can someone else try it please? :) git-svn-id: http://svn.miranda-ng.org/main/trunk@2876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj | 162 ++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj (limited to 'plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj') diff --git a/plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj b/plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj new file mode 100644 index 0000000000..25c2476a13 --- /dev/null +++ b/plugins/!NotAdopted/HTTPServer/HTTPServer.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {F7A70398-AFA0-4A58-B645-85268F9517DE} + HTTPServer + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + false + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\HTTPServer___Win32_Debug/HTTPServer.tlb + + + Disabled + ..\..\include\;..\ExternalAPI\;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;_USRDLL;_WIN32_IE=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebug + + + .\Debug/HTTPServer.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level4 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + msvcrtd.lib;User32.lib;Kernel32.lib;Ws2_32.lib;Comdlg32.lib;comctl32.lib;libcpmtd.lib;%(AdditionalDependencies) + true + $(ProfileDir)..\..\bin10\lib + true + true + 0x22500000 + $(IntDir)$(TargetName).lib + + + copy $(TargetPath) D:\Tools\Miranda\Plugins +copy $(TargetDir)*.pdb D:\Tools\Miranda\Plugins + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/HTTPServer.tlb + + + MinSpace + OnlyExplicitInline + ..\..\include\;..\ExternalAPI\;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;_USRDLL;_WIN32_IE=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + .\Release/HTTPServer.pch + .\Release/ + .\Release/ + .\Release/ + Level4 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + msvcrt.lib;User32.lib;Kernel32.lib;Ws2_32.lib;Comdlg32.lib;comctl32.lib;libcpmt.lib;%(AdditionalDependencies) + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3