diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-17 20:58:48 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-17 21:04:19 +0100 |
commit | cd1f746b8683c84120b6cee43e18ec8db923d941 (patch) | |
tree | 669726c03ceee43c12ab0c2ea2e069331175fb54 /projects/Windows/VC9 | |
parent | b166117c606d55d2e96b85581caf0e8a40b60362 (diff) |
build: Corrected Visual Studio solutions for DLL Release x64
Diffstat (limited to 'projects/Windows/VC9')
-rw-r--r-- | projects/Windows/VC9/lib/libcurl.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Windows/VC9/lib/libcurl.sln b/projects/Windows/VC9/lib/libcurl.sln index 0f96fda66..17e6aece4 100644 --- a/projects/Windows/VC9/lib/libcurl.sln +++ b/projects/Windows/VC9/lib/libcurl.sln @@ -77,7 +77,7 @@ Global {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.DLL Release|Win32.Build.0 = DLL Release|Win32 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.DLL Release|x64.ActiveCfg = DLL Release|x64 - {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.DLL Release|x64.Build.0 = DLL Debug - OpenSSL|x64 + {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.DLL Release|x64.Build.0 = DLL Release|x64 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32.ActiveCfg = LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32.Build.0 = LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}.LIB Debug - DLL OpenSSL - DLL LibSSH2|x64.ActiveCfg = LIB Debug - DLL OpenSSL - DLL LibSSH2|x64 |