summaryrefslogtreecommitdiff
path: root/plugins/FavContacts/favcontacts_10.vcxproj
diff options
context:
space:
mode:
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>