FIT5032-Assignment/packages/EntityFramework.6.4.4/build/EntityFramework.DefaultItems.props

7 lines
298 B
Plaintext
Raw Normal View History

2023-09-14 06:34:08 +00:00
<Project>
<ItemGroup Condition="'$(EnableDefaultEntityDeployItems)' == 'True'">
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
</ItemGroup>
</Project>