Skip to content

Commit

Permalink
Swapped out sqlite drivers using mixed mode assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
codev2 committed Dec 4, 2012
1 parent 774e936 commit cc70611
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,995 deletions.
16 changes: 2 additions & 14 deletions Console/Console.csproj
Expand Up @@ -40,12 +40,10 @@
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Data.SQLite"> <Reference Include="System.Data.SQLite, Version=1.0.82.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\sqlite\System.Data.SQLite.dll</HintPath> <HintPath>..\lib\sqlite\System.Data.SQLite.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Data.SQLite.Linq">
<HintPath>..\lib\sqlite\System.Data.SQLite.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
Expand All @@ -64,16 +62,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="..\lib\sqlite\SQLite.Interop.dll">
<Link>SQLite.Interop.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\lib\sqlite\SQLite.Interop.pdb">
<Link>SQLite.Interop.pdb</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <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. Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed lib/sqlite/SQLite.Interop.dll
Binary file not shown.
Binary file removed lib/sqlite/SQLite.Interop.pdb
Binary file not shown.
Binary file removed lib/sqlite/System.Data.SQLite.Linq.dll
Binary file not shown.
Binary file removed lib/sqlite/System.Data.SQLite.Linq.pdb
Binary file not shown.
1,981 changes: 0 additions & 1,981 deletions lib/sqlite/System.Data.SQLite.Linq.xml

This file was deleted.

Binary file modified lib/sqlite/System.Data.SQLite.dll
Binary file not shown.
Binary file modified lib/sqlite/System.Data.SQLite.pdb
Binary file not shown.

0 comments on commit cc70611

Please sign in to comment.