File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 40
40
<Compile Include =" ..\..\src\SQLite.cs" >
41
41
<Link >SQLite.cs</Link >
42
42
</Compile >
43
+ <Compile Include =" ..\..\src\SQLiteAsync.cs" >
44
+ <Link >SQLiteAsync.cs</Link >
45
+ </Compile >
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Folder Include =" Properties\" />
43
49
</ItemGroup >
44
50
<ItemGroup >
45
51
<Reference Include =" SQLitePCL.raw" >
46
- <HintPath >packages\SQLitePCL.raw_basic.0.3.0-alpha \lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch \SQLitePCL.raw.dll</HintPath >
52
+ <HintPath >packages\SQLitePCL.raw_basic.0.7.1 \lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10 \SQLitePCL.raw.dll</HintPath >
47
53
</Reference >
48
54
</ItemGroup >
49
55
<ItemGroup >
50
56
<None Include =" packages.config" />
51
57
</ItemGroup >
52
- <ItemGroup >
53
- <Folder Include =" Properties\" />
54
- </ItemGroup >
55
58
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
56
59
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57
60
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" SQLitePCL.raw_basic" version =" 0.3.0-alpha " targetFramework =" portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
3
+ <package id =" SQLitePCL.raw_basic" version =" 0.7.1 " targetFramework =" portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
4
4
</packages >
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright (c) 2012 Krueger Systems, Inc.
2
+ // Copyright (c) 2012-2015 Krueger Systems, Inc.
3
3
//
4
4
// Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
// of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments