9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
<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>
|