Files

17 lines
422 B
XML
Raw Permalink Normal View History

2022-01-03 22:13:44 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-07-17 02:38:58 +03:00
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>TelegramBot.UserGroupTag</AssemblyName>
2022-01-03 22:13:44 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Core.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Delete Files="$(OutDir)\TelegramBot.dll" />
</Target>
</Project>