2018-03-12 00:38:07 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<ProjectGuid>{3F9A93EA-DC26-4F8B-ACE0-131B33B00CA7}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
|
|
|
<AssemblyName>ConsoleApplication</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RootNamespace>TdExample</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="Telegram.Td, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
<HintPath Condition=" '$(Platform)' == 'x86' ">build\$(Configuration)\Telegram.Td.dll</HintPath>
|
|
|
|
|
<HintPath Condition=" '$(Platform)' == 'x64' ">build64\$(Configuration)\Telegram.Td.dll</HintPath>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="TdExample.cs" />
|
|
|
|
|
</ItemGroup>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<Content Include="build\Debug\zlibd1.dll">
|
|
|
|
|
<Link>zlibd1.dll</Link>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<Content Include="build\Release\zlib1.dll">
|
|
|
|
|
<Link>zlib1.dll</Link>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
|
<Content Include="build64\Debug\zlibd1.dll">
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<Link>zlibd1.dll</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
<Content Include="build64\Release\zlib1.dll">
|
|
|
|
|
<Link>zlib1.dll</Link>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'x86' ">
|
|
|
|
|
<Content Include="build\$(Configuration)\libcrypto-1_1.dll">
|
|
|
|
|
<Link>libcrypto-1_1.dll</Link>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2020-02-03 23:36:52 +01:00
|
|
|
|
<Content Include="build\$(Configuration)\libssl-1_1.dll">
|
|
|
|
|
<Link>libssl-1_1.dll</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'x64' ">
|
|
|
|
|
<Content Include="build64\$(Configuration)\libcrypto-1_1-x64.dll">
|
|
|
|
|
<Link>libcrypto-1_1-x64.dll</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="build64\$(Configuration)\libssl-1_1-x64.dll">
|
|
|
|
|
<Link>libssl-1_1-x64.dll</Link>
|
2018-03-12 00:38:07 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio AllowExistingFolder="true" />
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|