* Rename CalculatorUnitTests_VS to CalculatorUnitTests, fix gitignore * Delete internal unit tests * Update pipeline paths
6 lines
285 B
XML
6 lines
285 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"/>
|