diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-06-13 22:41:53 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-06-13 22:41:53 +0300 |
commit | 4e29ae1bb46f4cda80dc678768492e6ea8276c30 (patch) | |
tree | 9d56cbdf0a0fba77edd27913c64569b23f21799f /bin15 | |
parent | 13e0df7f092ad00053745716a2cdc6d21e2d98e1 (diff) |
added dependency for skypeweb
Diffstat (limited to 'bin15')
-rw-r--r-- | bin15/mir_dev.sln | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin15/mir_dev.sln b/bin15/mir_dev.sln index 30877131c0..a802e09e45 100644 --- a/bin15/mir_dev.sln +++ b/bin15/mir_dev.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +VisualStudioVersion = 15.0.26430.13 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Miranda", "..\src\miranda32\miranda32.vcxproj", "{F9916510-9055-4C9F-997A-3755DEC1511B}" ProjectSection(ProjectDependencies) = postProject @@ -407,6 +407,9 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HwHotKeys", "..\plugins\HwHotKeys\HwHotKeys.vcxproj", "{639E2B3A-64F2-4152-B5BB-12468E5D60B6}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SkypeWeb", "..\protocols\SkypeWeb\SkypeWeb.vcxproj", "{66A9BDEB-150F-45DC-B20F-9892C0B43834}" + ProjectSection(ProjectDependencies) = postProject + {F6A9340E-B8D9-4C75-BE30-47DC66D0ABC7} = {F6A9340E-B8D9-4C75-BE30-47DC66D0ABC7} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroSwitch", "..\plugins\ZeroSwitch\ZeroSwitch.vcxproj", "{D31CD2B4-9025-4B01-9F74-EEEE2E94DDF4}" EndProject |