Add UI assets and wire them in csproj

pull/1/head
SYED MUSTUFA AHMED NAQVI 2026-02-02 17:03:25 +05:00
parent 3f08666c15
commit 972880fad4
5 changed files with 6 additions and 12 deletions

View File

@ -27,18 +27,12 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="assets\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<!-- Optional: login logo. Place at solution root: assets/logo.png -->
<Content Include="..\assets\logo.png" Link="assets\logo.png" Condition="Exists('..\assets\logo.png')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\assets\favicon.ico" Link="assets\favicon.ico" Condition="Exists('..\assets\favicon.ico')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\assets\scanner.png" Link="assets\scanner.png" Condition="Exists('..\assets\scanner.png')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project> </Project>

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

BIN
assets/scanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB