parent
29bd5f49dd
commit
c444f65c5d
|
|
@ -23,6 +23,16 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
<ProjectCapability Include="DotNetCoreRazor"/>
|
<ProjectCapability Include="DotNetCoreRazor"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
WebSdk imports these capabilities for nesting in DotNetCoreWeb projects.
|
||||||
|
Conditinally import these capabilities if the project isn't targeting the WebSdk.
|
||||||
|
-->
|
||||||
|
<ItemGroup Condition="'$(UsingMicrosoftNETSdkWeb)'==''">
|
||||||
|
<ProjectCapability Include="SupportHierarchyContextSvc" />
|
||||||
|
<ProjectCapability Include="DynamicDependentFile" />
|
||||||
|
<ProjectCapability Include="DynamicFileNesting" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Rules\RazorConfiguration.xaml">
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Rules\RazorConfiguration.xaml">
|
||||||
<Context>File</Context>
|
<Context>File</Context>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue