diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-03-02 07:47:01 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-03-02 07:47:01 +0000 |
commit | 8551a2e6a8e9e1f75056ddfdd6e0ae83f1845647 (patch) | |
tree | cdc367f19768c5d4169bdb815d21988e2667f971 /protocols/VKontakte/vk_12.vcxproj | |
parent | b6c1c9f09ada59b7f363b9f51e4a29fc15a7de37 (diff) |
VKontakte:
wall.post support - part 2 (complete)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/vk_12.vcxproj')
-rw-r--r-- | protocols/VKontakte/vk_12.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/vk_12.vcxproj b/protocols/VKontakte/vk_12.vcxproj index 0676ebf4ab..85e663c82f 100644 --- a/protocols/VKontakte/vk_12.vcxproj +++ b/protocols/VKontakte/vk_12.vcxproj @@ -197,6 +197,7 @@ <ClCompile Include="src\vk_thread.cpp" />
<ClCompile Include="src\vk_history.cpp" />
<ClCompile Include="src\vk_feed.cpp" />
+ <ClCompile Include="src\vk_wallpost.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\resource.h" />
@@ -221,6 +222,7 @@ <Image Include="res\read.ico" />
<Image Include="res\report.ico" />
<Image Include="res\status.ico" />
+ <Image Include="res\wall.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|