BuildFeed/BuildFeedApp-Full/App.xaml
Thomas Hounsell cb3babd1ee Initial BuildFeed App commit.
It literally does nothing more than dump every build in a listview.
2015-10-07 09:22:06 +01:00

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>