onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.sln
Scott McKay 44fc7b443c
Update C# test projects (#21631)
### Description
<!-- Describe your changes. -->
Update various test projects to .net8 from EOL frameworks.
Replace the Xamarin based Android and iOS test projects with a MAUI
based project that uses .net 8.
Add new CoreML flags to C# bindings

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Remove usage of EOL frameworks.
2024-09-05 08:21:23 +10:00

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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "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