mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Add Xamarin support to the ORT nuget packages. - Update C# code to support Xamarin builds for iOS and Android - refactor some things to split out common code - include iOS and Android ORT native shared library in native nuget package
8 lines
No EOL
317 B
XML
8 lines
No EOL
317 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Application xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Microsoft.ML.OnnxRuntime.InferenceSample.Forms.App">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application> |