初始化
This commit is contained in:
6
packages/EntityFramework.6.4.4/build/EntityFramework.DefaultItems.props
vendored
Normal file
6
packages/EntityFramework.6.4.4/build/EntityFramework.DefaultItems.props
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project>
|
||||
<ItemGroup Condition="'$(EnableDefaultEntityDeployItems)' == 'True'">
|
||||
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
|
||||
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user