summaryrefslogtreecommitdiff
path: root/protocols/Skype/Skype_10.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-06-03 20:54:43 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-06-03 20:54:43 +0000
commit0ad4fffb15944d82febdcec80ef920cd400d8169 (patch)
treef663a50d2c7311cf9a2eaa52ffd2c3fde30d3f21 /protocols/Skype/Skype_10.vcxproj
parent5e3b2449340245febd68b79c148a5ca3fd95336a (diff)
- use core base64 funcs
- few changes in group chat git-svn-id: http://svn.miranda-ng.org/main/trunk@4876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r--protocols/Skype/Skype_10.vcxproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Skype/Skype_10.vcxproj b/protocols/Skype/Skype_10.vcxproj
index e787b6147f..834aa59e98 100644
--- a/protocols/Skype/Skype_10.vcxproj
+++ b/protocols/Skype/Skype_10.vcxproj
@@ -84,7 +84,7 @@
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
- <PrecompiledHeaderFile>afxres.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>afxres.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -183,7 +183,6 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\aes\aes.h" />
- <ClInclude Include="src\base64\base64.h" />
<ClInclude Include="src\skype.h" />
<ClInclude Include="src\skypekit\account.h" />
<ClInclude Include="src\skypekit\common.h" />
@@ -202,7 +201,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\aes\aes.cpp" />
- <ClCompile Include="src\base64\base64.cpp" />
<ClCompile Include="src\skype.cpp" />
<ClCompile Include="src\skypekit\account.cpp" />
<ClCompile Include="src\skypekit\contact.cpp" />