2015-09-28 04:01:17 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{400D2544-1CC6-4D8A-A62C-2292D9947A16}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>TLSharp.Core</RootNamespace>
|
|
|
|
|
|
<AssemblyName>TLSharp.Core</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="Ionic.ZLib, Version=2.0.0.14, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\MarkerMetro.Unity.Ionic.Zlib.2.0.0.14\lib\net35\Ionic.ZLib.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Auth\Authenticator.cs" />
|
|
|
|
|
|
<Compile Include="Auth\Step1_PQRequest.cs" />
|
|
|
|
|
|
<Compile Include="Auth\Step2_DHExchange.cs" />
|
|
|
|
|
|
<Compile Include="Auth\Step3_CompleteDHExchange.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\AES.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\AuthKey.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\BigInteger.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\Crc32.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\Factorizator.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\MD5Digest.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\RSA.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Crypto\Salt.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\Serializers.cs" />
|
|
|
|
|
|
<Compile Include="MTProto\TL.cs" />
|
|
|
|
|
|
<Compile Include="Network\MtProtoPlainSender.cs" />
|
|
|
|
|
|
<Compile Include="Network\MtProtoSender.cs" />
|
|
|
|
|
|
<Compile Include="Network\TcpMessage.cs" />
|
|
|
|
|
|
<Compile Include="Network\TcpTransport.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Requests\AckRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\AuthCheckPhoneRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\AuthSendCodeRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\AuthSignInRequest.cs" />
|
2015-10-14 18:16:27 +02:00
|
|
|
|
<Compile Include="Requests\GetDialogsRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\GetFileRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\GetHistoryRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\GetNearestDcRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\GetUsersRequest.cs" />
|
2015-09-28 04:01:17 +02:00
|
|
|
|
<Compile Include="Requests\ImportContactRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\InitConnectionRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\MTProtoRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\SendMessageRequest.cs" />
|
2016-01-17 10:16:44 +01:00
|
|
|
|
<Compile Include="Requests\Message_SendMediaRequest.cs" />
|
|
|
|
|
|
<Compile Include="Requests\Upload_SaveFilePartRequest.cs" />
|
2015-09-28 04:01:17 +02:00
|
|
|
|
<Compile Include="Session.cs" />
|
|
|
|
|
|
<Compile Include="TelegramClient.cs" />
|
|
|
|
|
|
<Compile Include="Utils\Helpers.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|