From 33e584d475f7e66afdd11ddeb7c46cf65a8bc7ea Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 9 Mar 2017 23:29:54 +0200 Subject: Visual Studio 2017 support added --- plugins/HTTPServer/HTTPServer_15.vcxproj | 219 +++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 plugins/HTTPServer/HTTPServer_15.vcxproj (limited to 'plugins/HTTPServer/HTTPServer_15.vcxproj') diff --git a/plugins/HTTPServer/HTTPServer_15.vcxproj b/plugins/HTTPServer/HTTPServer_15.vcxproj new file mode 100644 index 0000000000..7b5fc37eb3 --- /dev/null +++ b/plugins/HTTPServer/HTTPServer_15.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F7A70398-AFA0-4A58-B645-85268F9517DE} + HTTPServer + + + + DynamicLibrary + MultiByte + v141_xp + true + + + DynamicLibrary + MultiByte + v141_xp + true + + + DynamicLibrary + MultiByte + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + EditAndContinue + Use + Glob.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + 0x22500000 + $(IntDir)$(TargetName).lib + Windows + false + comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) + false + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + Use + Glob.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + 0x22500000 + $(IntDir)$(TargetName).lib + Windows + false + comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + Use + Glob.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + /PDBALTPATH:%_PDB% %(AdditionalOptions) + comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + true + true + false + 0x22500000 + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + Use + Glob.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + /PDBALTPATH:%_PDB% %(AdditionalOptions) + comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + true + true + false + 0x22500000 + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3