diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-05 19:30:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-05 19:30:36 +0000 |
commit | 630fb7d1cee2f0f0eb4ed2bbb21ff771a5b92fa6 (patch) | |
tree | e1e4cdc83aaf9167ba87355364af41b62dc23d6d /bin12 | |
parent | c0cd0ad0cb47ba0b0cb611897002df8908d79bae (diff) |
Dropbox plugin added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@8419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin12')
-rw-r--r-- | bin12/mir_full.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 68e8974065..c5fb13169c 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -412,6 +412,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewAwaySys", "..\plugins\Ne EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistoryStats", "..\plugins\HistoryStats\historystats_12.vcxproj", "{B5BCDC2F-81FC-4324-90C6-E5540A225EFF}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dropbox", "..\plugins\Dropbox\Dropbox_12.vcxproj", "{CBA58126-3E02-4159-9BD3-059AF9DBC84E}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -1828,6 +1830,14 @@ Global {B5BCDC2F-81FC-4324-90C6-E5540A225EFF}.Release|Win32.Build.0 = Release|Win32
{B5BCDC2F-81FC-4324-90C6-E5540A225EFF}.Release|x64.ActiveCfg = Release|x64
{B5BCDC2F-81FC-4324-90C6-E5540A225EFF}.Release|x64.Build.0 = Release|x64
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Debug|Win32.Build.0 = Debug|Win32
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Debug|x64.ActiveCfg = Debug|x64
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Debug|x64.Build.0 = Debug|x64
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Release|Win32.ActiveCfg = Release|Win32
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Release|Win32.Build.0 = Release|Win32
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Release|x64.ActiveCfg = Release|x64
+ {CBA58126-3E02-4159-9BD3-059AF9DBC84E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|