diff options
Diffstat (limited to 'protocols/Telegram/tdlib/tdlib.vcxproj')
-rw-r--r-- | protocols/Telegram/tdlib/tdlib.vcxproj | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/protocols/Telegram/tdlib/tdlib.vcxproj b/protocols/Telegram/tdlib/tdlib.vcxproj index a3bd11fe9e..ff8deb1790 100644 --- a/protocols/Telegram/tdlib/tdlib.vcxproj +++ b/protocols/Telegram/tdlib/tdlib.vcxproj @@ -24,20 +24,18 @@ <GenerateManifest>false</GenerateManifest> <EmbedManifest>false</EmbedManifest> <ConfigurationType>StaticLibrary</ConfigurationType> - <OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</OutDir> - <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</OutDir> </PropertyGroup> <Import Project="..\..\..\build\vc.common\common.props" /> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>td;td\td\generate\auto;td\tdactor;td\tdutils;td\tdnet;td\tddb;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <DisableSpecificWarnings>4100;4127;4324;4505;4702</DisableSpecificWarnings> <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <DisableSpecificWarnings>4100;4127;4324;4505;4702</DisableSpecificWarnings> + <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="td\td\mtproto\AuthData.cpp" /> - <ClCompile Include="td\td\mtproto\crypto.cpp" /> <ClCompile Include="td\td\mtproto\Handshake.cpp" /> <ClCompile Include="td\td\mtproto\HandshakeActor.cpp" /> <ClCompile Include="td\td\mtproto\HttpTransport.cpp" /> @@ -56,7 +54,6 @@ <ClCompile Include="td\td\telegram\CallbackQueriesManager.cpp" /> <ClCompile Include="td\td\telegram\ClientActor.cpp" /> <ClCompile Include="td\td\telegram\ConfigManager.cpp" /> - <ClCompile Include="td\td\telegram\ConfigShared.cpp" /> <ClCompile Include="td\td\telegram\Contact.cpp" /> <ClCompile Include="td\td\telegram\ContactsManager.cpp" /> <ClCompile Include="td\td\telegram\DelayDispatcher.cpp" /> @@ -88,7 +85,6 @@ <ClCompile Include="td\td\telegram\InlineQueriesManager.cpp" /> <ClCompile Include="td\td\telegram\Location.cpp" /> <ClCompile Include="td\td\telegram\MessageEntity.cpp" /> - <ClCompile Include="td\td\telegram\MessagesDb.cpp" /> <ClCompile Include="td\td\telegram\MessagesManager.cpp" /> <ClCompile Include="td\td\telegram\misc.cpp" /> <ClCompile Include="td\td\telegram\net\AuthDataShared.cpp" /> @@ -98,7 +94,6 @@ <ClCompile Include="td\td\telegram\net\MtprotoHeader.cpp" /> <ClCompile Include="td\td\telegram\net\NetActor.cpp" /> <ClCompile Include="td\td\telegram\net\NetQuery.cpp" /> - <ClCompile Include="td\td\telegram\net\NetQueryCounter.cpp" /> <ClCompile Include="td\td\telegram\net\NetQueryCreator.cpp" /> <ClCompile Include="td\td\telegram\net\NetQueryDelayer.cpp" /> <ClCompile Include="td\td\telegram\net\NetQueryDispatcher.cpp" /> @@ -130,7 +125,6 @@ <ClCompile Include="td\td\telegram\WebPagesManager.cpp" /> <ClInclude Include="td\td\mtproto\AuthData.h" /> <ClInclude Include="td\td\mtproto\AuthKey.h" /> - <ClInclude Include="td\td\mtproto\crypto.h" /> <ClInclude Include="td\td\mtproto\CryptoStorer.h" /> <ClInclude Include="td\td\mtproto\Handshake.h" /> <ClInclude Include="td\td\mtproto\HandshakeActor.h" /> @@ -158,7 +152,6 @@ <ClInclude Include="td\td\telegram\ChatId.h" /> <ClInclude Include="td\td\telegram\ClientActor.h" /> <ClInclude Include="td\td\telegram\ConfigManager.h" /> - <ClInclude Include="td\td\telegram\ConfigShared.h" /> <ClInclude Include="td\td\telegram\Contact.h" /> <ClInclude Include="td\td\telegram\ContactsManager.h" /> <ClInclude Include="td\td\telegram\DelayDispatcher.h" /> @@ -198,7 +191,6 @@ <ClInclude Include="td\td\telegram\logevent\SecretChatEvent.h" /> <ClInclude Include="td\td\telegram\MessageEntity.h" /> <ClInclude Include="td\td\telegram\MessageId.h" /> - <ClInclude Include="td\td\telegram\MessagesDb.h" /> <ClInclude Include="td\td\telegram\MessagesManager.h" /> <ClInclude Include="td\td\telegram\misc.h" /> <ClInclude Include="td\td\telegram\net\AuthDataShared.h" /> @@ -258,7 +250,6 @@ <ClInclude Include="td\td\telegram\files\FileId.hpp" /> <ClInclude Include="td\td\telegram\files\FileManager.hpp" /> <ClInclude Include="td\td\telegram\Game.hpp" /> - <ClInclude Include="td\td\telegram\Payments.hpp" /> <ClInclude Include="td\td\telegram\Photo.hpp" /> <ClInclude Include="td\td\telegram\ReplyMarkup.hpp" /> <ClInclude Include="td\td\telegram\StickersManager.hpp" /> @@ -294,21 +285,11 @@ <Project>{2246C3CF-7888-3102-984A-80214ADF418C}</Project> <Name>tdnet</Name> </ProjectReference> - <ProjectReference Include="tdsqlite.vcxproj"> - <Project>{4FA94C32-60A9-33CC-B822-9BB1BDDD34FD}</Project> - <Name>tdsqlite</Name> - </ProjectReference> <ProjectReference Include="tdutils.vcxproj"> <Project>{D21C6A0F-BED1-3377-9659-7FC7D82EFC4F}</Project> <Name>tdutils</Name> </ProjectReference> </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> - <ItemGroup> - <ClCompile Include="src\stdafx.cxx"> - <PrecompiledHeader>Create</PrecompiledHeader> - </ClCompile> - </ItemGroup> </Project>
\ No newline at end of file |