|
55 | 55 | <ItemGroup> |
56 | 56 | <Reference Include="System" /> |
57 | 57 | <Reference Include="System.Data" /> |
58 | | - <Reference Include="System.Data.SQLite, Version=1.0.43.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86" /> |
| 58 | + <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 59 | + <SpecificVersion>False</SpecificVersion> |
| 60 | + <HintPath>packages\System.Data.SQLite.1.0.86.0\lib\net45\System.Data.SQLite.dll</HintPath> |
| 61 | + </Reference> |
| 62 | + <Reference Include="System.Data.SQLite.Linq, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 63 | + <SpecificVersion>False</SpecificVersion> |
| 64 | + <HintPath>packages\System.Data.SQLite.1.0.86.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath> |
| 65 | + </Reference> |
59 | 66 | <Reference Include="System.Xml" /> |
60 | 67 | </ItemGroup> |
61 | 68 | <ItemGroup> |
62 | 69 | <Compile Include="SQLiteWrapper.cs" /> |
63 | 70 | <Compile Include="Properties\AssemblyInfo.cs" /> |
64 | 71 | </ItemGroup> |
65 | | - <ItemGroup> |
66 | | - <Content Include="libs\System.Data.SQLite.dll"> |
67 | | - </Content> |
68 | | - </ItemGroup> |
69 | 72 | <ItemGroup> |
70 | 73 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
71 | 74 | <Visible>False</Visible> |
|
78 | 81 | <Install>true</Install> |
79 | 82 | </BootstrapperPackage> |
80 | 83 | </ItemGroup> |
| 84 | + <ItemGroup> |
| 85 | + <Content Include="x64\SQLite.Interop.dll"> |
| 86 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 87 | + </Content> |
| 88 | + <Content Include="x86\SQLite.Interop.dll"> |
| 89 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 90 | + </Content> |
| 91 | + </ItemGroup> |
| 92 | + <ItemGroup> |
| 93 | + <None Include="packages.config" /> |
| 94 | + </ItemGroup> |
81 | 95 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
82 | 96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
83 | 97 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments