Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87BB38CC4 for ; Sun, 28 Aug 2011 18:38:49 +0000 (UTC) Received: (qmail 87406 invoked by uid 500); 28 Aug 2011 18:38:48 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 87384 invoked by uid 500); 28 Aug 2011 18:38:48 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 87377 invoked by uid 99); 28 Aug 2011 18:38:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 18:38:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 18:38:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B63612388900; Sun, 28 Aug 2011 18:38:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sun, 28 Aug 2011 18:38:25 -0000 To: lucene-net-commits@lucene.apache.org From: digy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110828183825.B63612388900@eris.apache.org> Subject: [Lucene.Net] svn commit: r1162571 - /incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln Author: digy Date: Sun Aug 28 18:38:25 2011 New Revision: 1162571 URL: http://svn.apache.org/viewvc?rev=1162571&view=rev Log: Added IsolatedStorageDirectory to All.sln Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln?rev=1162571&r1=1162570&r2=1162571&view=diff ============================================================================== --- incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln (original) +++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/All.sln Sun Aug 28 18:38:25 2011 @@ -47,6 +47,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch.Test", "test\contrib\SimpleFacetedSearch\SimpleFacetedSearch.Test.csproj", "{D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.IsolatedStorage", "src\contrib\IsolatedStorage\Contrib.IsolatedStorage.csproj", "{7AAC492D-1526-463A-8AAE-4433577E0950}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.IsolatedStorage.Test", "test\contrib\IsolatedStorage\Contrib.IsolatedStorage.Test.csproj", "{0B1E98BF-C6B4-4C4C-8E5A-6CC72BAF208E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -145,6 +149,14 @@ Global {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Any CPU.ActiveCfg = Release|Any CPU {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Any CPU.Build.0 = Release|Any CPU + {7AAC492D-1526-463A-8AAE-4433577E0950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7AAC492D-1526-463A-8AAE-4433577E0950}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7AAC492D-1526-463A-8AAE-4433577E0950}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7AAC492D-1526-463A-8AAE-4433577E0950}.Release|Any CPU.Build.0 = Release|Any CPU + {0B1E98BF-C6B4-4C4C-8E5A-6CC72BAF208E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0B1E98BF-C6B4-4C4C-8E5A-6CC72BAF208E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B1E98BF-C6B4-4C4C-8E5A-6CC72BAF208E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B1E98BF-C6B4-4C4C-8E5A-6CC72BAF208E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE