diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
commit | 5e77e8a1665382c76fee1bc3ca12e44aca9af2e7 (patch) | |
tree | 9d2d8d2710a15c6e5e407b8a9ef5aa0cdce7b857 /protocols/Skype/Skype_10.vcxproj | |
parent | 27b52fd25b336a52cfd74d6ef74ed382a110a791 (diff) |
- third approach of group chat support
- added connection options
- fixed connection via proxy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_10.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/Skype/Skype_10.vcxproj b/protocols/Skype/Skype_10.vcxproj index a0f6e6cccb..a55b1cd7cb 100644 --- a/protocols/Skype/Skype_10.vcxproj +++ b/protocols/Skype/Skype_10.vcxproj @@ -210,6 +210,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>
|