mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-18 01:54:05 +00:00
9 lines
354 B
Text
9 lines
354 B
Text
|
|
<maui:MauiWinUIApplication
|
||
|
|
x:Class="Microsoft.ML.OnnxRuntime.Tests.MAUI.WinUI.App"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:maui="using:Microsoft.Maui"
|
||
|
|
xmlns:local="using:Microsoft.ML.OnnxRuntime.Tests.MAUI.WinUI">
|
||
|
|
|
||
|
|
</maui:MauiWinUIApplication>
|