I'm using the latest Visual Studio 2010, with C# 3.5 and my project is working fine on my machine.
I'm using SQLite for the database, and it's just a little .db file.
What's the best way for me to package this simple little application?
What is the preferred way to create a project that's setup for deployment?