calculator/internal/CalculatorUnitTests/UnitTestApp.xaml
Howard Wolosky c13b8a099e Hello GitHub
2019-01-28 16:24:37 -08:00

9 lines
271 B
XML

<Application
x:Class="CalculatorUnitTests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:CalculatorUnitTests"
RequestedTheme="Light">
</Application>