summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/SkypeClassic_10.vcxproj
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-01-09 19:38:12 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-01-09 19:38:12 +0000
commit8e2a004d967dd3faea172fbed655b0b45c826d54 (patch)
treed9927aa8060439235584bd0b4bbd27df86c577fe /protocols/SkypeClassic/SkypeClassic_10.vcxproj
parent7feae2a81f7c4784805329e1d1c1682e689a4008 (diff)
SkypeClassic:
Upmerge with leecher's repo: -Implemented Filetransfer extensions for receiving files and avatars via SkypeProxy (sending via SkypeProxy not working yet). -Added option to disable the check for SENT messages as newer Skype versions don't send this notification anymore. -Various little code fixes. Other changes: - Fixed memory leak - Fixed crash in x64 builds - Translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@11805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/SkypeClassic_10.vcxproj')
-rw-r--r--protocols/SkypeClassic/SkypeClassic_10.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/SkypeClassic_10.vcxproj b/protocols/SkypeClassic/SkypeClassic_10.vcxproj
index ab43a5a327..0c122f8a36 100644
--- a/protocols/SkypeClassic/SkypeClassic_10.vcxproj
+++ b/protocols/SkypeClassic/SkypeClassic_10.vcxproj
@@ -21,6 +21,7 @@
<ItemGroup>
<None Include="res\add.ico" />
<None Include="res\away.ico" />
+ <None Include="res\blockcon.ico" />
<None Include="res\call.bmp" />
<None Include="res\call.ico" />
<None Include="res\chat.ico" />
@@ -49,6 +50,7 @@
<ClCompile Include="src\alogon.cpp" />
<ClCompile Include="src\contacts.cpp" />
<ClCompile Include="src\debug.cpp" />
+ <ClCompile Include="src\filexfer.cpp" />
<ClCompile Include="src\gchat.cpp" />
<ClCompile Include="src\memlist.cpp" />
<ClCompile Include="src\msglist.cpp" />
@@ -66,6 +68,7 @@
<ClInclude Include="src\alogon.h" />
<ClInclude Include="src\contacts.h" />
<ClInclude Include="src\debug.h" />
+ <ClInclude Include="src\filexfer.h" />
<ClInclude Include="src\gchat.h" />
<ClInclude Include="src\memlist.h" />
<ClInclude Include="src\msglist.h" />