diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-25 15:00:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-25 15:00:15 +0000 |
commit | 50a4d4f0f8191849cf695792de7c914afcd03557 (patch) | |
tree | 415e377be7aff73d0d7c898fa98b637354e4363c /bin11 | |
parent | 6dfaf2acc20f75be8f5e0b2ec686ecc4f860997c (diff) |
- libcurl project added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@3768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin11')
-rw-r--r-- | bin11/mir_full.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin11/mir_full.sln b/bin11/mir_full.sln index 199ea3ea45..acd133b991 100644 --- a/bin11/mir_full.sln +++ b/bin11/mir_full.sln @@ -369,6 +369,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pu_stub", "..\plugins\Plugi EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugins\NotifyAnything\NotifyAnything_11.vcxproj", "{F5E3FAFE-B650-4736-8D27-FA53866668C6}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "..\plugins\FTPFileYM\curl-7.29.0\lib\vc6libcurl_11.vcxproj", "{01F9E227-06F5-4BED-907F-402CA7DFAFE6}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -1641,6 +1643,14 @@ Global {F5E3FAFE-B650-4736-8D27-FA53866668C6}.Release|Win32.Build.0 = Release|Win32
{F5E3FAFE-B650-4736-8D27-FA53866668C6}.Release|x64.ActiveCfg = Release|x64
{F5E3FAFE-B650-4736-8D27-FA53866668C6}.Release|x64.Build.0 = Release|x64
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Debug|Win32.ActiveCfg = Debug|Win32
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Debug|Win32.Build.0 = Debug|Win32
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Debug|x64.ActiveCfg = Debug|x64
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Debug|x64.Build.0 = Debug|x64
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Release|Win32.ActiveCfg = Release|Win32
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Release|Win32.Build.0 = Release|Win32
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Release|x64.ActiveCfg = Release|x64
+ {01F9E227-06F5-4BED-907F-402CA7DFAFE6}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|