onnxruntime/csharp
Scott McKay a23cd5b697
Update Xamarin sample code (#9925)
* Update InferenceSample so the mobile app is more user friendly.

Remove fasterrcnn xamarin sample. Adding a more complete xamarin sample targeted at end users to the inference examples repo.

See https://github.com/microsoft/onnxruntime-inference-examples/pull/58
2021-12-07 16:18:58 +10:00
..
sample
src
test
testdata
tools/Microsoft.ML.OnnxRuntime.PerfTool
.clang-format
Directory.Build.props.in
Nuget.CSharp.config
OnnxRuntime.CSharp.proj
OnnxRuntime.CSharp.sln
OnnxRuntime.DesktopOnly.CSharp.sln
OnnxRuntime.snk
readme.txt

The main solution file is OnnxRuntime.CSharp.sln. This includes desktop and Xamarin mobile projects.
OnnxRuntime.DesktopOnly.CSharp.sln is a copy of that with all the mobile projects removed. This is 
due to there being no way to selectively exclude a csproj from the sln if Xamarin isn't available. 

If changes are required, either update the main solution first and copy the relevant changes across,
 or copy the entire file and remove the mobile projects (anything with iOS, Android or Droid in the name).