onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.AI.MachineLearning.Rules.Project.xml
Sheil Kumar 43a828f0a2
Add tests for WinRT Projection Raw ABI consumption (#3718)
Add tests for WinRT Projection Raw ABI consumption
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2020-05-02 00:33:17 -07:00

20 lines
No EOL
868 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Rule Name="OnnxRuntime" DisplayName="ONNX Runtime (Beta)" Order="75" PageTemplate="generic" xmlns="http://schemas.microsoft.com/build/2009/properties">
<Rule.Categories>
<Category Name="General" DisplayName="General"/>
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" HasConfigurationCondition="false" Label="Globals" />
</Rule.DataSource>
<StringProperty Name="OnnxRuntimePathOverride"
DisplayName="Custom ONNXRuntime DLL"
Description="Specifies a path to a custom OnnxRuntime dll."
Category="General" />
<StringProperty Name="DirectMLPathOverride"
DisplayName="Custom DirectML DLL"
Description="Specifies a path to a custom Direct ML dll."
Category="General" />
</Rule>