diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-06 12:46:27 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-06 12:46:27 +0000 |
commit | d44364a07a1213424fe0a6b14d948b43768137df (patch) | |
tree | 63926ec6d66d1dbcdd2c227756869ef1afc542e2 /protocols/SkypeWeb/SkypeWeb.vcxproj | |
parent | ae000b6fc033ac281a4ae61440188b2f4d096036 (diff) |
SkypeWeb: Setting for mark all messages as unread. Other fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13459 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 728211e3df..25cf16511d 100644 --- a/protocols/SkypeWeb/SkypeWeb.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb.vcxproj @@ -31,6 +31,7 @@ </ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="res\Icons\*" />
<ClInclude Include="src\requests\avatars.h" />
<ClInclude Include="src\requests\capabilities.h" />
<ClInclude Include="src\requests\chatrooms.h" />
|