Skip to content

Commit

Permalink
project save
Browse files Browse the repository at this point in the history
  • Loading branch information
niilopoutanen committed Sep 1, 2022
1 parent 9bca74b commit 1727a22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Installer/PackageInstaller/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,6 +31,10 @@
</COMReference>
</ItemGroup>

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

<ItemGroup>
<None Include="Resources\Logo.xaml" />
</ItemGroup>
Expand Down

0 comments on commit 1727a22

Please sign in to comment.