Add UI assets and wire them in csproj
parent
3f08666c15
commit
972880fad4
|
|
@ -29,16 +29,10 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Optional: login logo. Place at solution root: assets/logo.png -->
|
<Content Include="assets\**\*">
|
||||||
<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>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
assets/logo.webp
BIN
assets/logo.webp
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
Loading…
Reference in New Issue