onnxruntime/csharp
2021-11-30 21:29:25 +00:00
..
sample 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
src Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00:00
test Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00: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 Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00:00
OnnxRuntime.CSharp.sln Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
OnnxRuntime.DesktopOnly.CSharp.sln Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00:00
OnnxRuntime.snk
readme.txt Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00: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).