Skip to content

Commit

Permalink
Remove SqliteDmlParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Nov 12, 2015
1 parent c6f485f commit 9b8ea39
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<Compile Include="SqliteScaffoldingModelFactory.cs" />
<Compile Include="SqliteTableSelectionSetExtensions.cs" />
<Compile Include="SqliteDesignTimeServices.cs" />
<Compile Include="Internal\SqliteDmlParser.cs" />
<Compile Include="SqliteDatabaseModelFactory.cs" />
<None Include="project.json" />
</ItemGroup>
Expand All @@ -78,11 +77,11 @@
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
221 changes: 0 additions & 221 deletions src/EntityFramework.Sqlite.Design/Internal/SqliteDmlParser.cs

This file was deleted.

Loading

0 comments on commit 9b8ea39

Please sign in to comment.