mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
* Include onnxruntime binary when not using pacakge referene or uap app. * Remove the lib\uap10.0 build from the nuget package - causing conflicts * Add UWP test * remove build files * remove local change * reset mimalloc and onnx-tensorrt * change username to Microsoft Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
10 lines
No EOL
328 B
ObjectPascal
10 lines
No EOL
328 B
ObjectPascal
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<solution>
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
</solution>
|
|
<packageSources>
|
|
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="BuildArtifacts" value="[BuildPackageSource]" />
|
|
</packageSources>
|
|
</configuration> |