System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: c2284c9dfbaa6b43ae8865701fffc88b79345a56
Title: Missing files prevent build
Status: Closed Type: Build_Problem
Severity: Critical Priority: Immediate
Subsystem: Build_Automation Resolution: Overcome_By_Events
Last Modified: 2014-02-07 01:12:25
Version Found In: 4429c5391ffb4987
Description:
Several files are missing in the ZIP archive download of the latest commits (tried: 4429c5391ffb4987 and 26379a6c73bcd60b) this prevents it being possible to build the solution (SQLite.Net.sln).

The missing Files in Projects are
[project: install]
app.config
install.exe.manifest
install.ico

[project: SQLite.Designer]
source.extension.vsixmanifest
SQLiteDataViewSupport2010.xml

[project: SQLite.Interop]
SR.resx

[project: System.Data.SQLite - ManagedOnly]
System.Data.SQLite - ManagedOnly - StockDebug.ruleset
System.Data.SQLite - ManagedOnly - StockRelease.ruleset

[project: System.Data.SQLite.Linq]
All the files in the folder 'SQL Generation'

[project: sqlite_msi]
topband.jpg



I'm sure these exist on someones computer... any chance they could be commited so that the latest checkins build?
thanks.

<hr /><i>anonymous added on 2011-03-16 19:31:13 UTC:</i><br />
I copied in all the current changes from the trunk here into a github project.

https://github.com/PaulS/SQLiteDotNetProvider

This is for vs2008 only, and uses sqlite 3.7.5. I would like to incorporate more bug fixes that have been posted here and there. It will build all versions, linq, designer and installer just as in 1.0.66. I did a winmerge file comparison and there are very few changes so far from 1.0.66. The designer changes are amount to a couple of class attributes. Most of the changes are in the build system, which won't build an installable version. Do a winmerge to gain some trust in this info.


<hr /><i>shane added on 2011-04-19 12:47:25 UTC:</i><br />
Core DLLs compile cleanly with release [3435896767629388b].