Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions src/BenchmarkDotNetAnalyser/BenchmarkDotNetAnalyser.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,30 +18,16 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="" Visible="False"/>
<None Include="../../README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Crayon" Version="2.0.69" />
<PackageReference Include="CsvHelper" Version="27.2.1" />
<PackageReference Include="Figgle.Fonts" Version="0.6.3" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion src/BenchmarkDotNetAnalyser/ProgramBootstrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using BenchmarkDotNetAnalyser.IO;
using BenchmarkDotNetAnalyser.Reporting;
using Crayon;
using Figgle.Fonts;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.Extensions.DependencyInjection;

Expand Down Expand Up @@ -45,7 +46,7 @@ public static string GetDescription()

return new[]
{
Output.Bright.Magenta(Resources.ProgramTitle),
Output.Bright.Magenta(FiggleFonts.Standard.Render("bdn analyser")),
attrs.GetAttributeValue<AssemblyDescriptionAttribute>(a => a.Description),
"",
$"{Output.Bright.Yellow(attrs.GetAttributeValue<AssemblyInformationalVersionAttribute>(a => a.InformationalVersion).Format("Version {0}"))}{Output.Bright.Green(" beta ")}",
Expand Down
79 changes: 0 additions & 79 deletions src/BenchmarkDotNetAnalyser/Resources.Designer.cs

This file was deleted.

130 changes: 0 additions & 130 deletions src/BenchmarkDotNetAnalyser/Resources.resx

This file was deleted.