Return-Path: X-Original-To: apmail-lucenenet-commits-archive@www.apache.org Delivered-To: apmail-lucenenet-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 0CE6118D62 for ; Sat, 30 Apr 2016 18:51:57 +0000 (UTC) Received: (qmail 62747 invoked by uid 500); 30 Apr 2016 18:51:57 -0000 Delivered-To: apmail-lucenenet-commits-archive@lucenenet.apache.org Received: (qmail 62717 invoked by uid 500); 30 Apr 2016 18:51:56 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 62708 invoked by uid 99); 30 Apr 2016 18:51:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2016 18:51:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD033DFE04; Sat, 30 Apr 2016 18:51:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: synhershko@apache.org To: commits@lucenenet.apache.org Message-Id: <06945485d609437d9267a6b41f135e02@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucenenet git commit: Fixing naming error in test project. Date: Sat, 30 Apr 2016 18:51:56 +0000 (UTC) Repository: lucenenet Updated Branches: refs/heads/master 4db724fd1 -> 6533b77bd Fixing naming error in test project. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/6533b77b Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/6533b77b Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/6533b77b Branch: refs/heads/master Commit: 6533b77bd6c19ae6789e70e9f92f66b016d7106d Parents: 4db724f Author: wwb Authored: Sat Apr 30 08:33:33 2016 -0400 Committer: wwb Committed: Sat Apr 30 08:33:33 2016 -0400 ---------------------------------------------------------------------- Lucene.Net.sln | 26 ++++--- .../Lucene.Net.Codecs.Tests.csproj | 77 -------------------- .../Lucene.Net.Tests.Codecs.csproj | 77 ++++++++++++++++++++ 3 files changed, 91 insertions(+), 89 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6533b77b/Lucene.Net.sln ---------------------------------------------------------------------- diff --git a/Lucene.Net.sln b/Lucene.Net.sln index baeedad..56c0b05 100644 --- a/Lucene.Net.sln +++ b/Lucene.Net.sln @@ -34,8 +34,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Queries", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Codecs", "src\Lucene.Net.Codecs\Lucene.Net.Codecs.csproj", "{3F79B6D4-4359-4F83-B64F-07F4F6262425}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Codecs.Tests", "src\Lucene.Net.Tests.Codecs\Lucene.Net.Codecs.Tests.csproj", "{351B75B1-BBD5-4E32-8036-7BED4E0135A6}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Join", "src\Lucene.Net.Join\Lucene.Net.Join.csproj", "{E8A339C7-FCF6-4A72-8586-56D8961D7B99}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Grouping", "src\Lucene.Net.Grouping\Lucene.Net.Grouping.csproj", "{02BAB603-067D-48B1-AEDD-316849652568}" @@ -46,6 +44,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Analysis.Common" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Analysis.Common", "src\Lucene.Net.Tests.Analysis.Common\Lucene.Net.Tests.Analysis.Common.csproj", "{C54FE8FA-7986-4C94-B872-D5BFF7C6C74E}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Codecs", "src\Lucene.Net.Tests.Codecs\Lucene.Net.Tests.Codecs.csproj", "{351B75B1-BBD5-4E32-8036-7BED4E0135A6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -177,16 +177,6 @@ Global {3F79B6D4-4359-4F83-B64F-07F4F6262425}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {3F79B6D4-4359-4F83-B64F-07F4F6262425}.Release|Mixed Platforms.Build.0 = Release|Any CPU {3F79B6D4-4359-4F83-B64F-07F4F6262425}.Release|x86.ActiveCfg = Release|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|x86.ActiveCfg = Debug|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Any CPU.Build.0 = Release|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|x86.ActiveCfg = Release|Any CPU {E8A339C7-FCF6-4A72-8586-56D8961D7B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E8A339C7-FCF6-4A72-8586-56D8961D7B99}.Debug|Any CPU.Build.0 = Debug|Any CPU {E8A339C7-FCF6-4A72-8586-56D8961D7B99}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -243,6 +233,18 @@ Global {C54FE8FA-7986-4C94-B872-D5BFF7C6C74E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {C54FE8FA-7986-4C94-B872-D5BFF7C6C74E}.Release|Mixed Platforms.Build.0 = Release|Any CPU {C54FE8FA-7986-4C94-B872-D5BFF7C6C74E}.Release|x86.ActiveCfg = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|x86.ActiveCfg = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Debug|x86.Build.0 = Debug|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Any CPU.Build.0 = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|x86.ActiveCfg = Release|Any CPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6533b77b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Codecs.Tests.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests.Codecs/Lucene.Net.Codecs.Tests.csproj b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Codecs.Tests.csproj deleted file mode 100644 index e92c615..0000000 --- a/src/Lucene.Net.Tests.Codecs/Lucene.Net.Codecs.Tests.csproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Debug - AnyCPU - {351B75B1-BBD5-4E32-8036-7BED4E0135A6} - Library - Properties - Lucene.Net.Codecs.Tests - Lucene.Net.Codecs.Tests - v4.5.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - - - - - - - - - - - - - - {3f79b6d4-4359-4f83-b64f-07f4f6262425} - Lucene.Net.Codecs - - - {5d4ad9be-1ffb-41ab-9943-25737971bf57} - Lucene.Net - - - {b2c0d749-ce34-4f62-a15e-00cb2ff5ddb3} - Lucene.Net.TestFramework - - - {de63db10-975f-460d-af85-572c17a91284} - Lucene.Net.Tests - - - - - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6533b77b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj new file mode 100644 index 0000000..e92c615 --- /dev/null +++ b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj @@ -0,0 +1,77 @@ + + + + + Debug + AnyCPU + {351B75B1-BBD5-4E32-8036-7BED4E0135A6} + Library + Properties + Lucene.Net.Codecs.Tests + Lucene.Net.Codecs.Tests + v4.5.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll + + + + + + + + + + + + + + + + {3f79b6d4-4359-4f83-b64f-07f4f6262425} + Lucene.Net.Codecs + + + {5d4ad9be-1ffb-41ab-9943-25737971bf57} + Lucene.Net + + + {b2c0d749-ce34-4f62-a15e-00cb2ff5ddb3} + Lucene.Net.TestFramework + + + {de63db10-975f-460d-af85-572c17a91284} + Lucene.Net.Tests + + + + + + + + \ No newline at end of file