Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix several comment typos in the new project files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | ef6 |
Files: | files | file ages | folders |
SHA1: |
c7c653be6f30d7ae4b0c17b2a0866fa6 |
User & Date: | mistachkin 2014-01-10 23:33:14.301 |
Context
2014-01-10
| ||
23:58 | NuGet packaging changes for EF6. check-in: 6d41ae1d66 user: mistachkin tags: ef6 | |
23:33 | Fix several comment typos in the new project files. check-in: c7c653be6f user: mistachkin tags: ef6 | |
23:28 | Initial work on supporting Entity Framework 6. check-in: ccffecfbb0 user: mistachkin tags: ef6 | |
Changes
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Core.2010.csproj.
1 2 3 | <?xml version="1.0" encoding="utf-8"?> <!-- * | | | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="utf-8"?> <!-- * * System.Data.SQLite.Core.2010.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="4.0"> <PropertyGroup> |
︙ | ︙ |
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Core.2012.csproj.
1 2 3 | <?xml version="1.0" encoding="utf-8"?> <!-- * | | | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="utf-8"?> <!-- * * System.Data.SQLite.Core.2012.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="4.0"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
︙ | ︙ |
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Core.2013.csproj.
1 2 3 | <?xml version="1.0" encoding="utf-8"?> <!-- * | | | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="utf-8"?> <!-- * * System.Data.SQLite.Core.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"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
︙ | ︙ |
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Linq.2013.csproj.
1 2 3 | <?xml version="1.0" encoding="utf-8"?> <!-- * | | | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="utf-8"?> <!-- * * System.Data.SQLite.Linq.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> |
︙ | ︙ |