onnxruntime/csharp
2022-03-16 08:49:42 -07:00
..
sample Update Xamarin sample code (#9925) 2021-12-07 16:18:58 +10:00
src Update nuget icon (#10672) 2022-03-01 09:11:03 -08:00
test skip optional related models from opset16 (#10840) (#10878) 2022-03-16 08:49:42 -07:00
testdata Add Python checks pipeline (#7032) 2021-08-09 10:37:05 -07:00
tools/Microsoft.ML.OnnxRuntime.PerfTool Remove netcoreapp2.1 target as it is EOL and out of support. Attempting to use it with VS now causes unit test run failures. (#9603) 2021-10-29 11:11:22 +10:00
.clang-format Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
Directory.Build.props.in
Nuget.CSharp.config
OnnxRuntime.CSharp.proj Limit inclusion of Xamarin mobile target frameworks. (#9834) 2021-11-23 11:29:53 +10:00
OnnxRuntime.CSharp.sln Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
OnnxRuntime.DesktopOnly.CSharp.sln Limit inclusion of Xamarin mobile target frameworks. (#9834) 2021-11-23 11:29:53 +10:00
OnnxRuntime.snk
readme.txt Limit inclusion of Xamarin mobile target frameworks. (#9834) 2021-11-23 11:29:53 +10:00

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).