summaryrefslogtreecommitdiff
path: root/protocols/Skype/Skype_11.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-05-13 18:30:05 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-05-13 18:30:05 +0000
commit2a1e6f05aa9fcc4dfe642bd42aeb175e3958d4b3 (patch)
tree1f0195caf23d086ecae10fc75b11fa61d85e9a66 /protocols/Skype/Skype_11.vcxproj
parent59651e97603936fc7179864506caa1818e260c76 (diff)
Merged revision(s) from branches/unsane/skype_test:
- CSkypeProto is derived of Skype class now - chat events moved to skype_chat.cpp - fixed chat message timestamp - fixed #331, #332 git-svn-id: http://svn.miranda-ng.org/main/trunk@4644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_11.vcxproj')
-rw-r--r--protocols/Skype/Skype_11.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/Skype_11.vcxproj b/protocols/Skype/Skype_11.vcxproj
index 28aff6a4cd..d28e6ea6ab 100644
--- a/protocols/Skype/Skype_11.vcxproj
+++ b/protocols/Skype/Skype_11.vcxproj
@@ -197,7 +197,6 @@
<ClInclude Include="src\skypekit\message.h" />
<ClInclude Include="src\skypekit\participant.h" />
<ClInclude Include="src\skypekit\search.h" />
- <ClInclude Include="src\skypekit\skypekit.h" />
<ClInclude Include="src\skypekit\transfer.h" />
<ClInclude Include="src\skype_proto.h" />
<ClInclude Include="src\string_list.h" />
@@ -215,7 +214,6 @@
<ClCompile Include="src\skypekit\message.cpp" />
<ClCompile Include="src\skypekit\participant.cpp" />
<ClCompile Include="src\skypekit\search.cpp" />
- <ClCompile Include="src\skypekit\skypekit.cpp" />
<ClCompile Include="src\skypekit\transfer.cpp" />
<ClCompile Include="src\skype_account.cpp" />
<ClCompile Include="src\skype_avatars.cpp" />
@@ -233,7 +231,9 @@
<ClCompile Include="src\skype_own_info.cpp" />
<ClCompile Include="src\skype_profile.cpp" />
<ClCompile Include="src\skype_proto.cpp" />
+ <ClCompile Include="src\skype_runtime.cpp" />
<ClCompile Include="src\skype_services.cpp" />
+ <ClCompile Include="src\skype_skype.cpp" />
<ClCompile Include="src\skype_transfers.cpp" />
<ClCompile Include="src\skype_utils.cpp" />
</ItemGroup>