diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-17 06:40:18 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-17 06:40:18 +0000 |
commit | 78390ccc676294d0fddce0dc9bb843b3d9fea8f5 (patch) | |
tree | 3ea68f9183f46c3b3ef253c27a03409c84f002fa /protocols/VKontakte/vk_10.vcxproj | |
parent | 482d8abc53f4dd89898eaf31e26e3ffc8e77b5e4 (diff) |
VKontakte:
add basic search and adding in clist support
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/vk_10.vcxproj')
-rw-r--r-- | protocols/VKontakte/vk_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/vk_10.vcxproj b/protocols/VKontakte/vk_10.vcxproj index 82eb170a3b..8d249f393f 100644 --- a/protocols/VKontakte/vk_10.vcxproj +++ b/protocols/VKontakte/vk_10.vcxproj @@ -186,6 +186,7 @@ <ClCompile Include="src\vk_options.cpp" />
<ClCompile Include="src\vk_proto.cpp" />
<ClCompile Include="src\vk_queue.cpp" />
+ <ClCompile Include="src\vk_search.cpp" />
<ClCompile Include="src\vk_thread.cpp" />
</ItemGroup>
<ItemGroup>
|