Artifact 45ddbcdd8e1e86792c28214825bdf9a174e98809:
- File System.Data.SQLite.Linq/System.Data.SQLite.EF6.2013.csproj — part of check-in [ccffecfbb0] at 2014-01-10 23:28:25 on branch ef6 — Initial work on supporting Entity Framework 6. (user: mistachkin size: 497) [more...]
<?xml version="1.0" encoding="utf-8"?> <!-- * * System.Data.SQLite.EF6.2013.csproj - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> <PropertyGroup> <UseEntityFramework6>true</UseEntityFramework6> </PropertyGroup> <Import Project="$(MSBuildProjectDirectory)\System.Data.SQLite.Core.2013.csproj" /> </Project>