AHAQ_QGNH/packages/EntityFramework.6.4.4/build/EntityFramework.DefaultItems.props

7 lines
298 B
Plaintext
Raw Permalink Normal View History

2025-05-19 09:31:47 +08:00
<Project>
<ItemGroup Condition="'$(EnableDefaultEntityDeployItems)' == 'True'">
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
</ItemGroup>
</Project>