diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-20 14:54:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-20 14:54:37 +0000 |
commit | 91d312baa652df4977bf1195053e28480970e20f (patch) | |
tree | a5d55eda73ccba6dd68f3a8711b4764fe6eb5ac6 /plugins/FavContacts/favcontacts_10.vcxproj | |
parent | 5163941eb4fcc1e90dcbda60e0a2496b55d36303 (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.vcxproj | 6 |
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>
|