Skip to content

Commit

Permalink
add icon and PublishSingleFile
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyDlin committed Aug 22, 2023
1 parent 65dc61e commit c3785b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ResistorSearch.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>icon.ico</ApplicationIcon>
<PublishSingleFile>true</PublishSingleFile>
<DebugType>embedded</DebugType>
</PropertyGroup>


<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AngouriMath" Version="1.3.0" />
<PackageReference Include="ConsoleTables" Version="2.5.0" />
Expand Down
Binary file added icon.ico
Binary file not shown.

0 comments on commit c3785b3

Please sign in to comment.