Fixed SQL dll from x86 to x64
This commit is contained in:
parent
6cc06fc898
commit
6f2f09dbda
|
@ -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" />
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue