diff --git a/extensions/curl/curl-src/lib/curllib.vcxproj b/extensions/curl/curl-src/lib/curllib.vcxproj deleted file mode 100644 index 8f62bcc0b..000000000 --- a/extensions/curl/curl-src/lib/curllib.vcxproj +++ /dev/null @@ -1,363 +0,0 @@ - - - - - DLL Debug - Win32 - - - DLL Release - Win32 - - - LIB Debug - Win32 - - - LIB Release - Win32 - - - - - - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - .\DLL-Release\ - .\DLL-Release\ - false - - - .\DLL-Debug\ - .\DLL-Debug\ - false - - - .\LIB-Debug\ - .\LIB-Debug\ - - - .\LIB-Release\ - .\LIB-Release\ - - - - MultiThreadedDLL - OnlyExplicitInline - true - true - MaxSpeed - true - Level3 - .;..\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BUILDING_LIBCURL;%(PreprocessorDefinitions) - .\DLL-Release\ - .\DLL-Release\curllib.pch - .\DLL-Release\ - .\DLL-Release\ - - - true - NDEBUG;%(PreprocessorDefinitions) - .\DLL-Release\curllib.tlb - true - Win32 - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\DLL-Release\curllib.bsc - - - true - true - Console - DLL-Release/libcurl.dll - DLL-Release/libcurl_imp.lib - ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebugDLL - Default - false - Disabled - true - Level3 - true - .;..\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;BUILDING_LIBCURL;%(PreprocessorDefinitions) - .\DLL-Debug\ - .\DLL-Debug\curllib.pch - .\DLL-Debug\ - .\DLL-Debug\ - EnableFastChecks - - - true - _DEBUG;%(PreprocessorDefinitions) - .\DLL-Debug\curllib.tlb - true - Win32 - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\DLL-Debug\curllib.bsc - - - true - true - true - Console - DLL-Debug/libcurld.dll - DLL-Debug/libcurld_imp.lib - ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebug - Default - false - Disabled - true - Level3 - true - .;..\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;%(PreprocessorDefinitions) - .\LIB-Debug\ - .\LIB-Debug\curllib.pch - .\LIB-Debug\ - .\LIB-Debug\ - EnableFastChecks - - - 0x0409 - _DEBUG;%(PreprocessorDefinitions) - - - true - .\LIB-Debug\curllib.bsc - - - true - LIB-Debug/libcurld.lib - - - - - MultiThreaded - OnlyExplicitInline - true - true - MaxSpeed - true - Level3 - $(OPENSSLWIN32)\include;.;..\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;DCURL_DISABLE_LDAP;DCURL_DISABLE_TELNET;DCURL_DISABLE_DICT;DCURL_DISABLE_TFTP;USE_SSLEAY;USE_OPENSSL;%(PreprocessorDefinitions) - .\LIB-Release\ - .\LIB-Release\curllib.pch - .\LIB-Release\ - .\LIB-Release\ - - - 0x0409 - NDEBUG;%(PreprocessorDefinitions) - - - true - .\LIB-Release\curllib.bsc - - - true - LIB-Release/libcurl.lib - $(OPENSSLWIN32)\lib\VC\static;%(AdditionalLibraryDirectories) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/extensions/curl/curl-src/src/curlsrc.vcxproj b/extensions/curl/curl-src/src/curlsrc.vcxproj deleted file mode 100644 index af28b8680..000000000 --- a/extensions/curl/curl-src/src/curlsrc.vcxproj +++ /dev/null @@ -1,276 +0,0 @@ - - - - - Template - Win32 - - - using libcurl DLL Debug - Win32 - - - using libcurl DLL Release - Win32 - - - using libcurl LIB Debug - Win32 - - - using libcurl LIB Release - Win32 - - - - - - - - - Application - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - .\DLL-Release\ - .\DLL-Release\ - false - - - .\LIB-Release\ - .\LIB-Release\ - false - - - .\LIB-Debug\ - .\LIB-Debug\ - false - - - .\DLL-Debug\ - .\DLL-Debug\ - false - - - - MultiThreadedDLL - OnlyExplicitInline - true - true - MaxSpeed - true - Level3 - ..\lib;..\include;.;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\DLL-Release\ - .\DLL-Release\curlsrc.pch - .\DLL-Release\ - .\DLL-Release\ - - - .\DLL-Release\curlsrc.tlb - - - 0x0409 - ..\include;%(AdditionalIncludeDirectories) - NDEBUG;%(PreprocessorDefinitions) - - - true - .\DLL-Release\curlsrc.bsc - - - true - Console - DLL-Release/curl.exe - ..\lib\DLL-Release;%(AdditionalLibraryDirectories) - libcurl_imp.lib;ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - MultiThreadedDLL - OnlyExplicitInline - true - true - MaxSpeed - true - Level3 - ..\lib;..\include;.;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;CURL_STATICLIB;%(PreprocessorDefinitions) - .\LIB-Release\ - .\LIB-Release\curlsrc.pch - .\LIB-Release\ - .\LIB-Release\ - - - .\LIB-Release\curlsrc.tlb - - - 0x0409 - ..\include;%(AdditionalIncludeDirectories) - NDEBUG;%(PreprocessorDefinitions) - - - true - .\LIB-Release\curlsrc.bsc - - - true - Console - LIB-Release/curl.exe - ..\lib\LIB-Release;%(AdditionalLibraryDirectories) - libcurl.lib;ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebugDLL - Default - false - Disabled - true - Level3 - true - ..\lib;..\include;.;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;CURL_STATICLIB;%(PreprocessorDefinitions) - .\LIB-Debug\ - .\LIB-Debug\curlsrc.pch - .\LIB-Debug\ - .\LIB-Debug\ - EnableFastChecks - - - .\LIB-Debug\curlsrc.tlb - - - 0x0409 - ..\include;%(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) - - - true - .\LIB-Debug\curlsrc.bsc - - - true - true - Console - LIB-Debug/curl.exe - ..\lib\LIB-Debug;%(AdditionalLibraryDirectories) - libcurld.lib;ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - MultiThreadedDebugDLL - Default - false - Disabled - true - Level3 - true - ..\lib;..\include;.;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .\DLL-Debug\ - .\DLL-Debug\curlsrc.pch - .\DLL-Debug\ - .\DLL-Debug\ - EnableFastChecks - - - .\DLL-Debug\curlsrc.tlb - - - 0x0409 - ..\include;%(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) - - - true - .\DLL-Debug\curlsrc.bsc - - - true - true - Console - DLL-Debug/curl.exe - ..\lib\DLL-Debug;%(AdditionalLibraryDirectories) - libcurld_imp.lib;ws2_32.lib;wldap32.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file