From d3c868c64ab054017f92f1adbfba98ded9d69406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Trevi=C3=B1o?= Date: Tue, 26 Sep 2023 14:30:42 -0700 Subject: [PATCH] Rename NativeAOTProperties to NativeAOT. --- .../Rules/PropertyPages/BuildPropertyPage.xaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml index cee35b81694..942680e73b7 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml @@ -196,7 +196,7 @@ (and - (has-project-capability "NativeAOTProperties") + (has-project-capability "NativeAOT") (has-evaluated-value "Application" "OutputType" "Library")) @@ -216,7 +216,7 @@ (and - (has-project-capability "NativeAOTProperties") + (has-project-capability "NativeAOT") (has-evaluated-value "Application" "OutputType" "Library")) @@ -446,7 +446,7 @@ (and - (has-project-capability "NativeAOTProperties") + (has-project-capability "NativeAOT") (not (has-evaluated-value "Application" "OutputType" "Library"))) @@ -465,7 +465,7 @@ (and - (has-project-capability "NativeAOTProperties") + (has-project-capability "NativeAOT") (not (has-evaluated-value "Application" "OutputType" "Library")))