mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +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
37 lines
1.9 KiB
Text
37 lines
1.9 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.810.8
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ML.OnnxRuntime.EndToEndTests", "Microsoft.ML.OnnxRuntime.EndToEndTests.csproj", "{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
Debug|x86 = Debug|x86
|
|
Release|x86 = Release|x86
|
|
RelWithDebInfo|Any CPU = RelWithDebInfo|Any CPU
|
|
RelWithDebInfo|x86 = RelWithDebInfo|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.Release|x86.Build.0 = Release|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.RelWithDebInfo|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.RelWithDebInfo|Any CPU.Build.0 = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.RelWithDebInfo|x86.ActiveCfg = Debug|Any CPU
|
|
{B6FB2796-4CFB-44FF-B826-E1B8CA9E9447}.RelWithDebInfo|x86.Build.0 = Debug|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {2BAFD476-55EB-4419-9134-1EFDA06728BF}
|
|
EndGlobalSection
|
|
EndGlobal
|