DiscordChatExporter/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj

22 lines
807 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2019-04-10 16:45:21 -04:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
2024-05-21 15:02:46 -04:00
<PublishTrimmed>true</PublishTrimmed>
2024-05-27 17:57:11 -04:00
<CopyOutputSymbolsToPublishDirectory>false</CopyOutputSymbolsToPublishDirectory>
2019-04-10 16:45:21 -04:00
</PropertyGroup>
2024-05-23 10:23:49 -04:00
2019-04-10 16:45:21 -04:00
<ItemGroup>
2023-11-18 16:49:25 -05:00
<PackageReference Include="CliFx" Version="2.3.5" />
<PackageReference Include="CSharpier.MsBuild" Version="0.29.1" PrivateAssets="all" />
2023-04-28 10:20:04 -04:00
<PackageReference Include="Deorcify" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="Gress" Version="2.1.1" />
2024-04-27 19:26:34 -04:00
<PackageReference Include="Spectre.Console" Version="0.49.1" />
2019-04-10 16:45:21 -04:00
</ItemGroup>
2018-02-25 10:03:08 -05:00
2019-04-10 16:45:21 -04:00
<ItemGroup>
2021-02-21 20:15:09 -05:00
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
2019-04-10 16:45:21 -04:00
</ItemGroup>
</Project>