File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
55 xmlns : animations =" using:CommunityToolkit.WinUI.Animations"
6- xmlns : controls =" using:ShadowViewer.Controls"
76 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
8- xmlns : i18N =" using:ShadowViewer.I18n"
9- xmlns : interfaces =" using:ShadowViewer.Sdk.Models.Interfaces"
107 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
11- xmlns : shadowViewer =" using:ShadowViewer"
128 xmlns : winUiEx =" using:WinUIEx"
13- x : Name =" ThisWindow"
149 Title =" ShadowViewer"
1510 mc : Ignorable =" d" >
1611 <Window .SystemBackdrop>
5348 </animations : AnimationSet >
5449 </animations : Explicit .Animations>
5550 <StackPanel Spacing =" 20" Orientation =" Horizontal" >
56- <BitmapIcon ShowAsMonochrome =" False" UriSource =" ms-appx:///Assets/StoreLogo.scale-150 .png" />
51+ <BitmapIcon ShowAsMonochrome =" False" Width = " 120 " UriSource =" ms-appx:///Assets/StoreLogo.scale-400 .png" />
5752 <TextBlock VerticalAlignment =" Center"
5853 HorizontalAlignment =" Center"
5954 FontFamily =" Segoe UI Variable Display"
Original file line number Diff line number Diff line change 2222 <GenerateAppxPackageOnBuild Condition =" '$(GithubAction)' == 'true'" >true</GenerateAppxPackageOnBuild >
2323 <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
2424 <AppxPackageDir >..\AppPackages\</AppxPackageDir >
25- <NoWarn >MSB3277</NoWarn >
25+ <NoWarn >MSB3277;PRI263;NETSDK1198 </NoWarn >
2626 <ErrorOnDuplicatePublishOutputFiles >false</ErrorOnDuplicatePublishOutputFiles >
2727 <LangVersion >preview</LangVersion >
2828 <PublishReadyToRun >false</PublishReadyToRun >
You can’t perform that action at this time.
0 commit comments