This extension provides a complete solution template for a Windows 8 sample application written in HTML/Javascript. A WinRT component written in C# is used to provide application and database layers for the Javascript application, which is mainly used as a UI layer. There is a dependency on the SQLite for Windows Runtime, available through the gallery or here:/vsgallery/23f6c55a-4909-4b1f-80b1-25792b11639e This example shows how to use a local SQLite database in conjunction with the open sourcesqlite-net project. Although this project is available using a GitHub reference, the actual source is included in the solution due to some simple enhancements made for this application. In addition, this project is particular about the target Platform when compiling,Any CPU does not seem to work. After installing this extension, you will find a new project template available under the Javascript section in the Visual StudioCreate New Project dialog. You will need to set the target Platform for all three projects (most likely tox64) before running the project. |