mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
11 lines
355 B
XML
11 lines
355 B
XML
<Application
|
|
x:Class="ServoApp.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:ServoApp">
|
|
|
|
<Application.Resources>
|
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
|
|
</Application.Resources>
|
|
|
|
</Application>
|