mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
118 lines
6.2 KiB
XML
118 lines
6.2 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<ProjectGuid>{E5FED8FD-952F-4DB9-A5A9-2C598FAF976E}</ProjectGuid>
|
|||
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
|
<TemplateGuid>{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<RootNamespace>Microsoft.ML.OnnxRuntime.InferenceSample.Forms.Droid</RootNamespace>
|
|||
|
|
<AssemblyName>Microsoft.ML.OnnxRuntime.InferenceSample.Forms.Android</AssemblyName>
|
|||
|
|
<Deterministic>True</Deterministic>
|
|||
|
|
<AndroidApplication>True</AndroidApplication>
|
|||
|
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
|||
|
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
|||
|
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
|||
|
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|||
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|||
|
|
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
|
|||
|
|
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
|
|||
|
|
<AndroidUseAapt2>true</AndroidUseAapt2>
|
|||
|
|
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
|
|||
|
|
<NuGetPackageImportStamp>
|
|||
|
|
</NuGetPackageImportStamp>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<DebugType>portable</DebugType>
|
|||
|
|
<Optimize>false</Optimize>
|
|||
|
|
<OutputPath>bin\Debug</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|||
|
|
<Debugger>Xamarin</Debugger>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<DebugType>portable</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release</OutputPath>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<AndroidManagedSymbols>true</AndroidManagedSymbols>
|
|||
|
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="Mono.Android" />
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Xml.Linq" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
<Reference Include="System.Numerics" />
|
|||
|
|
<Reference Include="System.Numerics.Vectors" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2083" />
|
|||
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="MainActivity.cs" />
|
|||
|
|
<Compile Include="Resources\Resource.designer.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="Resources\AboutResources.txt" />
|
|||
|
|
<None Include="Assets\AboutAssets.txt" />
|
|||
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<AndroidResource Include="Resources\values\styles.xml" />
|
|||
|
|
<AndroidResource Include="Resources\values\colors.xml" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
|
|||
|
|
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="Resources\drawable\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Microsoft.ML.OnnxRuntime.InferenceSample.Forms\Microsoft.ML.OnnxRuntime.InferenceSample.Forms.csproj">
|
|||
|
|
<Project>{C5BDDD5D-F811-4CDD-A977-2D8581C21F36}</Project>
|
|||
|
|
<Name>Microsoft.ML.OnnxRuntime.InferenceSample.Forms</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\src\Microsoft.ML.OnnxRuntime\Microsoft.ML.OnnxRuntime.csproj">
|
|||
|
|
<Project>{584B53B3-359D-4DC2-BCD8-530B5D4685AD}</Project>
|
|||
|
|
<Name>Microsoft.ML.OnnxRuntime</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="System.Memory" Version="4.5.3" IncludeAssets="None" />
|
|||
|
|
<AndroidNativeLibrary Condition=" Exists('..\..\..\..\build\Android\arm64-v8a\Release\libonnxruntime.so') " Include="..\..\..\..\build\Android\arm64-v8a\Release\libonnxruntime.so">
|
|||
|
|
<Link>libs\arm64-v8a\libonnxruntime.so</Link>
|
|||
|
|
</AndroidNativeLibrary>
|
|||
|
|
<AndroidNativeLibrary Condition=" Exists('..\..\..\..\build\Android\armeabi-v7a\Release\libonnxruntime.so') " Include="..\..\..\..\build\Android\armeabi-v7a\Release\libonnxruntime.so">
|
|||
|
|
<Link>libs\armeabi-v7a\libonnxruntime.so</Link>
|
|||
|
|
</AndroidNativeLibrary>
|
|||
|
|
<AndroidNativeLibrary Condition=" Exists('..\..\..\..\build\Android\x86\Release\libonnxruntime.so') " Include="..\..\..\..\build\Android\x86\Release\libonnxruntime.so">
|
|||
|
|
<Link>libs\x86\libonnxruntime.so</Link>
|
|||
|
|
</AndroidNativeLibrary>
|
|||
|
|
<AndroidNativeLibrary Condition=" Exists('..\..\..\..\build\Android\x86_64\Release\libonnxruntime.so') " Include="..\..\..\..\build\Android\x86_64\Release\libonnxruntime.so">
|
|||
|
|
<Link>libs\x86_64\libonnxruntime.so</Link>
|
|||
|
|
</AndroidNativeLibrary>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
|||
|
|
</Project>
|