Fixed SQL dll from x86 to x64

This commit is contained in:
wert23239 2017-06-26 20:06:39 -04:00
parent 6cc06fc898
commit 6f2f09dbda
3 changed files with 17175 additions and 17175 deletions

View File

@ -66,9 +66,9 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.79.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\x86\SQLite\System.Data.SQLite.dll</HintPath>
<HintPath>..\References\x64\SQLite\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />