summaryrefslogtreecommitdiff
path: root/plugins/FavContacts/favcontacts_10.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-20 14:54:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-20 14:54:37 +0000
commit91d312baa652df4977bf1195053e28480970e20f (patch)
treea5d55eda73ccba6dd68f3a8711b4764fe6eb5ac6 /plugins/FavContacts/favcontacts_10.vcxproj
parent5163941eb4fcc1e90dcbda60e0a2496b55d36303 (diff)
support for the FavContacts's gadget
git-svn-id: http://svn.miranda-ng.org/main/trunk@9891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FavContacts/favcontacts_10.vcxproj')
-rw-r--r--plugins/FavContacts/favcontacts_10.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/FavContacts/favcontacts_10.vcxproj b/plugins/FavContacts/favcontacts_10.vcxproj
index a43efec15f..1e9a259df4 100644
--- a/plugins/FavContacts/favcontacts_10.vcxproj
+++ b/plugins/FavContacts/favcontacts_10.vcxproj
@@ -179,6 +179,9 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\contact_cache.cpp" />
+ <ClCompile Include="src\cserver.cpp" />
+ <ClCompile Include="src\csocket.cpp" />
+ <ClCompile Include="src\http_api.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\menu.cpp" />
<ClCompile Include="src\options.cpp" />
@@ -189,8 +192,11 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\contact_cache.h" />
+ <ClInclude Include="src\cserver.h" />
+ <ClInclude Include="src\csocket.h" />
<ClInclude Include="src\favlist.h" />
<ClInclude Include="src\headers.h" />
+ <ClInclude Include="src\http_api.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\Version.h" />
</ItemGroup>