diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-13 18:26:40 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-13 18:26:40 +0000 |
commit | 85c9a8f36922b56fcf9b42842dfe37902b028ce0 (patch) | |
tree | 9d09243e829f278764f8a73600eaa47b4f3016bc /protocols/SkypeWeb/SkypeWeb.vcxproj | |
parent | 7b5190da46bf7ed59c78cc1d521a32cf82db870e (diff) |
SkypeWeb: images uploading support (part 1)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb.vcxproj')
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb.vcxproj b/protocols/SkypeWeb/SkypeWeb.vcxproj index ee2dfac381..65211f175a 100644 --- a/protocols/SkypeWeb/SkypeWeb.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb.vcxproj @@ -47,5 +47,6 @@ <ClInclude Include="src\requests\subscriptions.h" />
<ClInclude Include="src\requests\trouter.h" />
<ClInclude Include="src\requests\mslogin.h" />
+ <ClInclude Include="src\requests\asm\images.h" />
</ItemGroup>
</Project>
\ No newline at end of file |