|
@ -5,6 +5,7 @@ |
|
|
<TargetFramework>net6.0-windows</TargetFramework> |
|
|
<TargetFramework>net6.0-windows</TargetFramework> |
|
|
<Nullable>enable</Nullable> |
|
|
<Nullable>enable</Nullable> |
|
|
<UseWPF>true</UseWPF> |
|
|
<UseWPF>true</UseWPF> |
|
|
|
|
|
<ApplicationIcon>Resources\Images\bbwylogo.ico</ApplicationIcon> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
@ -17,6 +18,7 @@ |
|
|
<Content Include="appsettings.json"> |
|
|
<Content Include="appsettings.json"> |
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
</Content> |
|
|
</Content> |
|
|
|
|
|
<Content Include="Resources\Images\bbwylogo.ico" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|