仪表盘
版本库
文件存储
活动
搜索
登录
main
/
MA22610-RobotCat
MA22610-机器人采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
程序开机自启
zs
2024-11-20
d4a7f52a5a4c8d4acb5af9d29e10856eb8a557c2
[MA22610-RobotCat.git]
/
packages
/
EntityFramework.6.5.1
/
build
/
EntityFramework.DefaultItems.props
1
2
3
4
5
6
<Project>
<ItemGroup Condition="'$(EnableDefaultEntityDeployItems)' == 'True'">
<EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
<None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
</ItemGroup>
</Project>