summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/SkypeWeb.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-30 19:38:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-30 19:38:18 +0000
commitfa1fb150ee9286056d20b52c33daf3900be7f23b (patch)
tree4c3a330484a059fc8840fec1ee785b2fe5a63a93 /protocols/SkypeWeb/SkypeWeb.vcxproj
parent8757aa36a383c07cf5e946a4d95d8902bced1d76 (diff)
requests added back
git-svn-id: http://svn.miranda-ng.org/main/trunk@13313 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb.vcxproj')
-rw-r--r--protocols/SkypeWeb/SkypeWeb.vcxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb.vcxproj b/protocols/SkypeWeb/SkypeWeb.vcxproj
index cfab627a21..728211e3df 100644
--- a/protocols/SkypeWeb/SkypeWeb.vcxproj
+++ b/protocols/SkypeWeb/SkypeWeb.vcxproj
@@ -30,4 +30,20 @@
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="src\requests\avatars.h" />
+ <ClInclude Include="src\requests\capabilities.h" />
+ <ClInclude Include="src\requests\chatrooms.h" />
+ <ClInclude Include="src\requests\contacts.h" />
+ <ClInclude Include="src\requests\endpoint.h" />
+ <ClInclude Include="src\requests\history.h" />
+ <ClInclude Include="src\requests\login.h" />
+ <ClInclude Include="src\requests\messages.h" />
+ <ClInclude Include="src\requests\poll.h" />
+ <ClInclude Include="src\requests\profile.h" />
+ <ClInclude Include="src\requests\search.h" />
+ <ClInclude Include="src\requests\status.h" />
+ <ClInclude Include="src\requests\subscriptions.h" />
+ <ClInclude Include="src\requests\trouter.h" />
+ </ItemGroup>
</Project> \ No newline at end of file