diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-21 17:18:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-21 17:18:45 +0000 |
commit | 6d15a997c856a999dcfb387baa9af7b8ac9a1d67 (patch) | |
tree | e68f15823115ecd911e8c3ffd1aeb3a893159c61 /protocols/Skype/Skype.vcxproj | |
parent | 59d48c4a469390d1ff43a353d9f2c606ffed71f3 (diff) |
fixed login and password size
git-svn-id: http://svn.miranda-ng.org/main/trunk@2031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype.vcxproj')
-rw-r--r-- | protocols/Skype/Skype.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Skype/Skype.vcxproj b/protocols/Skype/Skype.vcxproj index 40d07abbb5..823d6c449e 100644 --- a/protocols/Skype/Skype.vcxproj +++ b/protocols/Skype/Skype.vcxproj @@ -123,9 +123,6 @@ <ResourceCompile Include="res\Version.rc" />
<ResourceCompile Include="res\Resource.rc" />
</ItemGroup>
- <ItemGroup>
- <None Include="res\Main.ico" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|