diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-08 12:14:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-08 12:14:56 +0000 |
commit | ac13aa1584ca595da727308406c87ec1bd9f5a21 (patch) | |
tree | 2cbda67ad0e66eec4614643c6b0a91f2584c4484 /plugins/FavContacts/favcontacts_10.vcxproj | |
parent | abebf2658d6cb4c879f0952b77a576733494c96f (diff) |
FavContacts:
- broken group functionality restored;
- metacontacts support (patch by bio);
- built-in http server wiped out;
- optimized memory usage;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@9730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FavContacts/favcontacts_10.vcxproj')
-rw-r--r-- | plugins/FavContacts/favcontacts_10.vcxproj | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/FavContacts/favcontacts_10.vcxproj b/plugins/FavContacts/favcontacts_10.vcxproj index 23eeb73d51..a43efec15f 100644 --- a/plugins/FavContacts/favcontacts_10.vcxproj +++ b/plugins/FavContacts/favcontacts_10.vcxproj @@ -179,21 +179,18 @@ </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" />
+ <ClCompile Include="src\services.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</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>
|