2020-05-02 07:33:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-15 04:15:51 +00:00
|
|
|
<Rule Name="WindowsAI" DisplayName="Microsoft.AI.MachineLearning NuGet Settings" Order="75" PageTemplate="generic" xmlns="http://schemas.microsoft.com/build/2009/properties">
|
2020-05-02 07:33:17 +00:00
|
|
|
<Rule.Categories>
|
|
|
|
|
<Category Name="General" DisplayName="General"/>
|
|
|
|
|
</Rule.Categories>
|
|
|
|
|
|
|
|
|
|
<Rule.DataSource>
|
|
|
|
|
<DataSource Persistence="ProjectFile" HasConfigurationCondition="false" Label="Globals" />
|
|
|
|
|
</Rule.DataSource>
|
|
|
|
|
|
2020-09-15 04:15:51 +00:00
|
|
|
<BoolProperty Name="DisableOnnxRuntimeDllCopy"
|
|
|
|
|
DisplayName="Disable onnxruntime.dll copy on build"
|
|
|
|
|
Description="Suppresses binplacing the onnxruntime.dll from the Mirosoft.AI.MachineLearning NuGet distribution."
|
|
|
|
|
Category="General" />
|
2020-05-02 07:33:17 +00:00
|
|
|
|
2020-09-15 04:15:51 +00:00
|
|
|
<BoolProperty Name="DisableDirectMLDllCopy"
|
|
|
|
|
DisplayName="Disable directml.dll copy on build"
|
|
|
|
|
Description="Suppresses binplacing the directml.dll from the Mirosoft.AI.MachineLearning NuGet distribution."
|
|
|
|
|
Category="General" />
|
2020-05-02 07:33:17 +00:00
|
|
|
</Rule>
|