diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-14 13:30:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-14 13:30:42 +0300 |
commit | 5d9ca1a55516022ae18f1e241e6ba5bae2b27230 (patch) | |
tree | 7638d7f93f66845e6738f4852338e23f71639eef | |
parent | 0624450987119c11594e59158cde800391b42db4 (diff) |
project reference to be added into a project file, not into the solution
-rw-r--r-- | bin15/mir_dev.sln | 5 | ||||
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb.vcxproj | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/bin15/mir_dev.sln b/bin15/mir_dev.sln index a802e09e45..30877131c0 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.26430.13 +VisualStudioVersion = 15.0.26403.7 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,9 +407,6 @@ 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 diff --git a/protocols/SkypeWeb/SkypeWeb.vcxproj b/protocols/SkypeWeb/SkypeWeb.vcxproj index 3bebbcf70a..ef2faedace 100644 --- a/protocols/SkypeWeb/SkypeWeb.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb.vcxproj @@ -48,6 +48,11 @@ <ClInclude Include="src\requests\trouter.h" />
<ClInclude Include="src\requests\mslogin.h" />
<ClInclude Include="src\requests\oauth.h" />
- <ClInclude Include="src\requests\asm\files.h" />
+ <ClInclude Include="src\requests\asm\files.h" />
</ItemGroup>
-</Project>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\libjson\libjson.vcxproj">
+ <Project>{f6a9340e-b8d9-4c75-be30-47dc66d0abc7}</Project>
+ </ProjectReference>
+ </ItemGroup>
+</Project>
\ No newline at end of file |