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-11-05 17:26:17 +00:00
|
|
|
<BoolProperty Name="UseWindowsMLStaticRuntime"
|
|
|
|
|
DisplayName="Use a dll that links statically to runtimes"
|
|
|
|
|
Description="Use a larger DLL that doesn't depend on installed versions of the vcruntime and CRT."
|
|
|
|
|
Category="General"
|
|
|
|
|
Condition="'$(WindowsStoreApp)' != 'true'" />
|
|
|
|
|
</Rule>
|