Skip to content

Commit

Permalink
Merge pull request #40 from Etuldan/fix/39-missing-icon-on-main-exe-file
Browse files Browse the repository at this point in the history
Fix main icon on .exe file
  • Loading branch information
Etuldan committed Feb 18, 2023
2 parents 1c52f79 + ec123a0 commit eda0cae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MidiControl/MidiControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
<TargetFramework>net472</TargetFramework>
<LangVersion>8.0</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Common.CheckComboBox" Version="1.0.0" />
<PackageReference Include="Fleck" Version="1.2.0" />
Expand Down

0 comments on commit eda0cae

Please sign in to comment.