diff options
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_10.vcxproj | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/protocols/Skype/Skype_10.vcxproj b/protocols/Skype/Skype_10.vcxproj index ba648329af..ade82ca246 100644 --- a/protocols/Skype/Skype_10.vcxproj +++ b/protocols/Skype/Skype_10.vcxproj @@ -267,15 +267,12 @@ <ItemGroup>
<None Include="..\..\..\SkypeKit\keypair.bin" />
<None Include="..\..\..\SkypeKit\SDK\bin\windows-x86\windows-x86-skypekit.exe" />
- <None Include="res\call.ico" />
- <None Include="res\conf_invite.ico" />
- <None Include="res\conf_spawn.ico" />
- <None Include="res\main.ico" />
- <None Include="res\block.ico" />
- <None Include="res\delete.ico" />
- <None Include="res\send_contacts.ico" />
</ItemGroup>
<ItemGroup>
+ <Image Include="res\call.ico" />
+ <Image Include="res\block.ico" />
+ <Image Include="res\delete.ico" />
+ <Image Include="res\send_contacts.ico" />
<Image Include="res\add_contacts.ico" />
<Image Include="res\conference.ico" />
<Image Include="res\contact.ico" />
|