mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-18 12:53:53 +00:00
Move code to src folder
This commit is contained in:
parent
9c76112be1
commit
4dd03c66a6
12 changed files with 0 additions and 0 deletions
22
src/WTelegramClient.csproj
Normal file
22
src/WTelegramClient.csproj
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>WTelegram</RootNamespace>
|
||||
<Description>Telegram client library written 100% in C# and .NET Core</Description>
|
||||
<Authors>Wizou</Authors>
|
||||
<PackageProjectUrl>https://github.com/wiz0u/WTelegramClient</PackageProjectUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove=".gitattributes" />
|
||||
<None Remove=".gitignore" />
|
||||
<None Remove="azure-pipelines.yml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Crc32.NET" Version="1.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue