Skip to content

Commit

Permalink
Add project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanwoodburn committed Jan 12, 2023
1 parent d510500 commit 8b43c3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BidderGUI/BidderGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,27 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>NJW Icon 512.ico</ApplicationIcon>
<Title>HSD Bidder GUI</Title>
<PackageProjectUrl>https://github.com/Nathanwoodburn/HSDBidderGUI</PackageProjectUrl>
<PackageIcon>NJW Icon 512.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Nathanwoodburn/HSDBidderGUI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<Content Include="NJW Icon 512.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\NJW Icon 512.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added NJW Icon 512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b43c3d

Please sign in to comment.