Skip to content

Commit d3c868c

Browse files
committed
Rename NativeAOTProperties to NativeAOT.
1 parent c66a239 commit d3c868c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<NameValuePair Name="VisibilityCondition">
197197
<NameValuePair.Value>
198198
(and
199-
(has-project-capability "NativeAOTProperties")
199+
(has-project-capability "NativeAOT")
200200
(has-evaluated-value "Application" "OutputType" "Library"))
201201
</NameValuePair.Value>
202202
</NameValuePair>
@@ -216,7 +216,7 @@
216216
<NameValuePair Name="VisibilityCondition">
217217
<NameValuePair.Value>
218218
(and
219-
(has-project-capability "NativeAOTProperties")
219+
(has-project-capability "NativeAOT")
220220
(has-evaluated-value "Application" "OutputType" "Library"))
221221
</NameValuePair.Value>
222222
</NameValuePair>
@@ -446,7 +446,7 @@
446446
<NameValuePair Name="VisibilityCondition">
447447
<NameValuePair.Value>
448448
(and
449-
(has-project-capability "NativeAOTProperties")
449+
(has-project-capability "NativeAOT")
450450
(not (has-evaluated-value "Application" "OutputType" "Library")))
451451
</NameValuePair.Value>
452452
</NameValuePair>
@@ -465,7 +465,7 @@
465465
<NameValuePair Name="VisibilityCondition">
466466
<NameValuePair.Value>
467467
(and
468-
(has-project-capability "NativeAOTProperties")
468+
(has-project-capability "NativeAOT")
469469
(not (has-evaluated-value "Application" "OutputType" "Library")))
470470
</NameValuePair.Value>
471471
</NameValuePair>

0 commit comments

Comments
 (0)