Files

22 lines
543 B
XML
Raw Permalink Normal View History

2022-04-20 00:38:47 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>TelegramBot.CodeWatcher</AssemblyName>
<RootNamespace>West.TelegramBot.CodeWatcher</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Core.csproj" />
</ItemGroup>
2023-07-28 16:53:01 +03:00
<ItemGroup>
<Folder Include="Dto\" />
<Folder Include="Service\" />
<Folder Include="Options\" />
</ItemGroup>
2022-04-20 00:38:47 +03:00
</Project>