Skip to content

Commit

Permalink
New Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Feb 13, 2024
1 parent c07872f commit a3f4bb9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/Sucrose.Bundle/Main.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Background="#FF29373B" Icon="\Sucrose.Bundle;component\Assets\ICO.ico">

<Grid>
<Image Source="\Sucrose.Bundle;component\Assets\Background20.jpg" Stretch="UniformToFill" Opacity="0.5" />
<Image Source="\Sucrose.Bundle;component\Assets\Background21.jpg" Stretch="UniformToFill" Opacity="0.5" />

<TextBlock Text="{DynamicResource Subtitle}" FontSize="30" FontWeight="Light" Foreground="White"
FontFamily="Segoe UI" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,260,0,0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
<TargetFramework>net9.0-windows</TargetFramework>
<PublishDir>..\..\Sucrose\App\$(TargetFramework)\$(Platform)\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<TargetFramework>net9.0-windows</TargetFramework>
<PublishDir>..\..\Sucrose\App\$(TargetFramework)\$(Platform)\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<TargetFramework>net9.0-windows</TargetFramework>
<PublishDir>..\..\Sucrose\App\$(TargetFramework)\$(Platform)\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit a3f4bb9

Please sign in to comment.