Rename main form

This commit is contained in:
Alexander Horner
2022-12-07 19:54:48 +00:00
parent 294747def5
commit fe4ae354b2
5 changed files with 14 additions and 21 deletions

View File

@@ -7,14 +7,11 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ApplicationIcon>NotificationHub.ico</ApplicationIcon>
<StartupObject>ntfysh_client.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
</Project>