File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 196
196
<NameValuePair Name =" VisibilityCondition" >
197
197
<NameValuePair .Value>
198
198
(and
199
- (has-project-capability "NativeAOTProperties ")
199
+ (has-project-capability "NativeAOT ")
200
200
(has-evaluated-value "Application" "OutputType" "Library"))
201
201
</NameValuePair .Value>
202
202
</NameValuePair >
216
216
<NameValuePair Name =" VisibilityCondition" >
217
217
<NameValuePair .Value>
218
218
(and
219
- (has-project-capability "NativeAOTProperties ")
219
+ (has-project-capability "NativeAOT ")
220
220
(has-evaluated-value "Application" "OutputType" "Library"))
221
221
</NameValuePair .Value>
222
222
</NameValuePair >
446
446
<NameValuePair Name =" VisibilityCondition" >
447
447
<NameValuePair .Value>
448
448
(and
449
- (has-project-capability "NativeAOTProperties ")
449
+ (has-project-capability "NativeAOT ")
450
450
(not (has-evaluated-value "Application" "OutputType" "Library")))
451
451
</NameValuePair .Value>
452
452
</NameValuePair >
465
465
<NameValuePair Name =" VisibilityCondition" >
466
466
<NameValuePair .Value>
467
467
(and
468
- (has-project-capability "NativeAOTProperties ")
468
+ (has-project-capability "NativeAOT ")
469
469
(not (has-evaluated-value "Application" "OutputType" "Library")))
470
470
</NameValuePair .Value>
471
471
</NameValuePair >
You can’t perform that action at this time.
0 commit comments