Skip to content

Commit

Permalink
more work to get SQLite Plugin working
Browse files Browse the repository at this point in the history
  • Loading branch information
marcucio committed Nov 27, 2012
1 parent 695fe06 commit 62e66a1
Show file tree
Hide file tree
Showing 12 changed files with 6,452 additions and 62 deletions.
11 changes: 11 additions & 0 deletions plugins/CordovaPlugins.csproj
Expand Up @@ -129,6 +129,8 @@
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="www\plugins\SQLitePlugin\SQLite.cs" />
<Compile Include="www\plugins\SQLitePlugin\SQLiteAsync.cs" />
<Compile Include="www\plugins\ChildBrowser\ChildBrowserCommand.cs" />
<Compile Include="www\plugins\Globalization\Globalization.cs" />
<Compile Include="www\plugins\LiveTiles\LiveTiles.cs" />
Expand Down Expand Up @@ -178,6 +180,7 @@
</Content>
<None Include="cordova\debug.bat" />
<None Include="cordova\emulate.bat" />
<None Include="packages.config" />
<None Include="Properties\AppManifest.xml">
<SubType>Designer</SubType>
</None>
Expand All @@ -204,10 +207,18 @@
<Folder Include="Plugins\" />
</ItemGroup>
<ItemGroup>
<Reference Include="Community.CsharpSqlite.WinPhone">
<HintPath>..\..\sqlite-net\lib\wp7\Community.CsharpSqlite.WinPhone.dll</HintPath>
</Reference>
<Reference Include="WPCordovaClassLib">
<HintPath>CordovaLib\WPCordovaClassLib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="SQLite.WP80, Version=3.7.15">
<Name>SQLite for Windows Phone</Name>
</SDKReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 4 additions & 0 deletions plugins/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="sqlite-net" version="1.0.5" targetFramework="wp80" />
</packages>
4 changes: 4 additions & 0 deletions plugins/packages/repositories.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\packages.config" />
</repositories>

0 comments on commit 62e66a1

Please sign in to comment.