diff options
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb.vcxproj')
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb.vcxproj | 9 |
1 files changed, 7 insertions, 2 deletions
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 |