diff options
Diffstat (limited to 'plugins/FavContacts/favcontacts_12.vcxproj')
-rw-r--r-- | plugins/FavContacts/favcontacts_12.vcxproj | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/FavContacts/favcontacts_12.vcxproj b/plugins/FavContacts/favcontacts_12.vcxproj index 92f1f0d43b..7c12a92107 100644 --- a/plugins/FavContacts/favcontacts_12.vcxproj +++ b/plugins/FavContacts/favcontacts_12.vcxproj @@ -182,21 +182,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>
|