From e190981e006e1548af31fbcb6a8769507e66aa5f Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Tue, 9 Nov 2021 17:34:28 -0800 Subject: [PATCH] Do case-insensitive comparisons for targets names --- src/QuantumSdk/DefaultItems/DefaultItems.targets | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/QuantumSdk/DefaultItems/DefaultItems.targets b/src/QuantumSdk/DefaultItems/DefaultItems.targets index 8dadc79de8..a45989d49a 100644 --- a/src/QuantumSdk/DefaultItems/DefaultItems.targets +++ b/src/QuantumSdk/DefaultItems/DefaultItems.targets @@ -31,11 +31,11 @@ - HoneywellProcessor - IonQProcessor - QCIProcessor - MicrosoftSimulator - Unspecified + HoneywellProcessor + IonQProcessor + QCIProcessor + MicrosoftSimulator + Unspecified Possible values must match 'ionq*', 'honeywell*', 'qci*', 'microsoft.simulator*', or 'Any'. The execution target for a Q# library needs to be 'Any'. @@ -43,8 +43,8 @@ These architectures are currently under active development and not available for public use yet. Targeting is disabled since the code will be targeted by the QIR compiler, and Q# diagnostics are not yet enabled for these architectures. --> - HoneywellQirProcessor - QCIQirProcessor + HoneywellQirProcessor + QCIQirProcessor