Files
blog-en-asp/packages/EntityFramework.6.4.0/build/EntityFramework.DefaultItems.props
Daniel Cortes 7fbf91f8b1 Initial commit
2020-05-22 01:32:58 -04:00

7 lines
304 B
XML
Executable File

<Project>
<ItemGroup Condition="'$(EnableDefaultEntityDeployItems)' == 'True'">
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
</ItemGroup>
</Project>