Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekmotyl committed Sep 4, 2022
1 parent 429d33c commit f298671
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sources/Favourite Photo Browser/Favourite Photo Browser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<TrimMode>copyused</TrimMode>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationIcon>Assets\favourite-photo-browser-icon.ico</ApplicationIcon>
<StartupObject>Favourite_Photo_Browser.Program</StartupObject>
<Authors>Bartek Motyl</Authors>
<PackageProjectUrl>https://github.com/bartekmotyl/favourite-photo-browser</PackageProjectUrl>
<PackageIcon>favourite-photo-browser-icon.png</PackageIcon>
<PackageLicenseFile>MIT</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitignore" />
Expand Down Expand Up @@ -53,4 +58,10 @@
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\favourite-photo-browser-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit f298671

Please sign in to comment.