mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
9 lines
374 B
Text
9 lines
374 B
Text
|
|
<maui:MauiWinUIApplication
|
||
|
|
x:Class="Microsoft.ML.OnnxRuntime.InferenceSample.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.InferenceSample.Maui.WinUI">
|
||
|
|
|
||
|
|
</maui:MauiWinUIApplication>
|