Updated website and windows binary icon.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 137 KiB |
@@ -9,8 +9,13 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
|
<ApplicationIcon>progrart_app_icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="progrart_app_icon.ico" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Avalonia.Desktop" />
|
<PackageReference Include="Avalonia.Desktop" />
|
||||||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
||||||
|
|||||||
BIN
Progrart.Desktop/progrart_app_icon.ico
Normal file
BIN
Progrart.Desktop/progrart_app_icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
@@ -6,6 +6,7 @@
|
|||||||
x:Class="Progrart.Pages.AboutPage">
|
x:Class="Progrart.Pages.AboutPage">
|
||||||
<ScrollViewer>
|
<ScrollViewer>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
|
<Image Source="/Assets/Icon-FG.png" Width="100" Height="100"/>
|
||||||
<TextBlock FontSize="36" TextAlignment="Center" Margin="0,50">Progrart</TextBlock>
|
<TextBlock FontSize="36" TextAlignment="Center" Margin="0,50">Progrart</TextBlock>
|
||||||
<TextBlock FontSize="18" TextAlignment="Center">Version: 0.0.0.0-preview</TextBlock>
|
<TextBlock FontSize="18" TextAlignment="Center">Version: 0.0.0.0-preview</TextBlock>
|
||||||
<TextBlock FontSize="24" TextAlignment="Center" Margin="0,25">Third-Party Libs</TextBlock>
|
<TextBlock FontSize="24" TextAlignment="Center" Margin="0,25">Third-Party Libs</TextBlock>
|
||||||
|
|||||||
Reference in New Issue
Block a user