Newer
Older
RbFreqStand / packages / EntityFramework.6.3.0 / build / EntityFramework.props
yangqianqian on 1 Apr 2021 336 bytes ui almost
<Project>
  <ItemGroup Condition="'$(EnableDefaultItems)' == 'True' And '$(EnableDefaultEntityDeployItems)' == 'True'">
    <EntityDeploy Include="**/*.edmx" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
    <None Remove="**/*.edmx" Condition="'$(EnableDefaultNoneItems)' == 'True'" />
  </ItemGroup>
</Project>