diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-05 06:44:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-05 06:44:49 +0000 |
commit | e82fece5a1e77d9394d94b84d8699b38d978b107 (patch) | |
tree | 5eb6624d8d66b2cd9b99eed945edc918d9629fa2 /protocols/Skype/Skype_11.vcxproj | |
parent | 9e68544f66184f21b955260de69cd7758317dea6 (diff) |
removed not used icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@5237 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_11.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_11.vcxproj | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/protocols/Skype/Skype_11.vcxproj b/protocols/Skype/Skype_11.vcxproj index 4d519677b7..5644bee958 100644 --- a/protocols/Skype/Skype_11.vcxproj +++ b/protocols/Skype/Skype_11.vcxproj @@ -269,19 +269,16 @@ <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\add_contacts.ico" />
<Image Include="res\conference.ico" />
<Image Include="res\contact.ico" />
<Image Include="res\skype.ico" />
+ <Image Include="res\call.ico" />
+ <Image Include="res\block.ico" />
+ <Image Include="res\delete.ico" />
+ <Image Include="res\send_contacts.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|