blob: 59d6a1de1596b35fbec9d6618545c643a1c7d58e (
plain)
1
2
3
4
5
6
7
8
|
<Application
x:Class="FVUnitTest.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:FVUnitTest"
RequestedTheme="Light">
</Application>
|