diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-25 15:48:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-25 15:48:25 +0000 |
commit | 9717de57613d2a5f56895fdf8e674d2c919073e5 (patch) | |
tree | 47bdeea9541114cef52b5995a8e8567124858a56 /protocols/Skype/Skype_11.vcxproj | |
parent | 50a4d4f0f8191849cf695792de7c914afcd03557 (diff) |
fixed crash in x64
git-svn-id: http://svn.miranda-ng.org/main/trunk@3769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_11.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_11.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/Skype/Skype_11.vcxproj b/protocols/Skype/Skype_11.vcxproj index e5e6537991..9ee8ebf0dd 100644 --- a/protocols/Skype/Skype_11.vcxproj +++ b/protocols/Skype/Skype_11.vcxproj @@ -217,14 +217,6 @@ <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>
|