公告板
版本库
filestore
活动
搜索
登录
main
/
bkz-client-csharp
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'初始化'
admin
2020-06-10
a610f2ab6e543d2cb78c1ef212ac6a74ddc067d9
[bkz-client-csharp.git]
/
packages
/
EntityFramework.6.3.0
/
build
/
EntityFramework.props
1
2
3
4
5
6
<Project>
<ItemGroup Condition="'$(EnableDefaultItems)' == 'True' And '$(EnableDefaultEntityDeployItems)' == 'True'">
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
</ItemGroup>
</Project>