diff options
Diffstat (limited to 'protocols/Telegram/tdlib/tdnet.vcxproj')
-rw-r--r-- | protocols/Telegram/tdlib/tdnet.vcxproj | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/tdnet.vcxproj b/protocols/Telegram/tdlib/tdnet.vcxproj new file mode 100644 index 0000000000..c858bf5a60 --- /dev/null +++ b/protocols/Telegram/tdlib/tdnet.vcxproj @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{2246C3CF-7888-3102-984A-80214ADF418C}</ProjectGuid> + <ProjectName>tdnet</ProjectName> + <GenerateManifest>false</GenerateManifest> + <EmbedManifest>false</EmbedManifest> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <Import Project="..\..\..\build\vc.common\common.props" /> + <ItemDefinitionGroup> + <ClCompile> + <AdditionalIncludeDirectories>.\td\tdnet;..\..\..\include;.\td\tdutils;.\td\tdactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <DisableSpecificWarnings>4100;4127;4324;4505;4702</DisableSpecificWarnings> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="td\tdnet\td\net\GetHostByNameActor.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpChunkedByteFlow.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpConnectionBase.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpContentLengthByteFlow.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpFile.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpInboundConnection.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpOutboundConnection.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpQuery.cpp" /> + <ClCompile Include="td\tdnet\td\net\HttpReader.cpp" /> + <ClCompile Include="td\tdnet\td\net\Socks5.cpp" /> + <ClCompile Include="td\tdnet\td\net\TcpListener.cpp" /> + <ClCompile Include="td\tdnet\td\net\Wget.cpp" /> + <ClInclude Include="td\tdnet\td\net\GetHostByNameActor.h" /> + <ClInclude Include="td\tdnet\td\net\HttpChunkedByteFlow.h" /> + <ClInclude Include="td\tdnet\td\net\HttpConnectionBase.h" /> + <ClInclude Include="td\tdnet\td\net\HttpContentLengthByteFlow.h" /> + <ClInclude Include="td\tdnet\td\net\HttpFile.h" /> + <ClInclude Include="td\tdnet\td\net\HttpHeaderCreator.h" /> + <ClInclude Include="td\tdnet\td\net\HttpInboundConnection.h" /> + <ClInclude Include="td\tdnet\td\net\HttpOutboundConnection.h" /> + <ClInclude Include="td\tdnet\td\net\HttpQuery.h" /> + <ClInclude Include="td\tdnet\td\net\HttpReader.h" /> + <ClInclude Include="td\tdnet\td\net\NetStats.h" /> + <ClInclude Include="td\tdnet\td\net\Socks5.h" /> + <ClInclude Include="td\tdnet\td\net\TcpListener.h" /> + <ClInclude Include="td\tdnet\td\net\Wget.h" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="tdactor.vcxproj"> + <Project>{85F63934-02FE-332A-8703-059040B65512}</Project> + <Name>tdactor</Name> + </ProjectReference> + <ProjectReference Include="tdutils.vcxproj"> + <Project>{D21C6A0F-BED1-3377-9659-7FC7D82EFC4F}</Project> + <Name>tdutils</Name> + </ProjectReference> + </ItemGroup> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file |