仪表盘
版本库
文件存储
活动
搜索
登录
main
/
MA22610-RobotCat
MA22610-机器人采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改为注册表启动
zs
2024-11-21
b3dcb81d8ad46322740e5d6f71765c66ed99add8
[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>