diff options
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_10.vcxproj | 4 |
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" />
|