初次提交

This commit is contained in:
moxiliang
2025-08-26 15:47:03 +08:00
commit 186515d67a
648 changed files with 1547685 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<Roots >
<Roots.RootTypes>
<RootType FullName="Windows.UI.Xaml.Controls.Page">
<RootProperty Name="Content" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.Grid">
<RootProperty Name="Background" />
<RootProperty Name="Children" />
<RootProperty Name="ColumnDefinitions" />
<RootProperty Name="RowDefinitions" />
<RootProperty Name="Visibility" />
<RootMethod Name="GetRow" />
<RootMethod Name="SetRow" />
<RootMethod Name="GetColumn" />
<RootMethod Name="SetColumn" />
</RootType>
<RootType FullName="Microsoft.Xaml.DirectUI.ProxyTypes.ThemeResourceExtension" />
<RootType FullName="ZXing.Mobile.ZXingScannerControl" />
<RootType FullName="ZXing.Mobile.ScanPage" />
<RootType FullName="Windows.UI.Xaml.Controls.UserControl">
<RootProperty Name="Content" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.ColumnDefinition">
<RootProperty Name="Width" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.RowDefinition">
<RootProperty Name="Height" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.CaptureElement">
<RootProperty Name="Stretch" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Shapes.Rectangle">
<RootProperty Name="HorizontalAlignment" />
<RootProperty Name="VerticalAlignment" />
<RootProperty Name="Fill" />
<RootProperty Name="Opacity" />
<RootProperty Name="Height" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.Border">
<RootProperty Name="Visibility" />
<RootProperty Name="VerticalAlignment" />
<RootProperty Name="HorizontalAlignment" />
<RootProperty Name="Width" />
<RootProperty Name="Height" />
<RootProperty Name="Child" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Shapes.Line">
<RootProperty Name="VerticalAlignment" />
<RootProperty Name="HorizontalAlignment" />
<RootProperty Name="Height" />
<RootProperty Name="Stroke" />
<RootProperty Name="StrokeThickness" />
<RootProperty Name="Fill" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
<RootProperty Name="TextAlignment" />
<RootProperty Name="TextWrapping" />
<RootProperty Name="HorizontalAlignment" />
<RootProperty Name="VerticalAlignment" />
<RootProperty Name="Foreground" />
</RootType>
<RootType FullName="Windows.UI.Xaml.Controls.Button">
<RootProperty Name="Content" />
<RootEvent Name="Click" />
</RootType>
</Roots.RootTypes>
</Roots>

Binary file not shown.