I'm looking through the TaskyPortable case study and notice that each platform has a linked reference to SQLite.Implementation.cs, yet that file (SQLite.Implementation.cs) is not "included" in the TaskyPortableLibrary project. It exists in the project's folder however. The file "SQLlist.cs" is however included in the project.
The TaskyPortableLibrary doesn't compile if I exclude SQLite.cs and include the other. So my question is where does SQLite.Implementation.cs come from?
I'm trying to model my application(s) based on the case studies and am finding these types kinds of uncertainties and they're making me second-guess my approaches.
Thanks in advance, Mike