Files
telegram-bot/modules/UserGroupTag/UserGroupTag.csproj
T

17 lines
422 B
XML
Raw Normal View History

2022-01-03 22:13:44 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.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>