summaryrefslogtreecommitdiff
path: root/protocols/Skype/Skype.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-12-18 20:03:40 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-12-18 20:03:40 +0000
commita76ced5d4ff852dcbe7a96824ca1bb6dc219a1fd (patch)
treeb8f48fe0e7aed33c9a7cf48800bd351f4cf3c50b /protocols/Skype/Skype.vcxproj
parentb218fc95603571df3e9a6181d7e0de7f37e3bcc4 (diff)
- first approach of group chat support
git-svn-id: http://svn.miranda-ng.org/main/trunk@2764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype.vcxproj')
-rw-r--r--protocols/Skype/Skype.vcxproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Skype/Skype.vcxproj b/protocols/Skype/Skype.vcxproj
index c96de18388..34cf70bd08 100644
--- a/protocols/Skype/Skype.vcxproj
+++ b/protocols/Skype/Skype.vcxproj
@@ -189,6 +189,7 @@
<ClCompile Include="src\aes\aes.c" />
<ClCompile Include="src\skype.cpp" />
<ClCompile Include="src\skype_account.cpp" />
+ <ClCompile Include="src\skype_chat.cpp" />
<ClCompile Include="src\skype_contacts.cpp" />
<ClCompile Include="src\skype_database.cpp" />
<ClCompile Include="src\skype_dialogs.cpp" />
@@ -208,6 +209,14 @@
<ResourceCompile Include="res\Version.rc" />
<ResourceCompile Include="res\Resource.rc" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\..\SkypeKit\keypair.bin" />
+ <None Include="..\..\..\SkypeKit\SDK\bin\windows-x86\windows-x86-skypekit.exe" />
+ <None Include="res\auth_grant.ico" />
+ <None Include="res\auth_request.ico" />
+ <None Include="res\auth_revoke.ico" />
+ <None Include="res\Main.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>