mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
cb3babd1ee
It literally does nothing more than dump every build in a listview.
9 lines
257 B
XML
9 lines
257 B
XML
<Application
|
|
x:Class="BuildFeedApp.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:BuildFeedApp"
|
|
RequestedTheme="Light">
|
|
|
|
</Application>
|