App.xaml 282 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
<Application
    x:Class="Microsoft.AI.MachineLearning.Tests.Uwp.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:Microsoft.AI.MachineLearning.Tests.Uwp">

</Application>