Skip to content

Commit

Permalink
Remove EF7 ModelProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
rayao committed May 18, 2016
1 parent c5005d9 commit 90edef9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 451 deletions.
4 changes: 4 additions & 0 deletions src/Microsoft.Restier.EntityFramework/Model/ModelProducer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
#if EF7
using Microsoft.EntityFrameworkCore;
#else
using System.Data.Entity;
#endif
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
<Compile Include="..\Microsoft.Restier.EntityFramework\Model\ModelMapper.cs">
<Link>Model.Shared\ModelMapper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.Restier.EntityFramework\Model\ModelProducer.cs">
<Link>Model.Shared\ModelProducer.cs</Link>
</Compile>
<Compile Include="..\Microsoft.Restier.EntityFramework\Query\QueryExecutor.cs">
<Link>Query.Shared\QueryExecutor.cs</Link>
</Compile>
Expand Down Expand Up @@ -138,7 +141,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>SharedResources.resx</DependentUpon>
</Compile>
<Compile Include="Model\ModelProducer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
Expand Down
Loading

0 comments on commit 90edef9

Please sign in to comment.