This is a trivial patch as MonoDevelop raised a warning about this non-existing project file.
-- Emanuele Aina Studio Associato Di Nunzio e Di Gregorio http://dndg.it/ Via Maria Vittoria, 2 10123 Torino - Italy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
>From 5f184aa122942e207be39eab6082630ac79a1e72 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <[email protected]> Date: Thu, 3 Sep 2009 23:10:03 +0200 Subject: [PATCH 3/7] Removed the reference to the old SqlMetal project --- src/DbLinq.sln | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/DbLinq.sln b/src/DbLinq.sln index f4a5f63..c6ec0e2 100644 --- a/src/DbLinq.sln +++ b/src/DbLinq.sln @@ -97,8 +97,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbLinq.Sqlite_test_mono", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbLinq.Sqlite_test_mono_strict", "DbLinq.Sqlite\Test\DbLinq.Sqlite_test_mono_strict.csproj", "{06413209-2415-4541-8033-D5AAFF778A23}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlMetal", "DbMetal\SqlMetal.csproj", "{CC64BF54-481C-4740-8135-E5972531CA7D}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug - Mono Strict|Any CPU = Debug - Mono Strict|Any CPU -- 1.6.3.3
