diff --git a/docs/deploy/mono-api-internal.html b/docs/deploy/mono-api-internal.html index 0ba9ccc20d..22f51d2c2e 100644 --- a/docs/deploy/mono-api-internal.html +++ b/docs/deploy/mono-api-internal.html @@ -476,6 +476,33 @@ mono_loader_lock (void)
Prototype: mono_gc_enable

+ +

+
mono_gc_is_finalizer_thread
+ +
gboolean +mono_gc_is_finalizer_thread (MonoThread *thread) + +
+

+Parameters +

thread:
the thread to test.
+Remarks +

+ In Mono objects are finalized asynchronously on a separate thread. + This routine tests whether the thread argument represents the + finalization thread. + +

+ Returns true if thread is the finalization thread. + +

+
+
mono_gc_out_of_memory
+ +
Prototype: mono_gc_out_of_memory
+

+

mono_gc_start_world
@@ -497,6 +524,13 @@ mono_loader_lock (void)
Prototype: mono_gc_alloc_fixed

+

+
+
mono_gc_enable_events
+ +
Prototype: mono_gc_enable_events
+

+

mono_gc_free_fixed
diff --git a/docs/deploy/mono-api-jit.html b/docs/deploy/mono-api-jit.html index f8f86ac094..b26123c17b 100644 --- a/docs/deploy/mono-api-jit.html +++ b/docs/deploy/mono-api-jit.html @@ -111,7 +111,7 @@ mono_print_method_from_ip (void *ip) This prints the name of the method at address ip in the standard output. Unlike mono_pmip which returns a string, this routine - prints the value on the standard output. + prints the value on the standard output.
diff --git a/docs/deploy/mono-api-object.html b/docs/deploy/mono-api-object.html index 18cfa0aa3c..04f57c2540 100644 --- a/docs/deploy/mono-api-object.html +++ b/docs/deploy/mono-api-object.html @@ -108,6 +108,7 @@ MonoObject* mono_object_isinst gpointer mono_object_unbox (MonoObject *obj); MonoObject* mono_object_castclass_mbyref (MonoObject *obj, MonoClass *klass); + guint mono_object_get_size (MonoObject* o); MonoObject* mono_value_box (MonoDomain *domain, MonoClass *class, @@ -422,6 +423,13 @@ mono_object_castclass_mbyref (MonoObject *obj, MonoClass *klass)
obj if obj is derived from klass, throws an exception otherwise
+
+
+
mono_object_is_alive
+ +
Prototype: mono_object_is_alive
+

+

mono_object_get_size
diff --git a/external/Lucene.Net/.gitignore b/external/Lucene.Net/.gitignore new file mode 100644 index 0000000000..cb595e7e16 --- /dev/null +++ b/external/Lucene.Net/.gitignore @@ -0,0 +1,17 @@ +# This is the git pattern ignore file for the project. +# Git can be used with svn http://code.google.com/p/msysgit/ +bin +Bin +obj +*.user +*.suo +*.bak +*.vs10x +*.VisualState.xml +*.userprefs +*.pidb +test-results +build/artifacts +build/bin +_ReSharper* +*.orig diff --git a/external/Lucene.Net/ACKNOWLEDGEMENTS.txt b/external/Lucene.Net/ACKNOWLEDGEMENTS.txt new file mode 100644 index 0000000000..8b45b38157 --- /dev/null +++ b/external/Lucene.Net/ACKNOWLEDGEMENTS.txt @@ -0,0 +1,10 @@ +The snowball stemmers in contrib/Snowball.Net/Snowball.Net/SF/Snowball +were developed by Martin Porter and Richard Boulton. + +The full snowball package is available from http://snowball.tartarus.org/ + +Apache Lucene.Net is a port of Jakarta Lucene to C#. +The port from Java to C# of version 1.4.0, 1.4.3, 1.9, 1.9.1, 2.0 and 2.1 were done +primary by George Aroush. To contact George Aroush please visit http://www.aroush.net/. +Much thanks to George + diff --git a/external/Lucene.Net/CHANGES.txt.REMOVED.git-id b/external/Lucene.Net/CHANGES.txt.REMOVED.git-id new file mode 100644 index 0000000000..74cbf29a6f --- /dev/null +++ b/external/Lucene.Net/CHANGES.txt.REMOVED.git-id @@ -0,0 +1 @@ +c0daf5afda647e912fcb3fee849f83bd5df94c39 \ No newline at end of file diff --git a/external/Lucene.Net/LICENSE.txt b/external/Lucene.Net/LICENSE.txt new file mode 100644 index 0000000000..8669b7c1d1 --- /dev/null +++ b/external/Lucene.Net/LICENSE.txt @@ -0,0 +1,271 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + +Some code in src/Lucene.Net/Util/UnicodeUtil.cs was derived from unicode +conversion examples available at http://www.unicode.org/Public/PROGRAMS/CVTUTF. + +Here is the copyright from those sources: + +/* + * Copyright 2001-2004 Unicode, Inc. + * + * Disclaimer + * + * This source code is provided as is by Unicode, Inc. No claims are + * made as to fitness for any particular purpose. No warranties of any + * kind are expressed or implied. The recipient agrees to determine + * applicability of information provided. If this file has been + * purchased on magnetic or optical media from Unicode, Inc., the + * sole remedy for any claim will be exchange of defective media + * within 90 days of receipt. + * + * Limitations on Rights to Redistribute This Code + * + * Unicode, Inc. hereby grants the right to freely use the information + * supplied in this file in the creation of products supporting the + * Unicode Standard, and to make copies of this file in any form + * for internal or external distribution as long as this notice + * remains attached. + */ + + +Some code in src/Lucene.Net/Util/ArrayUtil.cs was derived from Python 2.4.2 +sources available at http://www.python.org. + +Full license is here: + + http://www.python.org/download/releases/2.4.2/license/ + + + + +The following license applies to the Snowball's Portuguese, Hungarian, Romanian, Turkish stemmers: + +Copyright (c) 2001, Dr Martin Porter +Copyright (c) 2002, Richard Boulton +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/external/Lucene.Net/NOTICE.txt b/external/Lucene.Net/NOTICE.txt new file mode 100644 index 0000000000..528c8a372f --- /dev/null +++ b/external/Lucene.Net/NOTICE.txt @@ -0,0 +1,6 @@ +Apache Lucene.Net +Copyright 2006-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + diff --git a/external/Lucene.Net/README.txt b/external/Lucene.Net/README.txt new file mode 100644 index 0000000000..17cbb15e1c --- /dev/null +++ b/external/Lucene.Net/README.txt @@ -0,0 +1,61 @@ +Apache Lucene.Net README file + + +INTRODUCTION +------------- +Apache Lucene.Net is a C# full-text search engine. Apache Lucene.Net is not a complete application, +but rather a code library and API that can easily be used to add search capabilities to applications. + +Apache Lucene.Net is compiled against Microsoft .NET Framework 4.0 + +The Apache Lucene.Net web site is at: + http://lucenenet.apache.org + +Please join the Apache Lucene.Net-User mailing list by sending a message to: + user-subscribe@lucenenet.apache.org + + +FILES +--------------- +build/scripts + Build scripts + +build/* + Visual Studio solution files + +src/Contrib + Contributed code whihc extends and enhances Apahce Lucene.Net, but is not part of the core library + +src/core + The Lucene source code. + +src/Demo + Some example code. + +test/* + nUnit tests for Lucene.Net and Contrib projects + +DOCUMENTATION +--------------------- +MSDN style API documentation for Apache Lucene.Net exists. Those can be found at this site: + http://lucenenet.apache.org/docs/3.0.3/Index.html + + or + + http://lucenenet.apache.org/docs/3.0.3/Lucene.Net.chm + +ADDITIONAL LIBRARIES +----------------------------- +There are a number of additional libraries that various parts of Lucene.Net may depend. These are not +included in the source distribution + +These libraries can be found at: + https://svn.apache.org/repos/asf/lucene.net/tags/Lucene.Net_3_0_3_RC1/lib/ + +Libraries: + - Gallio 3.2.750 + - ICSharpCode + - Nuget + - NUnit.org + - Spatial4n + - StyleCop 4.5 \ No newline at end of file diff --git a/external/Lucene.Net/branding/font/AllerDisplay.ttf b/external/Lucene.Net/branding/font/AllerDisplay.ttf new file mode 100644 index 0000000000..9c5a761f95 Binary files /dev/null and b/external/Lucene.Net/branding/font/AllerDisplay.ttf differ diff --git a/external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id b/external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id new file mode 100644 index 0000000000..64947767af --- /dev/null +++ b/external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id @@ -0,0 +1 @@ +40e9c69dcc94cc12c5560419cc83e8bcb3b81e6b \ No newline at end of file diff --git a/external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id b/external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id new file mode 100644 index 0000000000..f47fd3c0ee --- /dev/null +++ b/external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id @@ -0,0 +1 @@ +67fd98292ca8f5ad49414ae37c537bb4524aff6b \ No newline at end of file diff --git a/external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id b/external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id new file mode 100644 index 0000000000..97970fb326 --- /dev/null +++ b/external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id @@ -0,0 +1 @@ +c60a324123eaaeab58c400c139bcabbc6d0d2a9f \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/favicon.ico b/external/Lucene.Net/branding/logo/favicon.ico new file mode 100644 index 0000000000..3f0f9b99de Binary files /dev/null and b/external/Lucene.Net/branding/logo/favicon.ico differ diff --git a/external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id new file mode 100644 index 0000000000..8a06f31b38 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id @@ -0,0 +1 @@ +4f446f2fe625b2834884b1aadc5eede9826edb1d \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id new file mode 100644 index 0000000000..475c5b7790 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id @@ -0,0 +1 @@ +c1e23562f4b0cd4d4f2e0f89a42b567b99077077 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-L.png b/external/Lucene.Net/branding/logo/lucene-net-L.png new file mode 100644 index 0000000000..48df616250 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-L.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-L.svg b/external/Lucene.Net/branding/logo/lucene-net-L.svg new file mode 100644 index 0000000000..b4cb557bef --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-L.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id new file mode 100644 index 0000000000..fb4a3e0119 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id @@ -0,0 +1 @@ +6bd2db8fe38fcdb84bee4df77770c3f7f35915b1 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png b/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png new file mode 100644 index 0000000000..66e6ba3905 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.ai.REMOVED.git-id new file mode 100644 index 0000000000..023caa454e --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.ai.REMOVED.git-id @@ -0,0 +1 @@ +a0ba56e6245d37c9bf43fd82e6b2a92dfaff1264 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.png b/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.png new file mode 100644 index 0000000000..a2de7d89d2 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.ai.REMOVED.git-id new file mode 100644 index 0000000000..b1284e1110 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.ai.REMOVED.git-id @@ -0,0 +1 @@ +a7e57eb5276d63915973b5f3422b9fe010bcca60 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.png b/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.png new file mode 100644 index 0000000000..b0a3c112aa Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-color.png b/external/Lucene.Net/branding/logo/lucene-net-color.png new file mode 100644 index 0000000000..d6106f90a7 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-color.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-color.svg b/external/Lucene.Net/branding/logo/lucene-net-color.svg new file mode 100644 index 0000000000..9dcbc0a9b8 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-color.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net-grayscale.png b/external/Lucene.Net/branding/logo/lucene-net-grayscale.png new file mode 100644 index 0000000000..c2395afd10 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-grayscale.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg b/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg new file mode 100644 index 0000000000..bbecb0bc33 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-128.png b/external/Lucene.Net/branding/logo/lucene-net-icon-128.png new file mode 100644 index 0000000000..e010c0cf05 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-128.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-128x128.png b/external/Lucene.Net/branding/logo/lucene-net-icon-128x128.png new file mode 100644 index 0000000000..85cbdee401 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-128x128.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-256.png b/external/Lucene.Net/branding/logo/lucene-net-icon-256.png new file mode 100644 index 0000000000..1b1663fcdd Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-256.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-256x256.png b/external/Lucene.Net/branding/logo/lucene-net-icon-256x256.png new file mode 100644 index 0000000000..017c7d1b8e Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-256x256.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-32.png b/external/Lucene.Net/branding/logo/lucene-net-icon-32.png new file mode 100644 index 0000000000..6c6607be4e Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-32.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-32x32.png b/external/Lucene.Net/branding/logo/lucene-net-icon-32x32.png new file mode 100644 index 0000000000..227b7cea40 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-32x32.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-512.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-icon-512.ai.REMOVED.git-id new file mode 100644 index 0000000000..b560874964 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-icon-512.ai.REMOVED.git-id @@ -0,0 +1 @@ +1b519a257237cc5a7876a18e4d84da345db9736d \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-512x256.png b/external/Lucene.Net/branding/logo/lucene-net-icon-512x256.png new file mode 100644 index 0000000000..5f2c671a40 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-512x256.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-512x512.png b/external/Lucene.Net/branding/logo/lucene-net-icon-512x512.png new file mode 100644 index 0000000000..d14d5ae905 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-512x512.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-64.png b/external/Lucene.Net/branding/logo/lucene-net-icon-64.png new file mode 100644 index 0000000000..b2479eb9b7 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-64.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-64x64.png b/external/Lucene.Net/branding/logo/lucene-net-icon-64x64.png new file mode 100644 index 0000000000..19abadff1d Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon-64x64.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon.ico b/external/Lucene.Net/branding/logo/lucene-net-icon.ico new file mode 100644 index 0000000000..3f0f9b99de Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-icon.ico differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-not-outlined.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-not-outlined.ai.REMOVED.git-id new file mode 100644 index 0000000000..208f376492 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-not-outlined.ai.REMOVED.git-id @@ -0,0 +1 @@ +e1051362ee5f7f32e03e5d7c08dcfcc48a135a53 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-reverse-color.png b/external/Lucene.Net/branding/logo/lucene-net-reverse-color.png new file mode 100644 index 0000000000..f69aecfb85 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-reverse-color.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-reverse-color.svg b/external/Lucene.Net/branding/logo/lucene-net-reverse-color.svg new file mode 100644 index 0000000000..3883781170 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-reverse-color.svg @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png b/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png new file mode 100644 index 0000000000..4507878a60 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.svg b/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.svg new file mode 100644 index 0000000000..d569a6c95a --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net-words.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net-words.ai.REMOVED.git-id new file mode 100644 index 0000000000..796f77b4c5 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-words.ai.REMOVED.git-id @@ -0,0 +1 @@ +fea18da569af3cdadee4847c8abb192bc1e6fc0c \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net-words.png b/external/Lucene.Net/branding/logo/lucene-net-words.png new file mode 100644 index 0000000000..4fd7899a38 Binary files /dev/null and b/external/Lucene.Net/branding/logo/lucene-net-words.png differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-words.svg b/external/Lucene.Net/branding/logo/lucene-net-words.svg new file mode 100644 index 0000000000..54eae9388a --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net-words.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/branding/logo/lucene-net.ai.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net.ai.REMOVED.git-id new file mode 100644 index 0000000000..1df9e2b674 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net.ai.REMOVED.git-id @@ -0,0 +1 @@ +8ad064f686e93b3444d04495435f39ec27ff7c77 \ No newline at end of file diff --git a/external/Lucene.Net/branding/logo/lucene-net.psd.REMOVED.git-id b/external/Lucene.Net/branding/logo/lucene-net.psd.REMOVED.git-id new file mode 100644 index 0000000000..faa7198a75 --- /dev/null +++ b/external/Lucene.Net/branding/logo/lucene-net.psd.REMOVED.git-id @@ -0,0 +1 @@ +0e9db3525f053dbca8434fbe4327682977be1be9 \ No newline at end of file diff --git a/external/Lucene.Net/build.cmd b/external/Lucene.Net/build.cmd new file mode 100644 index 0000000000..c6b928455f --- /dev/null +++ b/external/Lucene.Net/build.cmd @@ -0,0 +1,27 @@ +@echo off +REM License Block +GOTO LicenseEnd + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +:LicenseEnd + +SET TARGETS=simple +SET AREA=all +SET CONFIGURATION=Release +IF [%1] NEQ [] SET TARGETS=%1 +IF [%2] NEQ [] SET AREA=%2 +IF [%3] NEQ [] SET CONFIGURATION=%3 + +%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build/scripts/build.targets /t:%TARGETS% /p:BuildArea=%AREA% /p:Configuration=%Configuration% /nologo \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/All/Lucene.Net.nuspec b/external/Lucene.Net/build/scripts/All/Lucene.Net.nuspec new file mode 100644 index 0000000000..997b5b962e --- /dev/null +++ b/external/Lucene.Net/build/scripts/All/Lucene.Net.nuspec @@ -0,0 +1,41 @@ + + + + + Lucene.Net.All + $version$ + Lucene.Net All + Lucene.Net Community + The Apache Software Foundation + http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png + http://www.apache.org/licenses/LICENSE-2.0.html + http://lucenenet.apache.org/ + false + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + +**This package installs the Lucene.Net.Core & Lucene.Net.Contrib packages. + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + lucene.net core search information retrieval lucene apache + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/All/document.targets b/external/Lucene.Net/build/scripts/All/document.targets new file mode 100644 index 0000000000..08e262d600 --- /dev/null +++ b/external/Lucene.Net/build/scripts/All/document.targets @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lucene.Net + Lucene.Net Class Libraries + ..\artifacts\all\working\ + ..\artifacts\all\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/All/project.targets b/external/Lucene.Net/build/scripts/All/project.targets new file mode 100644 index 0000000000..f9ebcc3ca1 --- /dev/null +++ b/external/Lucene.Net/build/scripts/All/project.targets @@ -0,0 +1,54 @@ + + + + + + + Lucene.Net.nuspec + Lucene.Net.Contrib.nuspec + + + + $(BuildFolder)\artifacts\all + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Analyzers/document.targets b/external/Lucene.Net/build/scripts/Analyzers/document.targets new file mode 100644 index 0000000000..d97452ac46 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Analyzers/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Analyzers + Analyzers Class Library + ..\artifacts\Analyzers\working\ + ..\artifacts\Analyzers\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Analyzers/project.targets b/external/Lucene.Net/build/scripts/Analyzers/project.targets new file mode 100644 index 0000000000..85ec04dbc8 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Analyzers/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Analyzers\$(Configuration) + + + $(BinFolder)\contrib\Analyzers\$(Configuration) + $(BuildFolder)\artifacts\Analyzers + "$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.Test.dll" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Contrib-Core/document.targets b/external/Lucene.Net/build/scripts/Contrib-Core/document.targets new file mode 100644 index 0000000000..781abea9d2 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Contrib-Core/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Core + Core Class Library + ..\artifacts\Core\working\ + ..\artifacts\Core\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Contrib-Core/project.targets b/external/Lucene.Net/build/scripts/Contrib-Core/project.targets new file mode 100644 index 0000000000..7cd602f2bd --- /dev/null +++ b/external/Lucene.Net/build/scripts/Contrib-Core/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Core\$(Configuration) + + + $(BinFolder)\contrib\Core\$(Configuration) + $(BuildFolder)\artifacts\Contrib-Core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Contrib/Lucene.Net.Contrib.nuspec b/external/Lucene.Net/build/scripts/Contrib/Lucene.Net.Contrib.nuspec new file mode 100644 index 0000000000..483abb48d3 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Contrib/Lucene.Net.Contrib.nuspec @@ -0,0 +1,62 @@ + + + + + Lucene.Net.Contrib + $version$ + Lucene.Net Contrib + Lucene.Net Community + The Apache Software Foundation + http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png + http://www.apache.org/licenses/LICENSE-2.0.html + http://lucenenet.apache.org/ + false + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + +**This package contains only the contrib Lucene.Net assemblies. + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + lucene.net core search information retrieval lucene apache + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Contrib/document.targets b/external/Lucene.Net/build/scripts/Contrib/document.targets new file mode 100644 index 0000000000..962820c39e --- /dev/null +++ b/external/Lucene.Net/build/scripts/Contrib/document.targets @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lucene.Net.Contrib + Lucene.Net.Contrib Class Libraries + ..\artifacts\contrib\working\ + ..\artifacts\contrib\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Contrib/project.targets b/external/Lucene.Net/build/scripts/Contrib/project.targets new file mode 100644 index 0000000000..e8d3a25f57 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Contrib/project.targets @@ -0,0 +1,72 @@ + + + + + + Lucene.Net.Contrib.nuspec + Lucene.Net.Spatial.NTS.nuspec + + + $(BuildFolder)\artifacts\contrib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Core/Lucene.Net.Core.nuspec b/external/Lucene.Net/build/scripts/Core/Lucene.Net.Core.nuspec new file mode 100644 index 0000000000..21920885dc --- /dev/null +++ b/external/Lucene.Net/build/scripts/Core/Lucene.Net.Core.nuspec @@ -0,0 +1,42 @@ + + + + + Lucene.Net.Core + $version$ + Lucene.Net Core + Lucene.Net Community + The Apache Software Foundation + http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png + http://www.apache.org/licenses/LICENSE-2.0.html + http://lucenenet.apache.org/ + false + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + +This package contains only the core Lucene.Net assembly. + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + lucene.net core search information retrieval lucene apache + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Core/document.targets b/external/Lucene.Net/build/scripts/Core/document.targets new file mode 100644 index 0000000000..797392e67c --- /dev/null +++ b/external/Lucene.Net/build/scripts/Core/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Core + Lucene.Net.Core Class Library + ..\artifacts\core\working\ + ..\artifacts\core\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Core/project.targets b/external/Lucene.Net/build/scripts/Core/project.targets new file mode 100644 index 0000000000..f7ab1e1dd3 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Core/project.targets @@ -0,0 +1,75 @@ + + + + + + $(BinFolder)\core\$(Configuration) + Lucene.Net.Core.nuspec + + + $(BinFolder)\core\$(Configuration) + $(BuildFolder)\artifacts\core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/CustomDictionary.xml b/external/Lucene.Net/build/scripts/CustomDictionary.xml new file mode 100644 index 0000000000..e00d9f1f98 --- /dev/null +++ b/external/Lucene.Net/build/scripts/CustomDictionary.xml @@ -0,0 +1,31 @@ + + + + + + + Lucene + Util + Num + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/FastVectorHighlighter/document.targets b/external/Lucene.Net/build/scripts/FastVectorHighlighter/document.targets new file mode 100644 index 0000000000..2793a9c483 --- /dev/null +++ b/external/Lucene.Net/build/scripts/FastVectorHighlighter/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.FastVectorHighlighter + FastVectorHighlighter Class Library + ..\artifacts\FastVectorHighlighter\working\ + ..\artifacts\FastVectorHighlighter\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/FastVectorHighlighter/project.targets b/external/Lucene.Net/build/scripts/FastVectorHighlighter/project.targets new file mode 100644 index 0000000000..778532912c --- /dev/null +++ b/external/Lucene.Net/build/scripts/FastVectorHighlighter/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\FastVectorHighlighter\$(Configuration) + + + $(BinFolder)\contrib\FastVectorHighlighter\$(Configuration) + $(BuildFolder)\artifacts\FastVectorHighlighter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Highlighter/document.targets b/external/Lucene.Net/build/scripts/Highlighter/document.targets new file mode 100644 index 0000000000..8e48c12c4f --- /dev/null +++ b/external/Lucene.Net/build/scripts/Highlighter/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Highlighter + Highlighter Class Library + ..\artifacts\Highlighter\working\ + ..\artifacts\Highlighter\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Highlighter/project.targets b/external/Lucene.Net/build/scripts/Highlighter/project.targets new file mode 100644 index 0000000000..4802ee80a1 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Highlighter/project.targets @@ -0,0 +1,65 @@ + + + + + + $(BinFolder)\contrib\Highlighter\$(Configuration) + + + $(BinFolder)\contrib\Highlighter\$(Configuration) + $(BuildFolder)\artifacts\Highlighter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Memory/document.targets b/external/Lucene.Net/build/scripts/Memory/document.targets new file mode 100644 index 0000000000..713ffce78c --- /dev/null +++ b/external/Lucene.Net/build/scripts/Memory/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Memory + Memory Class Library + ..\artifacts\Memory\working\ + ..\artifacts\Memory\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Memory/project.targets b/external/Lucene.Net/build/scripts/Memory/project.targets new file mode 100644 index 0000000000..8c302e9504 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Memory/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Memory\$(Configuration) + + + $(BinFolder)\contrib\Memory\$(Configuration) + $(BuildFolder)\artifacts\Memory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Queries/document.targets b/external/Lucene.Net/build/scripts/Queries/document.targets new file mode 100644 index 0000000000..8209b4faf9 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Queries/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Queries + Queries Class Library + ..\artifacts\Queries\working\ + ..\artifacts\Queries\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Queries/project.targets b/external/Lucene.Net/build/scripts/Queries/project.targets new file mode 100644 index 0000000000..f16fd8cb57 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Queries/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Queries\$(Configuration) + + + $(BinFolder)\contrib\Queries\$(Configuration) + $(BuildFolder)\artifacts\Queries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Regex/document.targets b/external/Lucene.Net/build/scripts/Regex/document.targets new file mode 100644 index 0000000000..59d721c32e --- /dev/null +++ b/external/Lucene.Net/build/scripts/Regex/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Regex + Regex Class Library + ..\artifacts\Regex\working\ + ..\artifacts\Regex\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Regex/project.targets b/external/Lucene.Net/build/scripts/Regex/project.targets new file mode 100644 index 0000000000..7ce0e62b56 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Regex/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Regex\$(Configuration) + + + $(BinFolder)\contrib\Regex\$(Configuration) + $(BuildFolder)\artifacts\Regex + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/SimpleFacetedSearch/document.targets b/external/Lucene.Net/build/scripts/SimpleFacetedSearch/document.targets new file mode 100644 index 0000000000..115277b876 --- /dev/null +++ b/external/Lucene.Net/build/scripts/SimpleFacetedSearch/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.SimpleFacetedSearch + SimpleFacetedSearch Class Library + ..\artifacts\SimpleFacetedSearch\working\ + ..\artifacts\SimpleFacetedSearch\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/SimpleFacetedSearch/project.targets b/external/Lucene.Net/build/scripts/SimpleFacetedSearch/project.targets new file mode 100644 index 0000000000..2d7c16f362 --- /dev/null +++ b/external/Lucene.Net/build/scripts/SimpleFacetedSearch/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\SimpleFacetedSearch\$(Configuration) + + + $(BinFolder)\contrib\SimpleFacetedSearch\$(Configuration) + $(BuildFolder)\artifacts\SimpleFacetedSearch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Snowball/document.targets b/external/Lucene.Net/build/scripts/Snowball/document.targets new file mode 100644 index 0000000000..9bbb52ee05 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Snowball/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Snowball + Snowball Class Library + ..\artifacts\Snowball\working\ + ..\artifacts\Snowball\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Snowball/project.targets b/external/Lucene.Net/build/scripts/Snowball/project.targets new file mode 100644 index 0000000000..f13e277189 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Snowball/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Snowball\$(Configuration) + + + $(BinFolder)\contrib\Snowball\$(Configuration) + $(BuildFolder)\artifacts\Snowball + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial.NTS/Lucene.Net.Spatial.NTS.nuspec b/external/Lucene.Net/build/scripts/Spatial.NTS/Lucene.Net.Spatial.NTS.nuspec new file mode 100644 index 0000000000..21a3ee9ae1 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial.NTS/Lucene.Net.Spatial.NTS.nuspec @@ -0,0 +1,43 @@ + + + + + Lucene.Net.Spatial.NTS + $version$ + Lucene.Net Spatial Contrib with NTS support + Lucene.Net Community + The Apache Software Foundation + http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png + http://www.apache.org/licenses/LICENSE-2.0.html + http://lucenenet.apache.org/ + false + Adds support for advanced geo-spatial searches to Lucene.Net 3.0.3, including polygon searches and other WKT shapes. Bundled with NetTopologySuite for performing advanced geometry operations. + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + lucene.net core search information retrieval lucene apache spatial spatial4n spatial4j nts nettopologysuite WKT polygon + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial.NTS/document.targets b/external/Lucene.Net/build/scripts/Spatial.NTS/document.targets new file mode 100644 index 0000000000..510591d451 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial.NTS/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Spatial.NTS + Spatial.NTS Class Library + ..\artifacts\Spatial.NTS\working\ + ..\artifacts\Spatial.NTS\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial.NTS/project.targets b/external/Lucene.Net/build/scripts/Spatial.NTS/project.targets new file mode 100644 index 0000000000..b73ba78cc0 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial.NTS/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Spatial.NTS\$(Configuration) + + + $(BinFolder)\contrib\Spatial.NTS\$(Configuration) + $(BuildFolder)\artifacts\Spatial.NTS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial/Lucene.Net.Spatial.nuspec b/external/Lucene.Net/build/scripts/Spatial/Lucene.Net.Spatial.nuspec new file mode 100644 index 0000000000..bc6d4f057d --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial/Lucene.Net.Spatial.nuspec @@ -0,0 +1,43 @@ + + + + + Lucene.Net.Spatial + $version$ + Lucene.Net Spatial Contrib + Lucene.Net Community + The Apache Software Foundation + http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png + http://www.apache.org/licenses/LICENSE-2.0.html + http://lucenenet.apache.org/ + false + Adds support for geo-spatial searches to Lucene.Net 3.0.3 + Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. + lucene.net core search information retrieval lucene apache spatial spatial4n spatial4j + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial/document.targets b/external/Lucene.Net/build/scripts/Spatial/document.targets new file mode 100644 index 0000000000..da98b93257 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.Spatial + Spatial Class Library + ..\artifacts\Spatial\working\ + ..\artifacts\Spatial\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/Spatial/project.targets b/external/Lucene.Net/build/scripts/Spatial/project.targets new file mode 100644 index 0000000000..63b40b3cc4 --- /dev/null +++ b/external/Lucene.Net/build/scripts/Spatial/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\Spatial\$(Configuration) + + + $(BinFolder)\contrib\Spatial\$(Configuration) + $(BuildFolder)\artifacts\Spatial + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/SpellChecker/document.targets b/external/Lucene.Net/build/scripts/SpellChecker/document.targets new file mode 100644 index 0000000000..1dff4fd995 --- /dev/null +++ b/external/Lucene.Net/build/scripts/SpellChecker/document.targets @@ -0,0 +1,31 @@ + + + + + + + + + Lucene.Net.Contrib.SpellChecker + SpellChecker Class Library + ..\artifacts\SpellChecker\working\ + ..\artifacts\SpellChecker\docs\ + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/SpellChecker/project.targets b/external/Lucene.Net/build/scripts/SpellChecker/project.targets new file mode 100644 index 0000000000..ebff0d4566 --- /dev/null +++ b/external/Lucene.Net/build/scripts/SpellChecker/project.targets @@ -0,0 +1,66 @@ + + + + + + $(BinFolder)\contrib\SpellChecker\$(Configuration) + + + $(BinFolder)\contrib\SpellChecker\$(Configuration) + $(BuildFolder)\artifacts\SpellChecker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/build.cmd b/external/Lucene.Net/build/scripts/build.cmd new file mode 100644 index 0000000000..b6010b9879 --- /dev/null +++ b/external/Lucene.Net/build/scripts/build.cmd @@ -0,0 +1,25 @@ +@echo off +REM License Block +GOTO LicenseEnd + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +:LicenseEnd + +SET TARGETS=all +SET AREA=all +IF [%1] NEQ [] SET TARGETS=%1 +IF [%2] NEQ [] SET AREA=%2 + +%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.targets /t:%TARGETS% /p:BuildArea=%AREA% /nologo \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/build.sh b/external/Lucene.Net/build/scripts/build.sh new file mode 100644 index 0000000000..6edacfdd97 --- /dev/null +++ b/external/Lucene.Net/build/scripts/build.sh @@ -0,0 +1,47 @@ +#!/bin/bash +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +TARGETS="all" +BuildArea="all" +Configuration="debug" +if [ -n "$1" ] + then + TARGETS=$1 +fi +if [ "$#" -gt "1" ] + then + TARGETS=${!#} +fi +if [ $# -eq 2 ] + then + BuildArea="$1" +fi +if [ $# -eq 3 ] + then + BuildArea="$1" + Configuration="$2" +fi + +echo "commands will target projects: $BuildArea" +echo "commands will target the configuration: $Configuration" +export $BuildArea +export $Configuration + +ROOT=$(dirname $0) +export NETFRAMEWORK="mono" +export TEMP=$ROOT/tmp + +MONO_IOMAP=case xbuild $ROOT/build.xml /t:$TARGETS \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/build.targets b/external/Lucene.Net/build/scripts/build.targets new file mode 100644 index 0000000000..c05e0924b7 --- /dev/null +++ b/external/Lucene.Net/build/scripts/build.targets @@ -0,0 +1,149 @@ + + + + + + + Debug + Release + all + + + $(TEMP) + $(MSBuildProjectDirectory)\.. + $(MSBuildProjectDirectory) + $(MSBuildProjectDirectory)\..\..\ + + + + + $(BuildFolder)\bin + $(RootFolder)src + $(RootFolder)test + $(RootFolder)lib + $(RootFolder)lib + + + $(LibFolder)\Nuget\NuGet.exe pack + -Version $(Version) -OutputDirectory + + + + + mono + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/docs.shfbproj b/external/Lucene.Net/build/scripts/docs.shfbproj new file mode 100644 index 0000000000..967057d413 --- /dev/null +++ b/external/Lucene.Net/build/scripts/docs.shfbproj @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + $(MSBuildProgramFiles32) + + + $(ProgramFiles32)\EWSoftware\Sandcastle Help File Builder + + + + Debug + AnyCPU + 2.0 + {f57dd4a8-d22e-43fd-87de-2ba22a54564d} + 1.9.3.0 + + Documentation + Documentation + Documentation + + + en-US + C:\Program Files (x86)\Sandcastle\ + + + + HtmlHelp1, Website + False + False + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/dot-net-tools.targets b/external/Lucene.Net/build/scripts/dot-net-tools.targets new file mode 100644 index 0000000000..45ccca168f --- /dev/null +++ b/external/Lucene.Net/build/scripts/dot-net-tools.targets @@ -0,0 +1,192 @@ + + + + + + NUnit.org/NUnit/2.5.9/bin/net-2.0 + Gallio.3.2.750 + + + + + $(MSBuildProgramFiles32) + + GALLIO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/mono-tools.targets b/external/Lucene.Net/build/scripts/mono-tools.targets new file mode 100644 index 0000000000..a46447ff50 --- /dev/null +++ b/external/Lucene.Net/build/scripts/mono-tools.targets @@ -0,0 +1,46 @@ + + + + + + NUnit.2.5.10.11092 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/rules.fxcop b/external/Lucene.Net/build/scripts/rules.fxcop new file mode 100644 index 0000000000..6b237a7388 --- /dev/null +++ b/external/Lucene.Net/build/scripts/rules.fxcop @@ -0,0 +1,143 @@ + + + + + True + $(FxCopDir)\Xml\FxCopReport.xsl + + + + + + True + True + True + 40 + 40 + + False + + False + 120 + True + + + + $(ProjectDir)/../bin/core/Debug/ + $(ProjectDir)/../bin/core/Debug/ + $(ProjectDir)/../../packages/PortableLibrary/ + $(ProjectDir)/../../PortableLibrary/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/build/scripts/rules.stylecop b/external/Lucene.Net/build/scripts/rules.stylecop new file mode 100644 index 0000000000..7f0da4aae7 --- /dev/null +++ b/external/Lucene.Net/build/scripts/rules.stylecop @@ -0,0 +1,48 @@ + + + + + + + + \.g\.cs$ + \.generated\.cs$ + \.g\.i\.cs$ + + + + + + + + + as + do + id + if + in + is + my + no + on + to + ui + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/template.shfbproj b/external/Lucene.Net/build/scripts/template.shfbproj new file mode 100644 index 0000000000..c27a3b6280 --- /dev/null +++ b/external/Lucene.Net/build/scripts/template.shfbproj @@ -0,0 +1,93 @@ + + + + + + + + Debug + AnyCPU + 2.0 + {f57dd4a8-d22e-43fd-87de-2ba22a54564d} + 1.9.3.0 + + Documentation + Documentation + Documentation + + ..\artifacts\docs\ + Lucene.Net + en-US + + + + + C:\Program Files (x86)\Sandcastle\ + + + + ..\artifacts\working\ + HtmlHelp1, Website + Lucene.Net Class Library + False + False + + + + + + + + + + + + + + + + + + + + + ..\..\packages\PortableLibrary\mscorlib.dll + + + ..\..\packages\PortableLibrary\System.dll + + + ..\..\packages\PortableLibrary\System.Core.dll + + + ..\..\packages\PortableLibrary\System.Net.dll + + + ..\..\packages\PortableLibrary\System.Xml.dll + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/user.targets b/external/Lucene.Net/build/scripts/user.targets new file mode 100644 index 0000000000..501f9124c3 --- /dev/null +++ b/external/Lucene.Net/build/scripts/user.targets @@ -0,0 +1,92 @@ + + + + + + + Debug + Release + all + core + contrib + bin + src + test + lib + + lib\NUnit.org\NUnit\2.5.9\bin\net-2.0\ + $(TEMP) + $(MSBuildProjectDirectory) + $(MSBuildProjectDirectory)\..\..\ + + + + + + mono + + + + $(RootFolder)$(SourceFolder)\$(LuceneFolder)\ + $(RootFolder)$(TestFolder)\$(LuceneFolder)\ + $(RootFolder)$(BinFolder)\$(LuceneFolder)\ + $(RootFolder)$(SourceFolder)\$(ContribFolder)\ + $(RootFolder)$(TestFolder)\$(ContribFolder)\ + $(RootFolder)$(BinFolder)\$(ContribFolder)\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/validate-tool-chain.ps1 b/external/Lucene.Net/build/scripts/validate-tool-chain.ps1 new file mode 100644 index 0000000000..940fc35a55 --- /dev/null +++ b/external/Lucene.Net/build/scripts/validate-tool-chain.ps1 @@ -0,0 +1,304 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# +# NOTICE: This script could mess up your development box. Use with extreme +# caution. Better yet, test this on a non-production env vm before attempting +# to use it on any box you consider important. +# +# +# This is essentially a devopts script for installing tools that are needed for +# the Lucene.NEt build scripts to run CI on windows. +# +# The script could use some refactoring and has the need to +# increase its functionality for version & better error checking. +# +# However it is a good alternative to having to remember where to +# certain download software packages from or what to execute after the install. +# +# This could also be handy for setting up new dev machines on windows 8 previews. +# +# When Co-App is finally released and is considered stable, we could potentially +# replace this script with that. +# http://coapp.org/ + +function Get-ScriptDirectory +{ + $script = (Get-Variable MyInvocation -Scope 1).Value + Split-Path $script.MyCommand.Path +} + +$cd = Get-ScriptDirectory; + +$Folder64 = $Env:ProgramFiles; +$Folder32 = ${Env:ProgramFiles(x86)}; + +$RequireWin7_1 = $false; +$RequireFxCop10 = $false; +$RequireSHFB = $false; +$RequireNCover = $false; + +echo $Folder32; + +$FindWin7_1 = Test-Path ($Folder64 + "\Microsoft SDKs\Windows\v7.1"); +if($FindWin7_1 -eq $false) { + $FindWin7_1 = Test-Path ($Folder32 + "\Microsoft SDKs\Windows\v7.1"); +} + +if($FindWin7_1 -eq $false) { + echo "Windows 7.1 SDK ..Not installed in its expected location."; + $RequireWin7_1 = $true; +} else { + echo "Windows 7.1 SDK ..Found."; +} + +$FindFxCop10 = Test-Path($Folder32 + "\Microsoft Fxcop 10.0"); + +if($FindFxCop10 -eq $false) { + echo "Fx Cop 10 is not installed in its expected location."; + $RequireFxCop10 = $true; +} else { + echo "Fx Cop 10 ..Found."; +} + +$FindNCover = Test-Path ($Folder32 + "\NCover\NCover.Console.exe"); +if($FindNCover -eq $false) { + echo "NCover is not installed in its expected location."; + $RequireNCover = $true; +} else { + echo "NCover ..Found."; +} + +$FindSHFB = Test-Path ($Folder32 + "\EWSoftware\Sandcastle Help File Builder"); + +if($FindSHFB -eq $false) { + echo "Sandcastle Help File Builder is not installed in its expected location."; + $RequireSFHB = $true; +} else { + echo "Sandcastle Help File Builder ..Found."; +} + +Function PromptForSHFBInstall +{ + $process = read-host "Do you want to download and install SandCastle Help File Builder ? (Y) or (N)"; + if($process -eq "Y") + { + + $license = Read-Host "Do you agree to reading and accepting the ms-pl license http://www.opensource.org/licenses/MS-PL ? (Y) or (N)"; + + if($license -eq "Y") + { + [System.Reflection.Assembly]::LoadFrom((Join-Path ($cd) "..\..\lib\ICSharpCode\SharpZipLib\0.85\ICSharpCode.SharpZipLib.dll")); + $zip = New-Object ICSharpCode.SharpZipLib.Zip.FastZip + $client = new-object System.Net.WebClient; + $SHFBUrl = "http://download.codeplex.com/Download?ProjectName=shfb&DownloadId=214182&FileTime=129456589216470000&Build=18101"; + $SHFBFileName = Join-Path $home Downloads\SHFBGuidedInstallation.zip; + $SHFBFileNameExtract = Join-Path $home Downloads\SHFBGuidedInstallation; + [System.Net.GlobalProxySelection]::Select = [System.Net.GlobalProxySelection]::GetEmptyWebProxy(); + trap { $error[0].Exception.ToString() } + + $exists = Test-Path $SHFBFileName; + if($exists -eq $false) + { + echo ("Downloading SHFB to " + $SHFBFileName); + $client.DownloadFile($SHFBUrl,$SHFBFileName); + } + + $exists = Test-Path $SHFBFileNameExtract; + if($exists -eq $false) + { + echo ("Extracting SHFB to " + $SHFBFileNameExtract); + $zip.ExtractZip($SHFBFileName, $SHFBFileNameExtract, $null); + } + + + echo ("Installing SHFB..."); + $installer = Join-Path $HOME Downloads\SHFBGuidedInstallation\SandCastleInstaller.exe + + + trap [Exception] { + echo $_.Exception.Message; + return; + } + & $installer | Out-Null + + if($LASTEXITCODE -eq 0) + { + echo "SHFB was installed" ; + } else { + echo "SHFB installation failed."; + return; + } + + echo ("Deleting SHFB Zip"); + del $SHFBFileName; + + echo ("Deleteing Extracted Files..."); + del $SHFBFileNameExtract; + } + else + { + echo "SandCastle Help File Builder install aborted."; + } + } +} + +Function PromptForWinSdk7_1Install +{ + $process = read-host "Do you want to download and install Windows Sdk 7.1 ? (Y) or (N)"; + if($process -eq "Y") + { + $client = new-object System.Net.WebClient; + $WinSdk7_1Url = "http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe"; + $WinSdk7_1FileName = Join-Path $home Downloads\winsdk_web.exe; + [System.Net.GlobalProxySelection]::Select = [System.Net.GlobalProxySelection]::GetEmptyWebProxy(); + trap { $error[0].Exception.ToString() } + + $exists = Test-Path $WinSdk7_1FileName; + if($exists -eq $false) + { + echo ("Downloading Win Sdk 7.1 to " + $WinSdk7_1FileName); + $client.DownloadFile($WinSdk7_1Url,$WinSdk7_1FileName); + } + + + echo ("Installing Win Sdk 7.1 ..."); + $installer = $WinSdk7_1FileName; + trap [Exception] { + echo $_.Exception.Message; + return; + } + + & $installer + + echo "Attempting to setup Win Sdk Version..."; + $verExe = "C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\WindowsSdkVer.exe"; + $verExeExists = Test-Path $verExe; + + + echo "Say yes to the next next two prompts if you wish to set WindowsSdkVer to -version:v7.1 ..."; + if($verExeExists) + { + $p = [diagnostics.process]::Start($verExe, " -version:v7.1"); + + trap [Exception] { + echo ("Most likely this action was cancelled by you.: " + $_.Exception.Message); + return; + } + + $p.WaitForExit() | out-null + if($LASTEXITCODE -eq 0) + { + echo "Win Sdk 7.1 was installed" ; + } else { + echo "Win Sdk 7.1 failed."; + return; + } + + + } else { + echo ($verExe + "was not found.") + } + + echo ("Deleteing installer..."); + del $WinSdk7_1FileName; + $RequireWin7_1 = $false; + + } + else + { + echo "Win Sdk 7.1 install aborted."; + } + +} + +Function PromptForFxCop10Install() +{ + $process = read-host "Do you want to install FxCop 10.0 (WinSdk 7.1 is required)? (Y) or (N)"; + if($process -eq "Y") + { + $fxCopExe = "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\FXCop\FxCopSetup.exe"; + $fxCopExeExists = Test-Path $fxCopExe; + + if($fxCopExeExists -eq $true) + { + trap [Exception] { + echo $_.Exception.Message; + return; + } + & $fxCopExe; + + } else { + echo ("The installer for fxcop 10 was not found at its expected location: " + $fxCopExe); + return; + } + } +} + +Function PromptForNCoverInstall() +{ + $process = read-host "NCover is not free, you are responsible for obtaining your own license. Do you want to install NCover ? (Y) or (N)"; + + + if($process -eq "Y") + { + $client = new-object System.Net.WebClient; + $download = "http://downloads.ncover.com/NCover-x64-3.4.18.6937.msi"; + $downloadFileName = Join-Path ($home + "Downloads\NCover-x64-3.4.18.6937.msi"); + [System.Net.GlobalProxySelection]::Select = [System.Net.GlobalProxySelection]::GetEmptyWebProxy(); + trap { $error[0].Exception.ToString() } + + + $exists = Test-Path $downloadFileName; + if($exists -eq $false) + { + echo ("Downloading NCover to " + $downloadFileName); + $client.DownloadFile($download,$downloadFileName); + } + + echo "Installing NCover..."; + trap [Exception] { + echo $_.Exception.Message; + return; + } + & $fxCopExe; + + echo "Deleting installer...."; + del $downloadFileName; + } +} + + +if($RequireSFHB -eq $true) +{ + PromptForSHFBInstall; +} + +if($RequireWin7_1 -eq $true) +{ + PromptForWinSdk7_1Install +} + +if($RequireWin7_1 -eq $false -and $RequireFxCop10 -eq $true) +{ + PromptForFxCop10Install +} + +if($RequireNCover -eq $true) +{ + PromptForNCoverInstall +} \ No newline at end of file diff --git a/external/Lucene.Net/build/scripts/version.targets b/external/Lucene.Net/build/scripts/version.targets new file mode 100644 index 0000000000..2f8ba49427 --- /dev/null +++ b/external/Lucene.Net/build/scripts/version.targets @@ -0,0 +1,25 @@ + + + + + + 3.0.3 + + \ No newline at end of file diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.All.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.All.sln new file mode 100644 index 0000000000..97f5cab645 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.All.sln @@ -0,0 +1,186 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynLookup", "..\..\..\src\contrib\WordNet\SynLookup\Contrib.WordNet.SynLookup.csproj", "{2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.Syns2Index", "..\..\..\src\contrib\WordNet\Syns2Index\Contrib.WordNet.Syns2Index.csproj", "{7563D4D9-AE91-42BA-A270-1D264660F6DF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.Build.0 = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.Build.0 = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.Build.0 = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Analyzers.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Analyzers.sln new file mode 100644 index 0000000000..e14a31c2b0 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Analyzers.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Core.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Core.sln new file mode 100644 index 0000000000..4ee3a096ba --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Core.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln new file mode 100644 index 0000000000..43a615b5d0 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Highlighter.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Highlighter.sln new file mode 100644 index 0000000000..0d65fdbcbd --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Highlighter.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Memory.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Memory.sln new file mode 100644 index 0000000000..6c6dc8c663 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Memory.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Queries.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Queries.sln new file mode 100644 index 0000000000..f7ecdced01 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Queries.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Regex.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Regex.sln new file mode 100644 index 0000000000..fd568aca29 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Regex.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln new file mode 100644 index 0000000000..0cb2617157 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Snowball.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Snowball.sln new file mode 100644 index 0000000000..5cc016ffbf --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Snowball.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.Spatial.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.Spatial.sln new file mode 100644 index 0000000000..31d28ebb65 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.Spatial.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.SpellChecker.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.SpellChecker.sln new file mode 100644 index 0000000000..48fe86f1da --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.SpellChecker.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/contrib/Contrib.WordNet.sln b/external/Lucene.Net/build/vs2010/contrib/Contrib.WordNet.sln new file mode 100644 index 0000000000..aa6bdd4b1e --- /dev/null +++ b/external/Lucene.Net/build/vs2010/contrib/Contrib.WordNet.sln @@ -0,0 +1,76 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynLookup", "..\..\..\src\contrib\WordNet\SynLookup\Contrib.WordNet.SynLookup.csproj", "{2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.Syns2Index", "..\..\..\src\contrib\WordNet\Syns2Index\Contrib.WordNet.Syns2Index.csproj", "{7563D4D9-AE91-42BA-A270-1D264660F6DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.Build.0 = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.Build.0 = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.Build.0 = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/core/Lucene.Net.Core.sln b/external/Lucene.Net/build/vs2010/core/Lucene.Net.Core.sln new file mode 100644 index 0000000000..638c6add69 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/core/Lucene.Net.Core.sln @@ -0,0 +1,46 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/demo/Lucene.Net.Demo.sln b/external/Lucene.Net/build/vs2010/demo/Lucene.Net.Demo.sln new file mode 100644 index 0000000000..f8f0e92331 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/demo/Lucene.Net.Demo.sln @@ -0,0 +1,96 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeleteFiles", "..\..\..\src\demo\DeleteFiles\DeleteFiles.csproj", "{BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexFiles", "..\..\..\src\demo\IndexFiles\IndexFiles.csproj", "{3E561192-4292-4998-BC67-8C1B82A56108}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexHtml", "..\..\..\src\demo\IndexHtml\IndexHtml.csproj", "{2B86751C-0D3A-486E-A176-E995C63EB653}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchFiles", "..\..\..\src\demo\SearchFiles\SearchFiles.csproj", "{5CF56C9F-F8DF-471E-B73A-C736464948C0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release|Any CPU.Build.0 = Release|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release35|Any CPU.Build.0 = Release35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release|Any CPU.Build.0 = Release|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.All.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.All.Test.sln new file mode 100644 index 0000000000..f9ce4a2559 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.All.Test.sln @@ -0,0 +1,306 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers.Test", "..\..\..\test\contrib\Analyzers\Contrib.Analyzers.Test.csproj", "{67D27628-F1D5-4499-9818-B669731925C8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core.Test", "..\..\..\test\contrib\Core\Contrib.Core.Test.csproj", "{A065904B-1EBA-48DA-8D3D-D92A85BA41FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter.Test", "..\..\..\test\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.Test.csproj", "{33ED01FD-A87C-4208-BA49-2586EFE32974}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter.Test", "..\..\..\test\contrib\Highlighter\Contrib.Highlighter.Test.csproj", "{31E10ECB-1385-4C06-970B-2C030FBD4893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries.Test", "..\..\..\test\contrib\Queries\Contrib.Queries.Test.csproj", "{8685A826-9B7A-42C8-88F3-EEE6B41D6D81}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball.Test", "..\..\..\test\contrib\Snowball\Contrib.Snowball.Test.csproj", "{992216FA-372D-4412-8D7C-E252AE042F48}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.Tests.csproj", "{19FC2A6B-4DE9-403F-8CEF-10850F57B96E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker.Test", "..\..\..\test\contrib\SpellChecker\Contrib.SpellChecker.Test.csproj", "{4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex.Test", "..\..\..\test\contrib\Regex\Contrib.Regex.Test.csproj", "{F1875552-0E59-46AA-976E-6183733FD2AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +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.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory.Test", "..\..\..\test\contrib\Memory\Contrib.Memory.Test.csproj", "{66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.NTS.Tests.csproj", "{DEC65744-D581-4007-87B2-BB0726EE0395}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.Build.0 = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.Build.0 = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.Build.0 = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.Build.0 = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.Build.0 = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.Build.0 = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.Build.0 = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.Build.0 = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.Build.0 = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.ActiveCfg = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.Build.0 = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.Build.0 = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.Build.0 = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.Build.0 = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.Build.0 = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.Build.0 = Debug35|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 + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.Build.0 = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release|Any CPU.Build.0 = Release|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Analyzers.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Analyzers.Test.sln new file mode 100644 index 0000000000..6a9100ad75 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Analyzers.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers.Test", "..\..\..\test\contrib\Analyzers\Contrib.Analyzers.Test.csproj", "{67D27628-F1D5-4499-9818-B669731925C8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.Build.0 = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Core.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Core.Test.sln new file mode 100644 index 0000000000..97e682ec1c --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Core.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core.Test", "..\..\..\test\contrib\Core\Contrib.Core.Test.csproj", "{A065904B-1EBA-48DA-8D3D-D92A85BA41FC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln new file mode 100644 index 0000000000..672811a9af --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter.Test", "..\..\..\test\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.Test.csproj", "{33ED01FD-A87C-4208-BA49-2586EFE32974}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.Build.0 = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Highlighter.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Highlighter.Test.sln new file mode 100644 index 0000000000..9d600af616 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Highlighter.Test.sln @@ -0,0 +1,106 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter.Test", "..\..\..\test\contrib\Highlighter\Contrib.Highlighter.Test.csproj", "{31E10ECB-1385-4C06-970B-2C030FBD4893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.Build.0 = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Memory.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Memory.Test.sln new file mode 100644 index 0000000000..f41127edd1 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Memory.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory.Test", "..\..\..\test\contrib\Memory\Contrib.Memory.Test.csproj", "{66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Queries.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Queries.Test.sln new file mode 100644 index 0000000000..19f835b0a6 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Queries.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries.Test", "..\..\..\test\contrib\Queries\Contrib.Queries.Test.csproj", "{8685A826-9B7A-42C8-88F3-EEE6B41D6D81}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Regex.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Regex.Test.sln new file mode 100644 index 0000000000..6ec91f269b --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Regex.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex.Test", "..\..\..\test\contrib\Regex\Contrib.Regex.Test.csproj", "{F1875552-0E59-46AA-976E-6183733FD2AB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln new file mode 100644 index 0000000000..9cceee7f4a --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln @@ -0,0 +1,110 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +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}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug35|Mixed Platforms = Debug35|Mixed Platforms + Debug35|x86 = Debug35|x86 + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release35|Any CPU = Release35|Any CPU + Release35|Mixed Platforms = Release35|Mixed Platforms + Release35|x86 = Release35|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|x86.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|x86.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|x86.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|x86.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|x86.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|x86.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|x86.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.Build.0 = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|x86.ActiveCfg = Release|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 + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|x86.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Snowball.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Snowball.Test.sln new file mode 100644 index 0000000000..38c588eaba --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Snowball.Test.sln @@ -0,0 +1,85 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball.Test", "..\..\..\test\contrib\Snowball\Contrib.Snowball.Test.csproj", "{992216FA-372D-4412-8D7C-E252AE042F48}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.Build.0 = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.Build.0 = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.ActiveCfg = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.Spatial.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.Spatial.Test.sln new file mode 100644 index 0000000000..5d641cd994 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.Spatial.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.Tests.csproj", "{19FC2A6B-4DE9-403F-8CEF-10850F57B96E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.NTS.Tests.csproj", "{DEC65744-D581-4007-87B2-BB0726EE0395}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.Build.0 = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release|Any CPU.Build.0 = Release|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {DEC65744-D581-4007-87B2-BB0726EE0395}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Contrib.SpellChecker.Test.sln b/external/Lucene.Net/build/vs2010/test/Contrib.SpellChecker.Test.sln new file mode 100644 index 0000000000..f93e73cac9 --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Contrib.SpellChecker.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker.Test", "..\..\..\test\contrib\SpellChecker\Contrib.SpellChecker.Test.csproj", "{4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2010/test/Lucene.Net.Test.sln b/external/Lucene.Net/build/vs2010/test/Lucene.Net.Test.sln new file mode 100644 index 0000000000..317f82543d --- /dev/null +++ b/external/Lucene.Net/build/vs2010/test/Lucene.Net.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.All.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.All.sln new file mode 100644 index 0000000000..9a707ebcdd --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.All.sln @@ -0,0 +1,196 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynLookup", "..\..\..\src\contrib\WordNet\SynLookup\Contrib.WordNet.SynLookup.csproj", "{2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.Syns2Index", "..\..\..\src\contrib\WordNet\Syns2Index\Contrib.WordNet.Syns2Index.csproj", "{7563D4D9-AE91-42BA-A270-1D264660F6DF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.Build.0 = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.Build.0 = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.Build.0 = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.Build.0 = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Analyzers.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Analyzers.sln new file mode 100644 index 0000000000..e44e692372 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Analyzers.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Core.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Core.sln new file mode 100644 index 0000000000..15e09d6c2a --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Core.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln new file mode 100644 index 0000000000..21ad549b0b --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Highlighter.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Highlighter.sln new file mode 100644 index 0000000000..b20a7cb5b5 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Highlighter.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Memory.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Memory.sln new file mode 100644 index 0000000000..5a8ae6f1db --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Memory.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Queries.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Queries.sln new file mode 100644 index 0000000000..dc468f7496 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Queries.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Regex.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Regex.sln new file mode 100644 index 0000000000..e997043279 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Regex.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln new file mode 100644 index 0000000000..204498650b --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Snowball.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Snowball.sln new file mode 100644 index 0000000000..2a908c47e8 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Snowball.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.Spatial.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.Spatial.sln new file mode 100644 index 0000000000..0c50e46fd1 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.Spatial.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.SpellChecker.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.SpellChecker.sln new file mode 100644 index 0000000000..0117834ded --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.SpellChecker.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/contrib/Contrib.WordNet.sln b/external/Lucene.Net/build/vs2012/contrib/Contrib.WordNet.sln new file mode 100644 index 0000000000..18a7a6bbc5 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/contrib/Contrib.WordNet.sln @@ -0,0 +1,76 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynLookup", "..\..\..\src\contrib\WordNet\SynLookup\Contrib.WordNet.SynLookup.csproj", "{2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.Syns2Index", "..\..\..\src\contrib\WordNet\Syns2Index\Contrib.WordNet.Syns2Index.csproj", "{7563D4D9-AE91-42BA-A270-1D264660F6DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release35|Any CPU.Build.0 = Release35|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1407C9BA-337C-4C6C-B065-68328D3871B3}.Release|Any CPU.Build.0 = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CA12E3F-76E1-4FA6-9E87-37079A7B7C69}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release35|Any CPU.Build.0 = Release35|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7563D4D9-AE91-42BA-A270-1D264660F6DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/core/Lucene.Net.Core.sln b/external/Lucene.Net/build/vs2012/core/Lucene.Net.Core.sln new file mode 100644 index 0000000000..53a0b3fe5f --- /dev/null +++ b/external/Lucene.Net/build/vs2012/core/Lucene.Net.Core.sln @@ -0,0 +1,46 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/demo/Lucene.Net.Demo.sln b/external/Lucene.Net/build/vs2012/demo/Lucene.Net.Demo.sln new file mode 100644 index 0000000000..2d5da0bf3a --- /dev/null +++ b/external/Lucene.Net/build/vs2012/demo/Lucene.Net.Demo.sln @@ -0,0 +1,96 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeleteFiles", "..\..\..\src\demo\DeleteFiles\DeleteFiles.csproj", "{BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexFiles", "..\..\..\src\demo\IndexFiles\IndexFiles.csproj", "{3E561192-4292-4998-BC67-8C1B82A56108}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexHtml", "..\..\..\src\demo\IndexHtml\IndexHtml.csproj", "{2B86751C-0D3A-486E-A176-E995C63EB653}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchFiles", "..\..\..\src\demo\SearchFiles\SearchFiles.csproj", "{5CF56C9F-F8DF-471E-B73A-C736464948C0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release35|Any CPU.Build.0 = Release35|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B86751C-0D3A-486E-A176-E995C63EB653}.Release|Any CPU.Build.0 = Release|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release35|Any CPU.Build.0 = Release35|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3E561192-4292-4998-BC67-8C1B82A56108}.Release|Any CPU.Build.0 = Release|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CF56C9F-F8DF-471E-B73A-C736464948C0}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BA3A94CC-6D1E-4AA8-9C95-8C6FD896810E}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.All.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.All.Test.sln new file mode 100644 index 0000000000..d7e30b6664 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.All.Test.sln @@ -0,0 +1,296 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers.Test", "..\..\..\test\contrib\Analyzers\Contrib.Analyzers.Test.csproj", "{67D27628-F1D5-4499-9818-B669731925C8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core.Test", "..\..\..\test\contrib\Core\Contrib.Core.Test.csproj", "{A065904B-1EBA-48DA-8D3D-D92A85BA41FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter.Test", "..\..\..\test\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.Test.csproj", "{33ED01FD-A87C-4208-BA49-2586EFE32974}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter.Test", "..\..\..\test\contrib\Highlighter\Contrib.Highlighter.Test.csproj", "{31E10ECB-1385-4C06-970B-2C030FBD4893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries.Test", "..\..\..\test\contrib\Queries\Contrib.Queries.Test.csproj", "{8685A826-9B7A-42C8-88F3-EEE6B41D6D81}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball.Test", "..\..\..\test\contrib\Snowball\Contrib.Snowball.Test.csproj", "{992216FA-372D-4412-8D7C-E252AE042F48}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.Tests.csproj", "{19FC2A6B-4DE9-403F-8CEF-10850F57B96E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker.Test", "..\..\..\test\contrib\SpellChecker\Contrib.SpellChecker.Test.csproj", "{4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex.Test", "..\..\..\test\contrib\Regex\Contrib.Regex.Test.csproj", "{F1875552-0E59-46AA-976E-6183733FD2AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +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.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory.Test", "..\..\..\test\contrib\Memory\Contrib.Memory.Test.csproj", "{66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug35|Any CPU = Debug35|Any CPU + Release|Any CPU = Release|Any CPU + Release35|Any CPU = Release35|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.Build.0 = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.Build.0 = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.Build.0 = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.Build.0 = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.Build.0 = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.Build.0 = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.Build.0 = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.Build.0 = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.Build.0 = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.ActiveCfg = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.Build.0 = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.Build.0 = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.Build.0 = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.Build.0 = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.Build.0 = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.Build.0 = Debug35|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 + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.Build.0 = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Analyzers.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Analyzers.Test.sln new file mode 100644 index 0000000000..63647e9cf7 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Analyzers.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers.Test", "..\..\..\test\contrib\Analyzers\Contrib.Analyzers.Test.csproj", "{67D27628-F1D5-4499-9818-B669731925C8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4286E961-9143-4821-B46D-3D39D3736386}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release35|Any CPU.Build.0 = Release35|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67D27628-F1D5-4499-9818-B669731925C8}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Core.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Core.Test.sln new file mode 100644 index 0000000000..dde4c9fa6e --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Core.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core.Test", "..\..\..\test\contrib\Core\Contrib.Core.Test.csproj", "{A065904B-1EBA-48DA-8D3D-D92A85BA41FC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A065904B-1EBA-48DA-8D3D-D92A85BA41FC}.Release|Any CPU.Build.0 = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEF899EB-610C-4D3C-A556-A01F56F4AFE0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln new file mode 100644 index 0000000000..641128f428 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter.Test", "..\..\..\test\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.Test.csproj", "{33ED01FD-A87C-4208-BA49-2586EFE32974}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release35|Any CPU.Build.0 = Release35|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33ED01FD-A87C-4208-BA49-2586EFE32974}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release35|Any CPU.Build.0 = Release35|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D2E3153-076F-49C5-B83D-FB2573536B5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Highlighter.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Highlighter.Test.sln new file mode 100644 index 0000000000..a1678df2ad --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Highlighter.Test.sln @@ -0,0 +1,106 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter.Test", "..\..\..\test\contrib\Highlighter\Contrib.Highlighter.Test.csproj", "{31E10ECB-1385-4C06-970B-2C030FBD4893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release35|Any CPU.Build.0 = Release35|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31E10ECB-1385-4C06-970B-2C030FBD4893}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release35|Any CPU.Build.0 = Release35|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {901D5415-383C-4AA6-A256-879558841BEA}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Memory.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Memory.Test.sln new file mode 100644 index 0000000000..2e64ca363a --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Memory.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory.Test", "..\..\..\test\contrib\Memory\Contrib.Memory.Test.csproj", "{66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release35|Any CPU.Build.0 = Release35|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {112B9A7C-29CC-4539-8F5A-45669C07CD4D}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release35|Any CPU.Build.0 = Release35|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C13054-FF41-4C1D-BD0D-8DA009D1DFFD}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Queries.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Queries.Test.sln new file mode 100644 index 0000000000..19ee67340e --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Queries.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries.Test", "..\..\..\test\contrib\Queries\Contrib.Queries.Test.csproj", "{8685A826-9B7A-42C8-88F3-EEE6B41D6D81}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release35|Any CPU.Build.0 = Release35|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {481CF6E3-52AF-4621-9DEB-022122079AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8685A826-9B7A-42C8-88F3-EEE6B41D6D81}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Regex.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Regex.Test.sln new file mode 100644 index 0000000000..b6b6739d86 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Regex.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex.Test", "..\..\..\test\contrib\Regex\Contrib.Regex.Test.csproj", "{F1875552-0E59-46AA-976E-6183733FD2AB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release35|Any CPU.Build.0 = Release35|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A26BD3B7-DF90-43B4-99E2-6A617CDE1579}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1875552-0E59-46AA-976E-6183733FD2AB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.SimpleFacetedSearch.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.SimpleFacetedSearch.Test.sln new file mode 100644 index 0000000000..cfdbb9f72e --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.SimpleFacetedSearch.Test.sln @@ -0,0 +1,110 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +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}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug35|Mixed Platforms = Debug35|Mixed Platforms + Debug35|x86 = Debug35|x86 + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release35|Any CPU = Release35|Any CPU + Release35|Mixed Platforms = Release35|Mixed Platforms + Release35|x86 = Release35|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|x86.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|x86.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|x86.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Debug|x86.ActiveCfg = Debug|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release35|x86.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Any CPU.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {66772190-FB3F-48F5-8E05-0B302BACEA73}.Release|x86.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Mixed Platforms.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|Mixed Platforms.Build.0 = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug35|x86.ActiveCfg = Debug35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Debug|x86.ActiveCfg = Debug|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Any CPU.Build.0 = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Mixed Platforms.ActiveCfg = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|Mixed Platforms.Build.0 = Release35|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release35|x86.ActiveCfg = Release|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 + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}.Release|x86.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Snowball.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Snowball.Test.sln new file mode 100644 index 0000000000..03051a20ea --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Snowball.Test.sln @@ -0,0 +1,86 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball.Test", "..\..\..\test\contrib\Snowball\Contrib.Snowball.Test.csproj", "{992216FA-372D-4412-8D7C-E252AE042F48}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F9D7A92-F122-413E-9D8D-027E4ECD327C}.Release|Any CPU.Build.0 = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Debug|Any CPU.Build.0 = Debug|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release35|Any CPU.Build.0 = Release35|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.ActiveCfg = Release|Any CPU + {992216FA-372D-4412-8D7C-E252AE042F48}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.Spatial.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.Spatial.Test.sln new file mode 100644 index 0000000000..092ed29ee6 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.Spatial.Test.sln @@ -0,0 +1,76 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.Tests", "..\..\..\test\contrib\Spatial\Contrib.Spatial.Tests.csproj", "{19FC2A6B-4DE9-403F-8CEF-10850F57B96E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial.NTS", "..\..\..\src\contrib\Spatial\Contrib.Spatial.NTS.csproj", "{02D030D0-C7B5-4561-8BDD-41408B2E2F41}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release35|Any CPU.Build.0 = Release35|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D030D0-C7B5-4561-8BDD-41408B2E2F41}.Release|Any CPU.Build.0 = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19FC2A6B-4DE9-403F-8CEF-10850F57B96E}.Release|Any CPU.Build.0 = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release35|Any CPU.Build.0 = Release35|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35C347F4-24B2-4BE5-8117-A0E3001551CE}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Contrib.SpellChecker.Test.sln b/external/Lucene.Net/build/vs2012/test/Contrib.SpellChecker.Test.sln new file mode 100644 index 0000000000..058ded92ab --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Contrib.SpellChecker.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker.Test", "..\..\..\test\contrib\SpellChecker\Contrib.SpellChecker.Test.csproj", "{4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release35|Any CPU.Build.0 = Release35|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DCB81AA-ECC1-4B3D-A0C9-28E54F5B125C}.Release|Any CPU.Build.0 = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release35|Any CPU.Build.0 = Release35|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF45EE91-9CA3-443D-8231-75E9FA1AF40E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/build/vs2012/test/Lucene.Net.Test.sln b/external/Lucene.Net/build/vs2012/test/Lucene.Net.Test.sln new file mode 100644 index 0000000000..ecc90068d3 --- /dev/null +++ b/external/Lucene.Net/build/vs2012/test/Lucene.Net.Test.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug35|Any CPU = Debug35|Any CPU + Debug|Any CPU = Debug|Any CPU + Release35|Any CPU = Release35|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release35|Any CPU.Build.0 = Release35|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.Build.0 = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release35|Any CPU.Build.0 = Release35|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAF68BCF-F781-45FC-98B3-2B9CEE411E01}.Release|Any CPU.Build.0 = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.ActiveCfg = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug35|Any CPU.Build.0 = Debug35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.ActiveCfg = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release35|Any CPU.Build.0 = Release35|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F04CA2F4-E182-46A8-B914-F46AF5319E83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/Gallio License.txt b/external/Lucene.Net/lib/Gallio.3.2.750/Gallio License.txt new file mode 100644 index 0000000000..3e17665ce6 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/Gallio License.txt @@ -0,0 +1,14 @@ +Copyright 2005-2010 Gallio Project - http://www.gallio.org/ +Portions Copyright 2000-2004 Jonathan de Halleux + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/CciMetadata.License.txt b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/CciMetadata.License.txt new file mode 100644 index 0000000000..0218f75e4f --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/CciMetadata.License.txt @@ -0,0 +1,31 @@ +Microsoft Public License (Ms-PL) + +This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. + +1. Definitions + +The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. + +A "contribution" is the original software, or any additions or changes to the software. + +A "contributor" is any person that distributes its contribution under this license. + +"Licensed patents" are a contributor's patent claims that read directly on its contribution. + +2. Grant of Rights + +(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. + +(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. + +3. Conditions and Limitations + +(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. + +(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. + +(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. + +(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. + +(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Cecil.FlowAnalysis.license.html b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Cecil.FlowAnalysis.license.html new file mode 100644 index 0000000000..46822d4507 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Cecil.FlowAnalysis.license.html @@ -0,0 +1,37 @@ + + +Cecil.FlowAnalysis.license + + + +

+ (C) 2005-2006 db4objects, Inc. http://www.db4o.com +

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in the + Software without restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, subject to the + following conditions: +

+

+ The above copyright notice and this permission notice shall be included in all copies + or substantial portions of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. +

+ + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/ICSharpCode.TextEditor.License.txt b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/ICSharpCode.TextEditor.License.txt new file mode 100644 index 0000000000..720daab2c4 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/ICSharpCode.TextEditor.License.txt @@ -0,0 +1,458 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.Cecil.license.html b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.Cecil.license.html new file mode 100644 index 0000000000..c1429b1a14 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.Cecil.license.html @@ -0,0 +1,36 @@ + + +Mono.Cecil.license + + + +

+ (C) 2004-2006 Jb Evain +

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in the + Software without restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, subject to the + following conditions: +

+

+ The above copyright notice and this permission notice shall be included in all copies + or substantial portions of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE.

+ + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.GetOptions.license.html b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.GetOptions.license.html new file mode 100644 index 0000000000..115f890704 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.GetOptions.license.html @@ -0,0 +1,38 @@ + + +Mono.GetOptions.license + + + +

+ Mono.GetOptions - + (C) 2002, 2003, 2004, 2005 Rafael Teixeira +

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in the + Software without restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, subject to the + following conditions: +

+

+ The above copyright notice and this permission notice shall be included in all copies + or substantial portions of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. +

+ + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/WeifenLuo.WinFormsUI.Docking.License.txt b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/WeifenLuo.WinFormsUI.Docking.License.txt new file mode 100644 index 0000000000..290b9a43f5 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/WeifenLuo.WinFormsUI.Docking.License.txt @@ -0,0 +1,9 @@ +The MIT License + +Copyright (c) 2007 Weifen Luo (email: weifenluo@yahoo.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/db4o.license.html b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/db4o.license.html new file mode 100644 index 0000000000..be37aeab27 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/db4o.license.html @@ -0,0 +1,384 @@ + + +GNU GENERAL PUBLIC LICENSE + + + +

+ GNU GENERAL PUBLIC LICENSE +
+

+ Version 2, June 1991 +
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. +
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +
+ Everyone is permitted to copy and distribute verbatim copies of this license document, + but changing it is not allowed. +
+
+

+ Preamble

+

+ The licenses for most software are designed to take away your freedom to share and + change it. By contrast, the GNU General Public License is intended to guarantee + your freedom to share and change free software--to make sure the software is free + for all its users. This General Public License applies to most of the Free Software + Foundation's software and to any other program whose authors commit to using it. + (Some other Free Software Foundation software is covered by the GNU Library General + Public License instead.) You can apply it to your programs, too. +
+

+

+ When we speak of free software, we are referring to freedom, not price. Our General + Public Licenses are designed to make sure that you have the freedom to distribute + copies of free software (and charge for this service if you wish), that you receive + source code or can get it if you want it, that you can change the software or use + pieces of it in new free programs; and that you know you can do these things. +
+

+

+ To protect your rights, we need to make restrictions that forbid anyone to deny + you these rights or to ask you to surrender the rights. These restrictions translate + to certain responsibilities for you if you distribute copies of the software, or + if you modify it. +
+
+ For example, if you distribute copies of such a program, whether gratis or for a + fee, you must give the recipients all the rights that you have. You must make sure + that they, too, receive or can get the source code. And you must show them these + terms so they know their rights. +
+
+ We protect your rights with two steps: (1) copyright the software, and (2) offer + you this license which gives you legal permission to copy, distribute and/or modify + the software. +
+
+ Also, for each author's protection and ours, we want to make certain that everyone + understands that there is no warranty for this free software. If the software is + modified by someone else and passed on, we want its recipients to know that what + they have is not the original, so that any problems introduced by others will not + reflect on the original authors' reputations. +
+
+ Finally, any free program is threatened constantly by software patents. We wish + to avoid the danger that redistributors of a free program will individually obtain + patent licenses, in effect making the program proprietary. To prevent this, we have + made it clear that any patent must be licensed for everyone's free use or not licensed + at all. +
+
+ The precise terms and conditions for copying, distribution and modification follow. +
+

+

+ GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +
+
+ 0. This License applies to any program or other work which contains a notice placed + by the copyright holder saying it may be distributed under the terms of this General + Public License. The "Program", below, refers to any such program or work, and a + "work based on the Program" means either the Program or any derivative work under + copyright law: that is to say, a work containing the Program or a portion of it, + either verbatim or with modifications and/or translated into another language. (Hereinafter, + translation is included without limitation in the term "modification".) Each licensee + is addressed as "you". +
+
+ Activities other than copying, distribution and modification are not covered by + this License; they are outside its scope. The act of running the Program is not + restricted, and the output from the Program is covered only if its contents constitute + a work based on the Program (independent of having been made by running the Program). + Whether that is true depends on what the Program does. +
+
+ 1. You may copy and distribute verbatim copies of the Program's source code as you + receive it, in any medium, provided that you conspicuously and appropriately publish + on each copy an appropriate copyright notice and disclaimer of warranty; keep intact + all the notices that refer to this License and to the absence of any warranty; and + give any other recipients of the Program a copy of this License along with the Program. +
+
+ You may charge a fee for the physical act of transferring a copy, and you may at + your option offer warranty protection in exchange for a fee. +
+
+ 2. You may modify your copy or copies of the Program or any portion of it, thus + forming a work based on the Program, and copy and distribute such modifications + or work under the terms of Section 1 above, provided that you also meet all of these + conditions: +
+ a) You must cause the modified files to carry prominent notices stating that you + changed the files and the date of any change. +
+ b) You must cause any work that you distribute or publish, that in whole or in part + contains or is derived from the Program or any part thereof, to be licensed as a + whole at no charge to all third parties under the terms of this License. +
+ c) If the modified program normally reads commands interactively when run, you must + cause it, when started running for such interactive use in the most ordinary way, + to print or display an announcement including an appropriate copyright notice and + a notice that there is no warranty (or else, saying that you provide a warranty) + and that users may redistribute the program under these conditions, and telling + the user how to view a copy of this License. (Exception: if the Program itself is + interactive but does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) +
+
+ These requirements apply to the modified work as a whole. If identifiable sections + of that work are not derived from the Program, and can be reasonably considered + independent and separate works in themselves, then this License, and its terms, + do not apply to those sections when you distribute them as separate works. But when + you distribute the same sections as part of a whole which is a work based on the + Program, the distribution of the whole must be on the terms of this License, whose + permissions for other licensees extend to the entire whole, and thus to each and + every part regardless of who wrote it. +
+
+ Thus, it is not the intent of this section to claim rights or contest your rights + to work written entirely by you; rather, the intent is to exercise the right to + control the distribution of derivative or collective works based on the Program. +
+
+ In addition, mere aggregation of another work not based on the Program with the + Program (or with a work based on the Program) on a volume of a storage or distribution + medium does not bring the other work under the scope of this License. +
+
+ 3. You may copy and distribute the Program (or a work based on it, under Section + 2) in object code or executable form under the terms of Sections 1 and 2 above provided + that you also do one of the following: +
+ a) Accompany it with the complete corresponding machine-readable source code, which + must be distributed under the terms of Sections 1 and 2 above on a medium customarily + used for software interchange; or, +
+ b) Accompany it with a written offer, valid for at least three years, to give any + third party, for a charge no more than your cost of physically performing source + distribution, a complete machine-readable copy of the corresponding source code, + to be distributed under the terms of Sections 1 and 2 above on a medium customarily + used for software interchange; or, +
+ c) Accompany it with the information you received as to the offer to distribute + corresponding source code. (This alternative is allowed only for noncommercial distribution + and only if you received the program in object code or executable form with such + an offer, in accord with Subsection b above.) +
+
+ The source code for a work means the preferred form of the work for making modifications + to it. For an executable work, complete source code means all the source code for + all modules it contains, plus any associated interface definition files, plus the + scripts used to control compilation and installation of the executable. However, + as a special exception, the source code distributed need not include anything that + is normally distributed (in either source or binary form) with the major components + (compiler, kernel, and so on) of the operating system on which the executable runs, + unless that component itself accompanies the executable. +
+
+ If distribution of executable or object code is made by offering access to copy + from a designated place, then offering equivalent access to copy the source code + from the same place counts as distribution of the source code, even though third + parties are not compelled to copy the source along with the object code. +
+
+ 4. You may not copy, modify, sublicense, or distribute the Program except as expressly + provided under this License. Any attempt otherwise to copy, modify, sublicense or + distribute the Program is void, and will automatically terminate your rights under + this License. However, parties who have received copies, or rights, from you under + this License will not have their licenses terminated so long as such parties remain + in full compliance. +
+
+ 5. You are not required to accept this License, since you have not signed it. However, + nothing else grants you permission to modify or distribute the Program or its derivative + works. These actions are prohibited by law if you do not accept this License. Therefore, + by modifying or distributing the Program (or any work based on the Program), you + indicate your acceptance of this License to do so, and all its terms and conditions + for copying, distributing or modifying the Program or works based on it. +
+
+ 6. Each time you redistribute the Program (or any work based on the Program), the + recipient automatically receives a license from the original licensor to copy, distribute + or modify the Program subject to these terms and conditions. You may not impose + any further restrictions on the recipients' exercise of the rights granted herein. + You are not responsible for enforcing compliance by third parties to this License. +
+
+ 7. If, as a consequence of a court judgment or allegation of patent infringement + or for any other reason (not limited to patent issues), conditions are imposed on + you (whether by court order, agreement or otherwise) that contradict the conditions + of this License, they do not excuse you from the conditions of this License. If + you cannot distribute so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may not distribute + the Program at all. For example, if a patent license would not permit royalty-free + redistribution of the Program by all those who receive copies directly or indirectly + through you, then the only way you could satisfy both it and this License would + be to refrain entirely from distribution of the Program. +
+
+ If any portion of this section is held invalid or unenforceable under any particular + circumstance, the balance of the section is intended to apply and the section as + a whole is intended to apply in other circumstances. +
+
+ It is not the purpose of this section to induce you to infringe any patents or other + property right claims or to contest validity of any such claims; this section has + the sole purpose of protecting the integrity of the free software distribution system, + which is implemented by public license practices. Many people have made generous + contributions to the wide range of software distributed through that system in reliance + on consistent application of that system; it is up to the author/donor to decide + if he or she is willing to distribute software through any other system and a licensee + cannot impose that choice. +
+
+ This section is intended to make thoroughly clear what is believed to be a consequence + of the rest of this License. +
+
+ 8. If the distribution and/or use of the Program is restricted in certain countries + either by patents or by copyrighted interfaces, the original copyright holder who + places the Program under this License may add an explicit geographical distribution + limitation excluding those countries, so that distribution is permitted only in + or among countries not thus excluded. In such case, this License incorporates the + limitation as if written in the body of this License. +
+
+ 9. The Free Software Foundation may publish revised and/or new versions of the General + Public License from time to time. Such new versions will be similar in spirit to + the present version, but may differ in detail to address new problems or concerns. +
+
+ Each version is given a distinguishing version number. If the Program specifies + a version number of this License which applies to it and "any later version", you + have the option of following the terms and conditions either of that version or + of any later version published by the Free Software Foundation. If the Program does + not specify a version number of this License, you may choose any version ever published + by the Free Software Foundation. +
+
+ 10. If you wish to incorporate parts of the Program into other free programs whose + distribution conditions are different, write to the author to ask for permission. + For software which is copyrighted by the Free Software Foundation, write to the + Free Software Foundation; we sometimes make exceptions for this. Our decision will + be guided by the two goals of preserving the free status of all derivatives of our + free software and of promoting the sharing and reuse of software generally. +
+
+ NO WARRANTY +
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE + PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED + IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD + THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR + OR CORRECTION. +
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY + COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM + AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, + INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE + PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE + OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE + WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF + THE POSSIBILITY OF SUCH DAMAGES. +
+
+ END OF TERMS AND CONDITIONS +
+
+ How to Apply These Terms to Your New Programs +
+
+ If you develop a new program, and you want it to be of the greatest possible use + to the public, the best way to achieve this is to make it free software which everyone + can redistribute and change under these terms. +
+
+ To do so, attach the following notices to the program. It is safest to attach them + to the start of each source file to most effectively convey the exclusion of warranty; + and each file should have at least the "copyright" line and a pointer to where the + full notice is found. 
+

+

+ <one line to give the program's name and a brief idea of what it does.>
+ + Copyright (C) <year> <name of author> +

+ +

+ This program is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation; + either version 2 of the License, or (at your option) any later version. +

+

+ This program + is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. +

+

+ You should have received a + copy of the GNU General Public License along with this program; if not, write to + the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA

+
+

+ Also add information on how to contact you by electronic and paper mail. +

+

+ If + the program is interactive, make it output a short notice like this when it starts + in an interactive mode: +

+
+ Gnomovision version 69, Copyright (C) year name of author +
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is + free software, and you are welcome to redistribute it under certain conditions; + type `show c' for details. +
+

+ The hypothetical commands `show w' and `show c' should + show the appropriate parts of the General Public License. Of course, the commands + you use may be called something other than `show w' and `show c'; they could even + be mouse-clicks or menu items + -whatever suits your program. +

+

+ You should also get + your employer (if you work as a programmer) or your school, if any, to sign a "copyright + disclaimer" for the program, if necessary. Here is a sample; alter the names: +

+ +
+

+ Yoyodyne, + Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which + makes passes at compilers) written by James Hacker.

+

+ <signature of Ty Coon>, + 1 April 1989
Ty Coon, President of Vice +

+
+

+ This General Public License does not permit + incorporating your program into proprietary programs. If your program is a subroutine + library, you may consider it more useful to permit linking proprietary applications + with the library. If this is what you want to do, use the GNU Library General Public + License instead of this License. +

+ + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/objectarx_license.doc b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/objectarx_license.doc new file mode 100644 index 0000000000..51aec72819 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/licenses/objectarx_license.doc differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.Server.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.Server.exe.config new file mode 100644 index 0000000000..9c557ea308 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.Server.exe.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.UI.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.UI.plugin new file mode 100644 index 0000000000..0fa1a4d8d5 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.UI.plugin @@ -0,0 +1,46 @@ + + + + Gallio Ambience UI + 3.2.0.0 + Ambience UI components. + + + + + + + + + + + + + + + + + + + + + Ambience + + + + + + Ambience/Server + Machine + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.pdb.REMOVED.git-id new file mode 100644 index 0000000000..abc7a96996 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.pdb.REMOVED.git-id @@ -0,0 +1 @@ +7c92b078af7bb958fcdb53049acbdb629512f6e5 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.plugin new file mode 100644 index 0000000000..356411b9ad --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.plugin @@ -0,0 +1,30 @@ + + + + Gallio Ambience Library + 3.2.0.0 + Provides a lightweight object database based on db4o for storing test data across test runs. + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.xml new file mode 100644 index 0000000000..f46a69ca93 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.xml @@ -0,0 +1,511 @@ + + + + Gallio.Ambience + + + + + The Ambience client accesses shared data provided by a remote . + + + + + + + + Connects the client to the remote server. + + The client configuration. + Thrown if is null. + Thrown if the operation failed. + + + + Gets the client's data container. + + Thrown if the client has been disposed. + + + + Recognizes and processes the <ambience> configuration section. + + + Example configuration: + + + +
+ + + + + + + ]]> + + + + + The name of the Ambience section: "ambience". + + + + + + + + Gets the configuration section contents, or a default instance if none available. + + The configuration section. + + + + Describes a problem accessing Gallio Ambience. + + + + + Creates an exception. + + + + + Creates an exception. + + The message. + + + + Creates an exception. + + The message. + The inner exception. + + + + Creates an exception from serialization info. + + The serialization info. + The streaming context. + + + + Provides configuration data for . + + + + + Gets or sets the database file path. + + The database file path, the default is a file called Default.db + in the Gallio.Ambient subdirectory of the Common Application Data folder. + + + + + Gets or sets the Ambient server port number. + + The port number, defaults to 7822. + Thrown if the port number is not in the range 1..65535. + + + + Gets or sets the Ambient server username and password. + + The username and password, defaults to an anonymous credential. + Thrown if is null. + + + + The Ambient object store is a shared lightweight repository for intermediate test data. + + + + The Ambient object is like a persistent whiteboard used to pass information from one test + to another or to store it for subsequent analysis. + + + The Ambient object store may be used to model the persistent state of the + testing environment for end-to-end black-box integration testing. It is particularly + useful for decoupling tests that incorporate stateful components such as + databases (that are not wiped and restored each time) or time-sensitive processes + such as asynchronous jobs. + + + + + Suppose we are testing a periodic invoicing process. The business requirement + dictates that on the last day of each month, an invoice must be generated + and delivered electronically to all customers with an outstanding balance + in their account. + + + To verify this requirement, we might choose to adopt a combination of unit + testing and integration testing methodologies. + + + First, we will write unit tests for each component involved in the invoicing + process including the invoice generator, data access code, electronic delivery apparatus, + and the periodic job scheduler. During unit testing, we will probably + replace the periodic job scheduler with a mock or stub implementation that simulates + the end-of-month trigger mechanism. This is fast and quite effective. + + + Next, for additional confidence we will want to verify that the system works + completely as an integrated whole. Perhaps the job scheduling mechanism is built + on 3rd party tools that must be correctly configured for the environment. In + this situation, we might consider implementing an end-to-end system test + with nothing mocked out. + + + We can implement an end-to-end test like this: + + Write a few test scripts that are scheduled to run on a regular basis + and that generate transactions that will be reflected in the invoices. + For each transaction, such as creating a new account or purchasing a service, + the scripts should make a record in the object store. + Write a few more test scripts that are scheduled to run after the invoicing + process occurs. They should verify the contents of the invoices based on previously + stored records in the object store. + + + + Of course, in this example it can take up to a month to obtain confirmation that + the invoicing process functioned as expected. Consequently, we should not rely + on this approach exclusively for our testing purposes. Nevertheless, it may be + useful as part of an on-going Quality Assurance audit. + + + + + + Gets the default ambient data container. + + Thrown if the operation failed. + + + + Gets or sets the default client configuration. + + The default client configuration. The initial value is populated from the contents + of the Ambience configuration section in the application's or test's configuration file. + See also . + Thrown if is null. + + + + Extension methods for LINQ syntax over Ambient data containers. + + + + + Obtains a query over a data container. + + + + Client code will not call this method directly. However, it turns out that + the C# compiler will add an implicit call to this method when it attempts to + select a value from the container using LINQ syntax. + + + The result type. + The container. + The query object. + + + + Extension methods for LINQ syntax over Ambient data queries. + + + + + Counts the number of objects produced by the query. + + The type of object being queried. + The query. + The number of objects. + + + + Produces a new query to select a projection of a component of another query. + + The type of object being queried. + The projection result type. + The query. + The selection expression. + The projected query. + + + + Produces a new query to filter another query by a criteria. + + The type of object being queried. + The query. + The filter expression. + The filtered query. + + + + Produces a new query ordered by a comparison expression in ascending order. + + The type of object being queried. + The sort key type. + The query. + The sort comparison expression. + The ordered query. + + + + Produces a new query ordered by a comparison expression in descending order. + + The type of object being queried. + The sort key type. + The query. + The sort comparison expression. + The ordered query. + + + + Produces a new query ordered by an additional comparison expression in ascending order. + + The type of object being queried. + The sort key type. + The query. + The sort comparison expression. + The ordered query. + + + + Produces a new query ordered by an additional comparison expression in descending order. + + The type of object being queried. + The sort key type. + The query. + The sort comparison expression. + The ordered query. + + + + Represents a container of Ambient data and providers operations to + query, store and update its contents. + + + + + Gets all objects of a particular type in the container. + + The object type. + The data set. + Thrown if the operation failed. + + + + Gets all objects of a particular type in the container that match a particular filtering criteria. + + The object type. + The filtering criteria. + The data set. + Thrown if the operation failed. + + + + Deletes the object from the container. + + The object to delete. + Thrown if the operation failed. + + + + Stores or updates an object in the container. + + The object to store. + Thrown if the operation failed. + + + + Deletes all objects in the container. + + + + Use with caution! + + + Thrown if the operation failed. + + + + Represents a lazily evaluated query over Ambient data for use with + the LINQ query syntax. + + + + + Provides configuration data for . + + + + + Gets or sets the Ambient server hostname. + + The hostname, defaults to "localhost". + Thrown if is null. + Thrown if is empty. + + + + Gets or sets the Ambient server port number. + + The port number, defaults to 7822. + Thrown if the port number is not in the range 1..65535. + + + + Gets or sets the Ambient server username and password. + + The username and password, defaults to an anonymous credential. + Thrown if is null. + + + + A data set containing Ambient objects. + + + + + Provides information from the Ambience configuration section. + + + + + + Gets the default port number for the Ambient server. + + + + + Gets the default port number for the Ambient server as a string. + + + + + Gets the default database file name. + + + + + Facade over . + + + + + Creates a wrapper for a Db4o object container. + + The inner container. + + + + Gets the Db4o object container. + + + + + Facade over . + + The query result type. + + + + Creates a wrapper for a Db4o query. + + The inner query. + + + + Gets the Db4o query object. + + + + + This wrapper reinterprets Db4o exceptions as Ambience exceptions so that the client + can catch them in a meaningful way. + + + + Db4o is internalized by Ambience so its exception types are not accessible to clients. + + + The item type. + + + + The Gallio.Ambience namespace provides a lightweight object database based on db4o for + storing test data across test runs. + + + + + The Ambience server provides shared data to remote s. + + + + + Creates an ambient server with parameters initialized to defaults. + + The server configuration. + Thrown if is null. + + + + Stops and disposes the server. + + + + + Starts the server. + + Thrown if the server has already been started. + Thrown if the server has been disposed. + Thrown if the operation failed. + + + + Stops the server. + + + + Does nothing if the server has already been stopped. + + + Thrown if the server has been disposed. + + + + Stops and disposes the server. + + True if disposing. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to An error occurred while accessing the query result set.. + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Common.Splash.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Common.Splash.xml new file mode 100644 index 0000000000..4c220b6835 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Common.Splash.xml @@ -0,0 +1,1346 @@ + + + + Gallio.Common.Splash + + + + + Invokes a delegate when disposed. + + + + This type is useful for creating APIs that leverage the C# "using" syntax for scoping. + + + + using (document.BeginStyle(Style.Default)) // returns a DisposableCookie + { + document.AppendText("Hello world"); + } + + + + + + + Creates a disposable cookie. + + The action to perform when is called. + Thrown if is null. + + + + Invokes the dispose action. + + + + + Specifies the action to perform when is called. + + + + + An embedded image wraps an so that it can be embedded in + a Splash document. + + + + + An embedded object that can be drawn into a . + + + + + Creates an instance of an embedded object client attached to the specified site. + + The site. + The client. + + + + Creates an embedded image. + + The image to draw into the client area. + Thrown if is null. + + + + + + + Gets the image. + + + + + Gets or sets the margin around the image. + + + + + Gets or sets the baseline of the image. + + + The default value is 0 which positions the bottom of the image in line with the + baseline of surrounding text. Use a positive value to raise the image above the + text baseline or a negative value to lower it below the text baseline. + + + + + Represents an instance of an embedded object that has been attached to a particular site. + + + + When the client is disposed, it should release all attachments to its site. + + + + + + Measure the client. + + The embedded object measurements. + + + + Shows the embedded object and sets its bounds. + + The bounds of the embedded object. + True if the current reading order is right to left. + + + + Hides the embedded object. + + + + + Paints the embedded object. + + The graphics context. Not null. + The paint options. Not null. + The bounds of the embedded object. + True if the current reading order is right to left. + + + + Returns true if the method should be called or false if the + client paints itself by other means. + + + + + An embedded image wraps a so that it can be embedded in + a Splash document. + + + + + Creates an embedded control. + + The control to draw into the client area. + Thrown if is null. + + + + + + + Gets the control. + + + + + Gets or sets the margin around the control. + + + + + Gets or sets the baseline of the control. + + + The default value is 0 which positions the bottom of the control in line with the + baseline of surrounding text. Use a positive value to raise the control above the + text baseline or a negative value to lower it below the text baseline. + + + + + Describes the measurements of an embedded object. + + + + + Initializes the measurements. + + The size of the embedded object. + + + + Gets or sets the size of the embedded object. + + + + + Gets or sets the margin around the embedded object. + + + + + Gets or sets the descent height of the object in pixels. + + + The descent is the number of pixels from the baseline of the object + to its bottom. It used to align the baseline of the object with the baseline + of the text that surrounds it on the line. + + + + + Describes the environment of an embedded object. + + + + + Gets the index of the character that represents the embedded object + for selection and hit testing in the document. + + + + + Gets the control of the containing view. + + + + + Gets the style of the paragraph that contains the embedded object. + + + + + Gets the style of the inline run that contains the embedded object. + + + + + A low-level wrapper for a graphics context. + + + + + Gets or sets the layout bounds relative to the layout origin. + This is set during the main layout operation and cached until relayout occurs. + + + + + Internal structure describing a paragraph in the document. + Each paragraph consists of a number of characters subdivided into runs that have + the same style or that represent embedded objects. + + + Packed into 16 bytes per Paragraph. Keep it that way or make it smaller. + + + + + Internal structure describing a run of text or an embedded object in the document. + + + Packed into 4 bytes per Run. Keep it that way. + + + + + Internal structure that maps a visual line onto a particular range of runs + within a paragraph and includes the character position of required line breaks. + + + + + The absolute vertical offset of the line in the document when rendered. + + + + + The absolute horizontal offset of the line in the document when rendered. + + + + + The height of the line. + + + + + The descent height of the line (below text baseline). + + + + + The index of the paragraph that appears on the line. + + + + + The index of the paragraph's first script run that appears on the line. + + + + + The number of script runs that appear on the line. + + + + + The number of leading chars in the first script run to truncate due to word wrap. + + + + + The number of trailing chars in the last script run to truncate due to word wrap. + + + + + The ascent height of the line (above text baseline). + + + + + Internal structure with script information necessary for layout and display of a paragraph. + Includes script information for each run in the paragraph. + + + We pool allocated script paragraph structures and cache them to improve performance + and reduce the number of memory allocations. + + + + + Internal structure with script information necessary for layout and display of a run. + A single run may be subdivided into multiple script runs. + + + Since a script paragraph can contain many script runs and each one uses a variable amount + of storage for buffers of various kinds, this structure contains indices into shared + buffers managed by the containing script paragraph. This reduces the number of required + memory allocations per paragraph. + + + + + The script analysis for the run produced during itemization. + + + + + The index of the first character of the run relative to the first character of its containing paragraph. + + + + + The index of the first glyph of the run relative to the first glyph of its containing paragraph. + + + + + The number of glyphs in the run. + + + + + The height of the run excluding its margins. + + + + + The descent height of the run (below text baseline). + + + + + The top margin of the run. + + + + + The bottom margin of the run. + + + + + The advance width spacing of the run. + + + + + The ascent height of the run (above text baseline). + + + + + A strongly-typed key to be used together with an associative array to help the + compiler perform better type checking of the value associated with the key. + + The type of value associated with the key. + + + + Creates a new key. + + The unique name of the key. + Thrown if is null. + + + + + + + Gets the unique name of the key. + + + + + Provides style parameters for painting. + + + + + Initializes paint options to system defaults. + + + + + Gets or sets the background color. + + + + + Gets or sets the selected text color. + + + + + Gets or sets the selected background color. + + + + + Arguments for the event raised when a paragraph is changed. + + + + + Creates event arguments for paragraph changed. + + The index of the paragraph that was changed. + + + + Gets the index of the paragraph that was changed. + + + + + A tab stop ruler based on per-pixel offsets. + + + + + Describes the strategy for advancing to tab stops. + + + + + Advances the X position to the next tab stop. + + The X position to advance. + The advanced X position. + + + + + + + Creates a tab stop ruler based on per-pixel offsets. + + The number of pixels per tab stop, or 0 to always advance the minimum tab width. + The minimum tab width, or 0 if there is no minimum. + Thrown if or + is less than 0. + + + + + + + + + + + + + + + + + + + Gets the number of pixels per tab stop, or 0 to always advance the minimum tab width. + + + + + Gets the minimum tab width. + + + + + Provides the result of mapping a screen position to a character index. + + + + + Initializes a snap result. + + The snap kind. + The character index of the snap, or -1 if no snap. + + + + Gets the snap kind. + + + + + Gets the character index of the snap, or -1 if no snap. + + + + + Describes the kind of snap. + + + + + The character snap did not succeed. The position was outside the bounds of the document. + + + + + The character snap was exact. + + + + + The character snap was before the actual character or at a position above + the start of the document. (eg. To the left of the character if the reading order is left-to-right.) + + + + + The character snap was after the actual character or at a position above + the start of the document. (eg. To the right of the character if the reading order is left-to-right.) + + + + + A splash document contains styled text and embedded objects and retains layout information + for presentation. + + + + + The character used as a placeholder for text itemizing when a paragraph contains an object run. + + + + + The maximum number of characters that a text run can contain. + + + + + The maximum number of distinct objects supported by the implementation. + + + + + The maximum number of distinct styles supported by the implementation. + + 256 + + + + Creates an empty splash document. + + + + + Clears the text in the document. + + + + + Gets a range of the document text. + + The start character index. + The length of the range. + The text in the specified range. + Thrown if + or are negative or refer to a range that exceeds the document length. + + + + Gets the style of the text at the specified character index. + + The character index. + The style. + Thrown if is + outside of the bounds of the document. + + + + Gets the embedded object at the specified character index, or null if none. + + The character index. + The embedded object, or null if none. + Thrown if is + outside of the bounds of the document. + + + + Gets the annotation with the specified key at the specified character index. + + The annotation key. + The character index. + Set to the annotation value, or default if none. + True if an annotation was found. + Thrown if is + outside of the bounds of the document. + + + + Gets the current annotation with the specified key. + + The annotation key. + Set to the annotation value, or default if none. + True if there is a current annotation. + + + + Appends text to the document. + + The text to append. + Thrown if is null. + + + + Appends a new line to the document. + + + + + Appends an object to the document. + + The object to append. + Thrown if is null. + + + + Pushes a new style onto the style stack. + Subsequently appended content will use the new style. + + + + using (document.BeginStyle(linkStyle)) + { + using (document.BeginAnnotation("href", "http://www.gallio.org")) + { + document.AppendText("Gallio"); + } + } + + + The style to use. + A value that when disposed automatically calls . + Used with the C# "using" syntax to end the style at the end of a block scope. + Thrown if is null. + Thrown if more than distinct styles are used. + + + + + Pops the current style off the style stack. + Subsequently appended content will use the previous style. + + Thrown if the style stack only contains the default style. + + + + + Pushes an annotation value onto the keyed annotation stack. + Subsequently appended content will acquire the new annotation value. + + + + Each annotation key has its own separate stack. + + + + + using (document.BeginStyle(linkStyle)) + { + using (document.BeginAnnotation("href", "http://www.gallio.org")) + { + document.AppendText("Gallio"); + } + } + + + The annotation key. + The annotation value. + A value that when disposed automatically calls . + Used with the C# "using" syntax to end the annotation at the end of a block scope. + + + + + Pushes an annotation value onto the keyed annotation stack. + Subsequently appended content will acquire the new annotation value. + + + + Each annotation key has its own separate stack. + + + The annotation key. + Thrown if there is no current annotation with the + specified key. + + + + + Returns the plain text content of the document as a string. + + + + + + Event raised when the document is cleared. + + + + + Event raised when a paragraph is changed. + + + + + Gets the number of paragraphs in the document. + + + This number is guaranteed to always be at least 1 even in an empty document. + + + + + Gets the number of characters in the document. + + + + + Gets the current style. + + + + + The A spacing of the character. The A spacing is the distance to add to the current position before drawing the character glyph. + + + + + The B spacing of the character. The B spacing is the width of the drawn portion of the character glyph. + + + + + The C spacing of the character. The C spacing is the distance to add to the current position to provide white space to the right of the character glyph. + + + + + Describes the layout of a splash document. + + + + Much of this implementation is based on information from the amazing Neatpad tutorial by James Brown. + http://www.catch22.net/tuts/neatpad + + + + + + Creates a layout for a document. + + The document. + The parent control to which embedded objects can + attach themselves. + Thrown if + or is null. + + + + Disposes the layout. + + + + + Disposes the layout. + + True if was called explicitly. + + + + Resets all layout information and frees internal buffers. + + + + + Updates the layout. + + + + Call this method some time after UpdateRequired is raised or whenever the layout origin changes. + + + The origin of the document layout area in the parent control. + + + + Gets the snap position that corresponds to a point in the control. + + The point to check. + The origin of the document layout area in the parent control. + The character snap. + + + + Paints a region of text. + + + Be sure to update the layout before calling this method. + + The graphics context. + The origin of the document layout area in the parent control. + The clip rectangle of the region to paint in the device context. + The paint options. + The index of the first selected character. Ignored if + the number of selected characters is 0. + The number of selected characters or 0 if none. + May be negative if the selection is reversed. + Thrown if or + is null. + + + + Computes the layout of a and appends one or + more s to the . + + The HDC state. + The paragraph index to layout. + + + + Gets a fully analyzed by paragraph index. + + + + + Analyzes a to populate a . + + + + + Event raised when a layout property changes and requires an update. + + + + + Gets the document this layout is for. + + + + + Gets the parent control to which embedded objects can attach themselves. + + + + + Gets or sets the desired layout width. + + + + + Gets or sets the desired reading order for the layout. + + + + + Gets or sets the current layout width which may differ from the desired layout width + if a relayout is pending. + + + + + Gets or sets the current layout height which may differ from the expected layout height + if a relayout is pending. + + + + + Gets or sets the current reading order which may differ from the desired reading order + if a relayout is pending. + + + + + Describes the style of a text run. + + + + A style is immutable once created and can be compared for equality with other styles. + + + + + + + + + + + + + + + Gets a default style based on current system font and color settings. + + The style. + + + + Gets the font. + + + This is an inline style property. + + + + + Gets the color. + + + This is an inline style property. + + + + + Gets the tab stop ruler. + + + This is a paragraph style property. + + + + + Gets whether to perform word-wrapping. + + + This is a paragraph style property. + + + + + Gets the left margin width in pixels. + + + This is a paragraph style property. + + + + + Gets the right margin width in pixels. + + + This is a paragraph style property. + + + + + Gets the first line indent in pixels. + + + This is a paragraph style property. + + + + + Builds objects. + + + + + Creates a builder with all style properties inherited. + + + + + Creates a builder initialized as a copy of an existing style. + + The style to copy. + Thrown if is null. + + + + Creates a builder initialized as a copy of an existing style builder. + + The style builder to copy. + Thrown if is null. + + + + Creates an immutable style object from the builder's properties. + + The style to inherit. + The new style object. + Thrown if is null. + + + + Creates an immutable style object from the builder's properties and supplies + any inherited properties from . + + The new style object. + + + + Gets or sets the font. + + + This is an inline style property. + + Thrown if contains null. + + + + Gets or sets the color. + + + This is an inline style property. + + + + + Gets or sets the tab stop ruler. + + + This is a paragraph style property. + + Thrown if contains null. + + + + Gets or sets whether to perform word-wrapping. + + + This is a paragraph style property. + + + + + Gets or sets the left margin width in pixels. + + + This is a paragraph style property. + + + + + Gets or sets the right margin width in pixels. + + + This is a paragraph style property. + + + + + Gets or sets the first line indent in pixels. + + + This is a paragraph style property. + + + + + Specifies a style property that may either be set explicitly or inherited from + another style. + + The type of value held by the property. + + + + Gets a special value that indicates that a style property value is inherited. + + + + + Creates a style property with the specified value. + + The value. + + + + Gets the value of the property if it is not inherited + otherwise returns the inherited value. + + The inherited value. + The value. + + + + Creates a style property with the specified value. + + The value. + The style property. + + + + Returns true if the properties are equal. + + + + + Returns true if the properties are not equal. + + + + + + + + + + + + + + Returns true if the property value is inherited. + + + + + Gets the value of the property if it is not inherited. + + Thrown if the property is inherited. + + + + Manages a collection of styles. + + + + + Creates an empty stylesheet. + + + + + Adds a style to the stylesheet. + + The style name. + The style to add. + Thrown if or is null. + Thrown if there is already a style with name . + + + + Gets a style by name. + + The style name. + The default style to return if no style + is present with the specified name. + The style. + Thrown if is null. + + + + A SplashView is a custom control to display styled text intermixed with + embedded content such as images. + + + + This control is optimized for high-performance append-only text output such as + scrolling consoles. Consequently, the control does not support editing or + modifications to currently displayed content (besides clearing it). + + + Display updates are performed asynchronously in batches. + + + + + + Creates an empty SplashView. + + + + + + + + Gets the snap position that corresponds to a point in the control. + + The point relative to the layout origin. + The character snap. + + + + Sets the selection. + + The selection start character index. + The selection length or 0 if none. + Thrown if + or is less than 0. + + + + Sets the selection to include all text in the document. + + + + + Clears the selection. + + + + + Gets the currently selected text in the document, or an empty string + if there is no selection. + + The selected text. + + + + Copies the selected text to the clipboard. + Does nothing if there is no current selection. + + True if some text was copied, false if there was no current selection. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Called when the selection changes. + + The event arguments. + + + + Maps a mouse position to a layout point. + + The mouse position. + The layout point. + + + + + + + Updates the context menu in time for pop-up. + + + + + + + + + + + + + + Event raised when the selection has changed. + + + + + + + + Gets or sets the selected text color. + + + + + Gets or sets the selected text color. + + + + + Gets the selection start character index. + + + + + Gets the selection length, or 0 if none. + + + + + Gets or sets the minimum width of the text area. + + + If the control is resized to less than this width, then the control will automatically + display a horizontal scrollbar. + + + + + Gets the document displayed in the view. + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.exe.config new file mode 100644 index 0000000000..9fc34dc517 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.exe.config @@ -0,0 +1,18 @@ + + + +
+ + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.plugin new file mode 100644 index 0000000000..9668323197 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.plugin @@ -0,0 +1,18 @@ + + + + Gallio Control Panel + 3.2.0.0 + An application for configuring preferences and managing the Gallio installation. + plugin://Gallio.ControlPanel/Resources/Gallio.ControlPanel.ico + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.exe.config new file mode 100644 index 0000000000..88bf4f599a --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.exe.config @@ -0,0 +1,30 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.plugin new file mode 100644 index 0000000000..ed74b2362e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.plugin @@ -0,0 +1,24 @@ + + + + Gallio Copy Program + 3.2.0.0 + Creates and maintains partial copies of a Gallio installation. + plugin://Gallio.Copy/Resources/Gallio.Copy.ico + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.exe.config new file mode 100644 index 0000000000..1e44702eda --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.exe.config @@ -0,0 +1,29 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.plugin new file mode 100644 index 0000000000..a0d15e4b1f --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.plugin @@ -0,0 +1,18 @@ + + + + Gallio Echo + 3.2.0.0 + A command-line test runner. + plugin://Gallio.Echo/Resources/Gallio.Echo.ico + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.exe.config new file mode 100644 index 0000000000..888c06807e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.exe.config @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.x86.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.x86.exe.config new file mode 100644 index 0000000000..888c06807e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.x86.exe.config @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.exe.config new file mode 100644 index 0000000000..888c06807e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.exe.config @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.x86.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.x86.exe.config new file mode 100644 index 0000000000..888c06807e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.x86.exe.config @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.exe.config new file mode 100644 index 0000000000..61f254a815 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.exe.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.plugin new file mode 100644 index 0000000000..d2bb1af92a --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.plugin @@ -0,0 +1,177 @@ + + + + + Gallio Icarus Test Runner + 3.2.0.0 + A GUI based test runner. + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 1 + + + + + + + + Icarus + -75 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Appearance/Test Status + 100 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Startup + 200 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Test Explorer + 300 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Test Explorer/Tree View Categories + 1 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Reports + 1 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Appearance/Progress Monitoring + 1 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Runner/Test Runner Extensions + 1 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + Icarus/Runner/Test Runner Factory + 1 + plugin://Gallio.Icarus/Resources/Gallio.Icarus.ico + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.plugin new file mode 100644 index 0000000000..cf7276154a --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.plugin @@ -0,0 +1,20 @@ + + + + Gallio MSBuild Tasks + 3.2.0.0 + Provides MSBuild tasks for running tests with Gallio. + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.xml new file mode 100644 index 0000000000..daa893f669 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.xml @@ -0,0 +1,818 @@ + + + + Gallio.MSBuildTasks + + + + + An MSBuild task that provides support for running Gallio tests. + + + In order for MSBuild to find this task, the Gallio.MSBuildTasks.dll has to be loaded with + the UsingTask directive: + + + ]]> + + The AssemblyFile attribute must be set to the path where the Gallio.MSBuildTasks.dll assembly resides, + and the TaskName attribute must be set to "Gallio", otherwise MSBuild won't load the task. + + + The following code is an example build file that shows how to load the task, specify the test files + and assemblies and set some of the task's properties: + + + + + + + + + + + + + + + + + + + + ]]> + + + + + + Default constructor. + + + + + + + + + Provided so that the unit tests can override test execution behavior. + + + + + The list of relative or absolute paths of test files, projects and assemblies to execute. + Wildcards may be used. This is required. + + The following example shows how to specify the test files, projects and assemblies + (for a more complete example please see the task documentation): + + + + + + + + + + + + ]]> + + + + + + The list of directories used for loading referenced assemblies and other dependent resources. + + The following example shows how to specify the hint directories: + + + + + + + + + ]]> + + + + + + Additional Gallio plugin directories to search recursively. + + The following example shows how to specify the plugins directories: + + + + + + + + + ]]> + + + + + + + Gets or sets the relative or absolute path of the application base directory, + or null to use a default value selected by the consumer. + + + If relative, the path is based on the current working directory, + so a value of "" causes the current working directory to be used. + + + The default is null. + + + + + + + Gets or sets the relative or absolute path of the working directory + or null to use a default value selected by the consumer. + + + If relative, the path is based on the current working directory, + so a value of "" causes the current working directory to be used. + + + The default is null. + + + + + + + Enables shadow copying when set to true. + + + Shadow copying allows the original assemblies to be modified while the tests are running. + However, shadow copying may occasionally cause some tests to fail if they depend on their original location. + + + The default is false. + + + + + + + Attaches the debugger to the test process when set to true. + + + The default is false. + + + + + + + Gets or sets the version of the .Net runtime to use for running tests. + + + For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'. + + + The default is null which uses the most recent installed and supported framework. + + + + + + A list of the types of reports to generate, separated by semicolons. + + + + The types supported "out of the box" are: Html, Html-Condensed, Text, Text-Condendes, XHtml, + XHtml-Condensed, MHtml, MHtml-CondensedXml, and Xml-Inline, but more types could be available as plugins. + The report types are not case sensitive. + + + + In the following example reports will be generated in both HTML and XML format: + + + + + ]]> + + + + + + Sets the report archive mode. + + + + The supported modes are: + + Normal (default) + Zip + + + + + In the following example, reports will be enclosed in a zip file: + + + + + ]]> + + + + + + Sets the format string to use to generate the reports filenames. + + + Any occurence of {0} will be replaced by the date, and any occurrence of {1} by the time. + The default format string is test-report-{0}-{1}. + + + + + Sets the name of the directory where the reports will be put. + + + The directory will be created if it doesn't exist. Existing files will be overwritten. + The default report directory is "Reports". + + + + + Sets the type of test runner to use. + + + + The types supported "out of the box" are: Local, IsolatedAppDomain + and IsolatedProcess (default), but more types could be available as plugins. + The runner types are not case sensitive. + + + + + + + Specifies the type, assembly, and parameters of custom test runner + extensions to use during the test run in the form: + '[Namespace.]Type,Assembly[;Parameters]'. + + + eg. 'FancyLogger,MyCustomExtensions.dll;SomeParameters' + + + + Since semicolons are used to delimit multiple property values in MSBuild, + it may be necessary to escape semicolons that appear as part of test + runner extension specifications to ensure MSBuild does not misinterpret them. + An escaped semicolon may be written as "%3B" in the build file. + + + The following example runs tests using a custom logger extension: + + + + + ]]> + + + + + + Specifies option property key/value pairs for the test runner. + + + The following example specifies some extra NCover arguments. + + + + + + ]]> + + + + + + Specifies option property key/value pairs for the report formatter. + + + The following example changes the default attachment content disposition for the reports. + + + + + ]]> + + + + + + + Sets the filter set to apply, which consists of a sequence of one or more inclusion + or exclusion filter rules prefixed using 'include' (optional) or 'exclude'. + + + + + A filter rule consists of zero or more filter expressions + that may be combined using 'and', 'or', and 'not' and grouped with + parentheses. A filter expression consists of a filter key followed by one or + more comma-delimited matching values in the form 'key: value, "quoted value", + /regular expression/'. + + The filter grammar is defined as follows: + + ::= [^:,*()/\"']+ + + ::= '"' .* '"' # String delimited by double quotation marks + | "'" .* "'" # String delimited by single quotation marks + + ::= + | + + ::= "/" .* "/" # Regular expression + | "/" .* "/i" # Case-insensitive regular expression + + ::= + + ::= # Value specified by exact string + | # Value specified by regular expression + + ::= (',' )* # One or more comma-separated values + + ::= "*" # "Any" + | ":" matchSeq> + | OR filterExpr> # Combine filter expressions with OR + | AND filterExpr> # Combine filter expressions with AND + | NOT # Negate filter expression + | "(" ")" # Grouping filter expression + + ::= # Inclusion rule (default case) + | INCLUDE # Inclusion rule + | EXCLUDE # Exclusion rule + + ::= # Filter set consists of at least one filter rule. + | # But may be a sequence of rules. + ]]> + + By default this property takes the value "*", which means the "Any" filter will be applied. + + The operator precedence is, from highest to lowest: NOT, AND, and OR. All these operators are + left-associative. + + + The commas used to separate the values are interpreted as OR operators, so "Type:Fixture1,Fixture2" + is equivalent to "Type:Fixture1 or Type:Fixture2". + + + White-space is ignored outside quoted strings, so "Type:Fixture1|Type:Fixture2" is equivalent + to "Type : Fixture1 | Type : Fixture2". + + + Commas, colons, slashes, backslashes and quotation marks can be escaped with a backslash. For + example, \' will be interpreted as '. Using a single backslash in front of any other character + is invalid. + + + Currently the following filter keys are recognized: + + Id: Filter by id. + Name: Filter by name. + Assembly: Filter by assembly name. + Namespace: Filter by namespace name. + Type: Filter by type name, including inherited types. + ExactType: Filter by type name, excluding inherited types. + Member: Filter by member name. + + *: All other names are assumed to correspond to metadata keys. See for standard metadata keys. Common keys are: AuthorName, Category, Description, Importance, TestsOn. + + + + + + + + Assuming the following fixtures have been defined: + The following filters could be applied: + + Type: Fixture1 + All the tests within Fixture1 will be run. + + + + Member: Test1 + Only Fixture1.Test1 and Fixture2.Test1 will be run. + + + + Type: Fixture1, Fixture2 + All the tests within Fixture1 or Fixture2 will be run. + + + + Type:Fixture1 or Type:Fixture2 + All the tests within Fixture1 or Fixture2 will be run. + + + + Type:Fixture1, Fixture2 and Member:Test2 + Only Fixture1.Test2 and Fixture2.Test2 will be run. + + + + Type:/Fixture*/ and Member:Test2 + Only Fixture1.Test2 and Fixture2.Test2 will be run. + + + + AuthorName:AlbertEinstein + All the tests within Fixture1 will be run because its author attribute is set to "AlbertEinstein". + + + + Category: IntegrationTest + All the tests within Fixture2 will be run because its category attribute is set to "IntegrationTest". + + + + ("Type": 'Fixture1' and "Member":/Test*/) or (Type : Fixture2 and Member: /Test*/) + All the tests will be run. This example also shows that you can enclose key and + values with quotation marks, and group expressions with parentheses. + + + + exclude AuthorName: AlbertEinstein + All the tests within Fixture2 will be run because its author attribute is not set to "AlbertEinstein". + + + + exclude Type: Fixture2 include Member: Test2 + Only Fixture1.Test2 will be run because Fixture2 was excluded from consideration before the inclusion rule was applied. + + + + + + + Sets whether test failures will be ignored and allow the build to proceed. + When set to false, test failures will cause the build to fail. + + + + + Sets whether to show generated reports in a window using the default system application + registered to the report file type. + + + + + Sets whether to load the tests but not run them. This option may be used to produce a + report that contains test metadata for consumption by other tools. + + + + + + Sets whether to ignore annotations when determining the result code. + If false (default), then error annotations, usually indicative of broken tests, will cause + a failure result to be generated. + + + + + + Sets whether to echo results to the screen as tests finish. If this option is set + to true, the default, test results are echoed to the console + in varying detail depending on the current verbosity level. Otherwise + only final summary statistics are displayed. + + + + + Sets the maximum amount of time (in seconds) the tests can run + before they are canceled. The default is an infinite time to run. + + + + + The verbosity to use when logging. The default is "Normal". + + + + + Gets the exit code of the tests execution. + + + This property is only meaningful when the IgnoreFailures property is set to true. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases run. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test steps run. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases that were run and passed. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases that were run and failed. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases that ran and were inconclusive. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases that were run. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the total number of test cases that did not run because they were skipped. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the duration of the tests execution in seconds. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + Gets the number of assertions evaluated. + + + To use this property, you need to include an Output tag within the + Gallio tag to specify a name to reference it: + + + + + + + + ]]> + + + + + + The Gallio.MSBuildTasks namespace contains MSBuild tasks for Gallio. + + + + + + Logs messages to a instance. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to test-report-{0}-{1}. + + + + + Looks up a localized string similar to Gallio MSBuild Task - Version {0}. + + + + + Looks up a localized string similar to An unexpected error occurred during execution of the Gallio task.. + + + + + + Logs messages to a instance + for test results. + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.Readme.txt b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.Readme.txt new file mode 100644 index 0000000000..59f8d513f8 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.Readme.txt @@ -0,0 +1,24 @@ +Gallio.Navigator +================ + +The Gallio Navigator component enables external applications to navigate to source code +by clicking on links that are interpreted by a Pluggable Protocol Handler or by loading +an ActiveX / COM object marked safe for scripting. + +These services are intended to present a minimum security risk and specifically do not +disclose user information to the calling application. + +(In the future this mechanism may be used to provide additional Gallio services.) + +NavigateTo Service: + + Link Format: gallio:navigateTo?path=&line=&column= + + ActiveX: Gallio.Navigator.GallioNavigator class + bool NavigateTo(string path, int lineNumber, int columnNumber) + + Parameters: + + - The path of the source file. + - The 1-based line number, or 0 if unspecified. + - The 1-based column number, or 0 if unspecified. diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.exe.config new file mode 100644 index 0000000000..5a226ea3ea --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.exe.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.plugin new file mode 100644 index 0000000000..031e0a7289 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.plugin @@ -0,0 +1,22 @@ + + + + Gallio Navigator + 3.2.0.0 + . + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.dll-Help.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.dll-Help.xml new file mode 100644 index 0000000000..39c9858230 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.dll-Help.xml @@ -0,0 +1,404 @@ + + + + + + + + Run-Gallio + + + Runs tests using Gallio. + + + Copyright © 2005-2009 Gallio Project - http://www.gallio.org/ + + Run + Gallio + + + + The Run-Gallio cmdlet runs tests using Gallio. + + + + + + + + + ApplicationBaseDirectory + + The relative or absolute path of the application base directory to use during test execution instead of the default. + + String.Empty + + + Run-Gallio + + Files + + The list of comma-separated, relative or absolute paths of test files, projects and assemblies to execute. Wildcards may be used. + + + + + DoNotRun + + Sets whether to load the tests but not run them. This option may be used to produce a report that contains test metadata for consumption by other tools. + + false + + + + Filter + + + Sets the filter set to apply, which consists of a sequence of one or more inclusion + or exclusion filter rules prefixed using 'include' (optional) or 'exclude'. + A filter rule consists of zero or more filter expressions + that may be combined using 'and', 'or', and 'not' and grouped with + parentheses. A filter expression consists of a filter key followed by one or + more comma-delimited matching values in the form 'key: value, "quoted value", + /regular expression/'. + + + * + + + + HintDirectories + + The list of directories used for loading referenced assemblies and other dependent resources. + + + + + NoEchoResults + + Sets whether to echo results to the screen as tests finish. If this option is specified only the final summary statistics are displayed. Otherwise test results are echoed to the console in varying detail depending on the current verbosity level. + + false + + + + NoProgress + + Sets whether progress information is shown during the execution. If this option is specified, the execution is silent and no progress information is displayed. + + false + + + + PluginDirectories + + Additional Gallio plugin directories to search recursively. + + + + + ReportDirectory + + Sets the name of the directory where the reports will be put. + + "Reports" + + + + ReportNameFormat + + Sets the format string to use to generate the reports filenames. + + test-report-{0}-{1} + + + + ReportArchive + + Indicates whether to enclose the resulting test report in a compressed archive file. + + false + + + + ReportTypes + + A list of the types of reports to generate, separated by semicolons. + + String.Empty + + + + RunnerType + + Sets the type of test runner to use (LocalAppDomain, IsolatedAppDomain or IsolatedProcess, but more could be available as plugins). + + IsolatedProcess + + + + ShadowCopy + + + Enables shadow copying when set to true. Shadow copying allows the original assemblies to be modified while the tests are running. However, shadow copying may occasionally cause some tests to fail if they depend on their original location. + + + false + + + + DebugTests + + + Attaches the debugger to the test process. + + + false + + + + ShowReports + + Sets whether to open the generated reports once execution has finished. + + false + + + + WorkingDirectory + + + The relative or absolute path of the working directory to use during test execution instead of the default. + + + String.Empty + + + + RuntimeVersion + + The version of the .Net runtime to use for running tests. For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'. The default is null which uses the most recent installed and supported framework. + + + + + + + + + + + ApplicationBaseDirectory + + The relative or absolute path of the application base directory. + + String.Empty + + + Run-Gallio + + Files + + The list of comma-separated, relative or absolute paths of test files, projects and assemblies to execute. Wildcards may be used. + + + + + DoNotRun + + Sets whether to load the tests but not run them. This option may be used to produce a report that contains test metadata for consumption by other tools. + + false + + + + Filter + + + Sets the filter set to apply, which consists of a sequence of one or more inclusion + or exclusion filter rules prefixed using 'include' (optional) or 'exclude'. + A filter rule consists of zero or more filter expressions + that may be combined using 'and', 'or', and 'not' and grouped with + parentheses. A filter expression consists of a filter key followed by one or + more comma-delimited matching values in the form 'key: value, "quoted value", + /regular expression/'. + + + * + + + + HintDirectories + + The list of directories used for loading referenced assemblies and other dependent resources. + + + + + NoEchoResults + + Sets whether to echo results to the screen as tests finish. If this option is specified only the final summary statistics are displayed. Otherwise test results are echoed to the console in varying detail depending on the current verbosity level. + + false + + + + NoProgress + + Sets whether progress information is shown during the execution. If this option is specified, the execution is silent and no progress information is displayed. + + false + + + + PluginDirectories + + Additional Gallio plugin directories to search recursively. + + + + + ReportDirectory + + Sets the name of the directory where the reports will be put. + + "Reports" + + + + ReportNameFormat + + Sets the format string to use to generate the reports filenames. + + test-report-{0}-{1} + + + + ReportArchive + + Indicates whether to enclose the resulting test report in a compressed archive file. + + false + + + + ReportTypes + + A list of the types of reports to generate, separated by semicolons. + + String.Empty + + + + RunnerType + + Sets the type of test runner to use: Local, IsolatedAppDomain, IsolatedProcess, or others that may be provided by plugins. + + IsolatedProcess + + + + RunnerExtensions + + Specifies the type, assembly, and parameters of custom test runner extensions to use during the test run in the form: '[Namespace.]Type,Assembly[;Parameters]. eg. 'FancyLogger,MyExtensions.dll;ColorOutput,FancyIndenting' + + + + + ShadowCopy + + + Enables shadow copying when set to true. Shadow copying allows the original assemblies to be modified while the tests are running. However, shadow copying may occasionally cause some tests to fail if they depend on their original location. + + + false + + + + DebugTests + + + Attaches the debugger to the test process. + + + false + + + + ShowReports + + Sets whether to open the generated reports once execution has finished. + + false + + + + WorkingDirectory + + + The relative or absolute path of the working directory. If relative, the path is based on the current working directory, so a value of "" (an empty string) causes the current working directory to be used. + + + String.Empty + + + + RuntimeVersion + + The version of the .Net runtime to use for running tests. For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'. The default is null which uses the most recent installed and supported framework. + + + + + + + # Makes the Gallio commands available + Add-PSSnapIn Gallio + # Runs TestAssembly1.dll + Run-Gallio "[Path-to-assembly1]\TestAssembly1.dll","[Path-to-assembly2]\TestAssembly2.dll","[Path-to-test-script1]/TestScript1_spec.rb","[Path-to-test-script2]/TestScript2.xml" -f Category:UnitTests -rd C:\build\reports -rf html -ra + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.plugin new file mode 100644 index 0000000000..971300f2ce --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.plugin @@ -0,0 +1,21 @@ + + + + Gallio PowerShell Commands + 3.2.0.0 + Provides PowerShell cmdlets for running tests with Gallio. + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.xml new file mode 100644 index 0000000000..6a898a9d76 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.xml @@ -0,0 +1,660 @@ + + + + Gallio.PowerShellCommands + + + + + + Abstract base class for PowerShell commands. + Provides some useful runtime support. + + + + + Posts an action to perform later within the message loop. + + The action to perform. + + + + + Starts a message pump running on the current thread and performs the + specified action in another thread. The action can asynchronously communicate back to the + cmdlet using on the current thread. + + The action to perform. + + + + Aborts the processing of the command. + + + + + The event dispatches when the command is asynchronously being stopped + via . + + + + + Gets the logger for the cmdlet. + + + + + Sets whether progress information is shown during the execution. If this option is specified, + the execution is silent and no progress information is displayed. + + + + This parameter takes the value true if present and false if not. No + value has to be specified. + + + + + # Shows progress information + Run-Gallio SomeAssembly.dll + # Hides progress information + Run-Gallio SomeAssembly.dll -np + + + + + + Gets the progress monitor provider for the cmdlet. + + + + + + + + + + + The Gallio.PowerShellCommands namespace contains Powershell cmdlets for Gallio. + + + + + A PowerShell Cmdlet for running Gallio. + + + Only the parameter is required. + + + There are severals ways to run this cmdlet: + + + + + + Default constructor. + + + + + + + + + Provided so that the unit tests can override test execution behavior. + + + + + The list of relative or absolute paths of test files, projects and assemblies to execute. + Wildcards may be used. This is required. + + + There are severals ways to pass the test files to the cmdlet: + Run-Gallio + + cmdlet Run-Gallio at command pipeline position + Supply values for the following parameters: + Files[0]: + ]]> + + + + + The list of directories used for loading referenced assemblies and other dependent resources. + + + The following example shows how to specify the hint directories: + + See the property for more ways of passing list of parameters to the cmdlet. + + + + + Additional Gallio plugin directories to search recursively. + + + The following example shows how to specify the plugin directories: + + See the property for more ways of passing list of parameters to + the cmdlet. + + + + + Gets or sets the relative or absolute path of the application base directory, + or null to use a default value selected by the consumer. + + + + If relative, the path is based on the current working directory, + so a value of "" causes the current working directory to be used. + + + The default is null. + + + + + + Gets or sets the relative or absolute path of the working directory + or null to use a default value selected by the consumer. + + + + If relative, the path is based on the current working directory, + so a value of "" causes the current working directory to be used. + + + The default is null. + + + + + + Enables shadow copying when set to true. + + + + Shadow copying allows the original assemblies to be modified while the tests are running. + However, shadow copying may occasionally cause some tests to fail if they depend on their original location. + + + The default is false. + + + + + + Attaches the debugger to the test process when set to true. + + + + The default is false. + + + + + + Gets or sets the version of the .Net runtime to use for running tests. + + + + For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'. + + + The default is null which uses the most recent installed and supported framework. + + + + + + A list of the types of reports to generate, separated by semicolons. + + + + The types supported "out of the box" are: Html, Html-Inline, Text, XHtml, + XHtml-Inline, Xml, and Xml-Inline, but more types could be available as plugins. + The report types are not case sensitives. + + + + In the following example reports will be generated in both HTML and XML format: + + See the property for more ways of passing list of parameters to + the cmdlet. + + + + + Sets the format string to use to generate the reports filenames. + + + + Any occurence of {0} will be replaced by the date, and any occurrence of {1} by the time. + + + The default format string is test-report-{0}-{1}. + + + + + + Sets the name of the directory where the reports will be put. + + + + The directory will be created if it doesn't exist. Existing files will be overwritten. + The default report directory is "Reports". + + + + + + Specifies to enclose the resulting reports into a compressed archive file (zip). + + + + + + Sets the filter set to apply, which consists of a sequence of one or more inclusion + or exclusion filter rules prefixed using 'include' (optional) or 'exclude'. + + + + + A filter rule consists of zero or more filter expressions + that may be combined using 'and', 'or', and 'not' and grouped with + parentheses. A filter expression consists of a filter key followed by one or + more comma-delimited matching values in the form 'key: value, "quoted value", + /regular expression/'. + + The filter grammar is defined as follows: + + ::= [^:,*()/\"']+ + + ::= '"' .* '"' # String delimited by double quotation marks + | "'" .* "'" # String delimited by single quotation marks + + ::= + | + + ::= "/" .* "/" # Regular expression + | "/" .* "/i" # Case-insensitive regular expression + + ::= + + ::= # Value specified by exact string + | # Value specified by regular expression + + ::= (',' )* # One or more comma-separated values + + ::= "*" # "Any" + | ":" matchSeq> + | OR filterExpr> # Combine filter expressions with OR + | AND filterExpr> # Combine filter expressions with AND + | NOT # Negate filter expression + | "(" ")" # Grouping filter expression + + ::= # Inclusion rule (default case) + | INCLUDE # Inclusion rule + | EXCLUDE # Exclusion rule + + ::= # Filter set consists of at least one filter rule. + | # But may be a sequence of rules. + ]]> + + By default this property takes the value "*", which means the "Any" filter will be applied. + + The operator precedence is, from highest to lowest: NOT, AND, and OR. All these operators are + left-associative. + + + The commas used to separate the values are interpreted as OR operators, so "Type:Fixture1,Fixture2" + is equivalent to "Type:Fixture1 or Type:Fixture2". + + + White-space is ignored outside quoted strings, so "Type:Fixture1|Type:Fixture2" is equivalent + to "Type : Fixture1 | Type : Fixture2". + + + Commas, colons, slashes, backslashes and quotation marks can be escaped with a backslash. For + example, \' will be interpreted as '. Using a single backslash in front of any other character + is invalid. + + + Currently the following filter keys are recognized: + + Id: Filter by id. + Name: Filter by name. + Assembly: Filter by assembly name. + Namespace: Filter by namespace name. + Type: Filter by type name, including inherited types. + ExactType: Filter by type name, excluding inherited types. + Member: Filter by member name. + + *: All other names are assumed to correspond to metadata keys. See for standard metadata keys. Common keys are: AuthorName, Category, Description, Importance, TestsOn. + + + + + + + + Assuming the following fixtures have been defined: + The following filters could be applied: + + Type: Fixture1 + All the tests within Fixture1 will be run. + + + + Member: Test1 + Only Fixture1.Test1 and Fixture2.Test1 will be run. + + + + Type: Fixture1, Fixture2 + All the tests within Fixture1 or Fixture2 will be run. + + + + Type:Fixture1 or Type:Fixture2 + All the tests within Fixture1 or Fixture2 will be run. + + + + Type:Fixture1, Fixture2 and Member:Test2 + Only Fixture1.Test2 and Fixture2.Test2 will be run. + + + + Type:/Fixture*/ and Member:Test2 + Only Fixture1.Test2 and Fixture2.Test2 will be run. + + + + AuthorName:AlbertEinstein + All the tests within Fixture1 will be run because its author attribute is set to "AlbertEinstein". + + + + Category: IntegrationTest + All the tests within Fixture2 will be run because its category attribute is set to "IntegrationTest". + + + + ("Type": 'Fixture1' and "Member":/Test*/) or (Type : Fixture2 and Member: /Test*/) + All the tests will be run. This example also shows that you can enclose key and + values with quotation marks, and group expressions with parentheses. + + + + exclude AuthorName: AlbertEinstein + All the tests within Fixture2 will be run because its author attribute is not set to "AlbertEinstein". + + + + exclude Type: Fixture2 include Member: Test2 + Only Fixture1.Test2 will be run because Fixture2 was excluded from consideration before the inclusion rule was applied. + + + + + + + Sets whether to open the generated reports once execution has finished. + + + + This parameter takes the value true if present and false if not. No + value has to be specified. + + The reports are opened in a window using the default system application + registered to the report file type. + + + + + + + + + + Sets the type of test runner to use. + + + + The types supported "out of the box" are: Local, IsolatedAppDomain + and IsolatedProcess (default), but more types could be available as plugins. + The runner types are not case sensitive. + + + + + + Specifies the type, assembly, and parameters of custom test runner + extensions to use during the test run. + + + + The value must be in the form '[Namespace.]Type,Assembly[;Parameters]' . + + + + The following example runs tests using a custom logger extension: + + + + + + Specifies option property key/value pairs for the test runner. + + + The following example specifies some extra NCover arguments. + + + + + + Specifies option property key/value pairs for the report formatter. + + + The following example changes the default attachment content disposition for the reports. + + + + + + Sets whether to load the tests but not run them. + + + + This option may be used to produce a report that contains test metadata for consumption by other tools. + + + + + + Sets whether to ignore annotations when determining the result code. + + + + If false (default), then error annotations, usually indicative of broken tests, will cause + a failure result to be generated. + + + + + + Sets whether to echo results to the screen as tests finish. + + + + If this option is specified only the final summary statistics are displayed. Otherwise test results are echoed to the + console in varying detail depending on the current verbosity level. + + + + + + Sets the maximum amount of time (in seconds) the tests can run + before they are canceled. The default is an infinite time to run. + + + + + + A PowerShell SnapIn that registers the Gallio Cmdlets. + + + + + Gets the description of the snap-in. + + + + + Gets the name of the snap-in. + + + + + Gets the vendor of the snap-in. + + + + + + Logs messages using a 's logging functions. + + + + + Initializes a new instance of the class. + + The instance to channel + log messages to. + + + + Logs a message. + + The log message severity. + The message to log. + The exception to log (it can be null). + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to Gallio PowerShell Cmdlet - Version {0}.{1} build {2}. + + + + + Looks up a localized string similar to test-report-{0}-{1}. + + + + + Looks up a localized string similar to An unexpected error occurred during execution of the Gallio task.. + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.plugin new file mode 100644 index 0000000000..309483ec30 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.plugin @@ -0,0 +1,241 @@ + + + + Gallio Reports Library + 3.2.0.0 + Provides several common report formats including Xml, Html, XHtml, MHtml and Text. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Link + + + Xml + + Generates XML reports with linked attachment files. + + Supported report formatter properties: + - AttachmentContentDisposition: Specifies how attachments should be stored. "Absent", "Link" or "Inline". Default is "Link". + + + + + + + Inline + + + Xml-Inline + Generates XML reports with inline encoded attachments. + + + + + + txt + text/plain + Absent + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.txt.xsl + + + + Text + Generates plain text reports. + + + + + + txt + text/plain + Absent + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.txt-condensed.xsl + + + + Text-Condensed + Generates plain text reports without passing tests. + + + + + + html + text/html + Link + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.html.xsl + css;js;img + + + Html + + Generates HTML reports. + + Supported report formatter properties: + - AttachmentContentDisposition: Specifies how attachments should be stored. "Absent", "Link" or "Inline". Default is "Link". + + + + + + + html + text/html + Link + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.html-condensed.xsl + css;js;img + + + Html-Condensed + + Generates HTML reports that omit passing tests. + + Supported report formatter properties: + - AttachmentContentDisposition: Specifies how attachments should be stored. "Absent", "Link" or "Inline". Default is "Link". + + + + + + + xhtml + text/xhtml+xml + Link + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.xhtml.xsl + css;js;img + + + XHtml + + Generates XHTML reports. + + Supported report formatter properties: + - AttachmentContentDisposition: Specifies how attachments should be stored. "Absent", "Link" or "Inline". Default is "Link". + + + + + + + xhtml + text/xhtml+xml + Link + plugin://Gallio.Reports/Resources/ + xsl/Gallio-Report.xhtml-condensed.xsl + css;js;img + + + XHtml-Condensed + + Generates XHTML reports that omit passing tests. + + Supported report formatter properties: + - AttachmentContentDisposition: Specifies how attachments should be stored. "Absent", "Link" or "Inline". Default is "Link". + + + + + + + ${ReportFormatter.Html} + + + MHtml + Generates MHTML reports. + + + + + + ${ReportFormatter.Html-Condensed} + + + MHtml-Condensed + Generates MHTML reports that omit passing tests. + + + + + + plugin://Gallio.Reports/Resources/img/testkinds/ + plugin://Gallio.Reports/Resources/css/Gallio-Report.Generated.css + + + true + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.xml new file mode 100644 index 0000000000..5280155da7 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.xml @@ -0,0 +1,229 @@ + + + + Gallio.Reports + + + + + Abstract base class for report formatters. + + + + + Gets the name of the option that how attachments are saved. + + + + + Creates a report formatter. + + + + + Gets the attachment content disposition. + + The formatter options. + The attachment content disposition. + + + + + + + Gets or sets the default attachment content disposition. + Defaults to . + + + + + + Formats MIME HTML archive reports similar to the web archives generated by Internet Explorer. + The report can then be sent to recipients as a single file. + + + Unfortunately the format is non-standard and cannot be read by most other browsers. + + + + + + Creates a report formatter. + + The HTML report formatter. + Thrown if is null. + + + + + + + A report container that saves a report as a multipart mime archive in a single file + within another container. + + + This is currently specialized for saving HTML reports. + It does not support loading reports. + + + + + Creates the multipart mime report container. + + The container to which the archived report should be saved. + Thrown if is null. + + + + Opens the archive within the inner container. + + The path of the archive to create. + Thrown if is null. + Thrown if the archive has already been opened. + + + + Finishes writing out the MIME archive and closes it. + Does nothing if the archive is not open. + + + + + + + + The Gallio.Reports namespace provides report formatters for common Gallio test report types. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Installs derived resources for reports such as test framework icons. + + + + + Initializes the installer. + + The test kind manager, not null. + The test kind image directory, not null. + The generated CSS file, not null. + + + + + + + Formats reports as Xml. + + + + Recognizes the following options: + + + Option + Description + + + AttachmentContentDisposition + Overrides the default attachment content disposition for the format. + The content disposition may be "Absent" to exclude attachments, "Link" to + include attachments by reference to external files, or "Inline" to include attachments as + inline content within the formatted document. Different formats use different + default content dispositions. + + + + + + + + Creates an Xml report formatter. + + + + + + + + + Generic XSLT report formatter. + + + Recognizes the following options: + + + Option + Description + + + AttachmentContentDisposition + Overrides the default attachment content disposition for the format. + The content disposition may be "Absent" to exclude attachments, "Link" to + include attachments by reference to external files, or "Inline" to include attachments as + inline content within the formatted document. Different formats use different + default content dispositions. + + + + + + + + Creates an XSLT report formatter. + + The preferred extension without a '.' + The content type of the main report document. + The resource directory. + The path of the XSLT relative to the resource directory. + The paths of the resources (such as images or CSS) to copy + to the report directory relative to the resource directory. + Thrown if any arguments are null. + + + + + + + Applies the transform to produce a report. + + + + + Copies additional resources to the content path within the report. + + + + + Populates the arguments for the XSL template processing. + + + + + Loads the XSL transform. + + The full path of the XSLT. + The transform. + + + + Gets the XSL transform. + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.plugin new file mode 100644 index 0000000000..e266855668 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.plugin @@ -0,0 +1,127 @@ + + + + Gallio UI Library + 3.2.0.0 + Gallio UI components. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Preferences + 0 + + + + + + Plugins + 100 + + + + + + Gallio + -100 + plugin://Gallio/Resources/Gallio.ico + + + + + + Gallio/Runtime + plugin://Gallio/Resources/Gallio.ico + Machine + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.xml new file mode 100644 index 0000000000..36749cb681 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.xml @@ -0,0 +1,1373 @@ + + + + Gallio.UI + + + + + Wrapper for static UnhandledExceptionPolicy + class (to improve testability). + + + + + Reports an unhandled exception. + + A message to explain how the exception was intercepted. + The unhandled exception. + Thrown if or + is null. + + + + + + + + + + Holder for the current sync context (e.g. the winforms current). + + + + + Wrapper for Send on the shared sync context. + + The SendOrPostCallback delegate to call. + The object passed to the delegate. + + + + Wrapper for Post on the shared sync context. + + The SendOrPostCallback delegate to call. + The object passed to the delegate. + + + + Returns a shared SynchronizationContext instance. + + + Usually used to stash a reference to the win forms synchronization + context (WindowsFormsSynchronizationContext.Current), used for + cross-thread data binding. + + + + + Presents the control panel dialog. + + + + + Presents the control panel dialog. + + + + + Shows the control panel dialog. + + The dialog owner control. + The dialog result, either + or depending on how the dialog + was closed. + + + + Creates a control panel presenter. + + The preference page provider handles, not null. + The elevation manager, not null. + + + + + + + Base class for components that present control panel tabs. + + + + + Base class for user controls for editing settings with deferred application. + + + + + Applies pending settings changes. + + An elevation context when + is true, otherwise null. + The progress monitor, not null. + + The default implementation simply sets to false. + + + + + Raises the event. + + The event arguments. + + + + Raises the event. + + The event arguments. + + + + Event raised when the value of changes. + + + + + Event raised when the value of changes. + + + + + Gets or sets whether there are pending settings changes yet to be applied. + + + + + Gets or sets whether elevation will be required to apply pending modifications. + + + + + Creates a control panel tab. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Describes the traits of a . + + + + + Creates a traits object for a control panel tab provider. + + The control panel tab name. + Thrown if is null. + Thrown if is empty. + + + + Gets the control panel tab name. + + + + + Gets or sets an integer index used to sort control panel tabs in ascending order. + + + + + Provides a preference pane to be incorporated into the Gallio control panel. + + + + + Creates a control panel tab to include in the control panel. + + The control panel tab. + + + + Presents a dialog with control panel options. + + + + + Creates a control panel dialog. + + + + + Adds a tab. + + The tab name. + The tab factory. + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Gets or sets the elevation manager used to obtain an elevation context. + + + + + Gets or sets the progress monitor provider to use. + + + + + The Gallio.UI.ControlPanel.Plugins namespace contains types for a standard Control + Panel extension that displays installed plugins. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + A control panel tab for managing installed plugins. + + + + + Creates a control panel tab for managing installed plugins. + + The plugin registry, not null. + + + + + + + The Gallio.UI.ControlPanel namespace contains types for using and extending the + Preference Tab of the Gallio Control Panel UI. + + + + + Contains a preference pane and decorates it with a title. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Gets or sets the preference pane, or null if none. + + + + + Gets or sets the preference pane title, or null if none. + + + + + Specifies the scope of the changes effected by a preference pane. + + + + + Changes affect the current user only. + + + + + Changes affect all users of the machine. + + + + + Applies changes made by the . + + + + + + + + Base class for components that present preference panels. + + + + + Creates a preference pane. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + A preference pane provider that is used as an empty placeholder for a + non-leaf node in the preference pane tree. + + + + + Provides a preference pane to be incorporated into the Gallio control panel. + + + + + Creates a preference pane to include in the control panel. + + The preference pane. + + + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Provides the preference pane for the Gallio runtime paths. + + + + + + + + Adds a preference pane. + + The preference pane path consisting of slash-delimited name segments + specifying tree nodes. + The preference pane icon, or null if none. + The preference pane scope, or null if none. + The preference pane factory. + + + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Provides the preferences control panel tab. + + + + + Creates a control panel tab provider for preference panes. + + The preference page provider handles, not null. + + + + + + + Describes the traits of a . + + + + + Creates a traits object for a preference pane provider. + + The preference pane path consisting of slash-delimited name segments + specifying tree nodes. + Thrown if is null. + Thrown if is empty. + + + + Gets the preference pane path consisting of slash-delimited name segments + specifying tree nodes. + + + + + Gets or sets an icon (16x16) for the preference pane, or null if none. + + + + + Gets or sets an integer index used to sort control panel tabs in ascending order. + + + + + Gets or sets a value that describes the scope of the changes effected by a preference pane. + + The scope. by default. + + + + The Gallio.UI.ControlPanel namespace contains types for using and extending the + Gallio Control Panel UI. + + + + + Extends the win forms ToolStripMenuItem to wrap a MenuCommand. + + + + + Constructor providing a menu command. + + + When clicked, the command will be run synchronously. + + The command to use. + + + + Constructor providing a command and task manager. + + + When clicked, the command will be queued with the + supplied task manager. + + The command to use. + The task manager to use. + + + + Constructor providing a command, task manager and keys parser. + + The command to use. + The task manager to use. + The keys parser to use. + + + + A menu item that truncates the text, using ellipses (...), if necessary. + + + + + Sub-class of ToolStripMenuItem, + making databinding easier. + + + + + Gets or sets the collection of currency managers for the IBindableComponent. + + + + + Gets the collection of data-binding objects for this IBindableComponent. + + + + + Ctor. + + The text for the menu item to display. + The full text will be the tooltip, but the display text + will be truncated if longer than specified. + The maximum length text to display. + + + + Parses a string representation of a enum. + + + + + Parses a string representation of a enum. + + The shortcut string to parse. + A enum. + + For example, "Ctrl + S" would parse as Keys.Control | Keys.S + + + + + + + + + + + Sub-class of ToolStripButton, + making databinding easier. + + + + + Gets or sets the collection of currency managers for the IBindableComponent. + + + + + Gets the collection of data-binding objects for this IBindableComponent. + + + + + Wrapper for a field, that implements INotifyPropertyChanged. + + The type to wrap. + + All credit to Ayende: + http://ayende.com/Blog/archive/2009/08/08/an-easier-way-to-manage-inotifypropertychanged.aspx + + + + + Default constructor. + + + + + Constructor initializing field. + + The initial value to wrap. + + + + Implicit operator allowing use of value. + + + + + + + The value being wrapped. + + + + + Event fired when the value changes. + + + + + List that raises an event when the contents are modified. + + Wraps a List<T>. + The type of elements in the list. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copies the elements of the list to a new array. + + An array containing copies of the elements of the list. + + + + Adds the elements of the specified collection to the end of the list. + + + + + + + + + + + + + + + + + + Presents an error dialog consisting of a title, a message and a detailed message. + + + + + Creates the dialog. + + + + + Shows the error dialog. + + The owner window, or null if none. + The error title. + The error message. + The error details. + Thrown if , + or is null. + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Gets or sets the error title. + + Thrown if is null. + + + + Gets or sets the error message. + + Thrown if is null. + + + + Gets or sets the error details. + + Thrown if is null. + + + + Gets or sets whether the error details panel is visible. + + + + + The Gallio.UI.Controls namespace contains types for reusable Windows Forms custom controls. + + + + + An extension of the Button class that displays the "Shield" icon when + privilege elevation is required. + + + + + Creates a shield button. + + + + + Raises the event. + + The event arguments. + + + + An event raised when the value of has changed. + + + + + Gets or sets whether the shield icon should be displayed. + + + + + Installs an unhandled exception handler that displays an error dialog. + + + + + Installs the handler. + + + + The handler is automatically removed when the form is disposed. + + + The owner window. + Thrown if is null. + Thrown if there is already a handler installed for a different owner. + + + + Uninstalls the handler. + + + + + Runs an application + + The main form. + + + + Marker class for Events. + + + + + + + + An event aggregator. + http://martinfowler.com/eaaDev/EventAggregator.html + + + + + Send an event to all interested parties (synchronous). + + The sender of the message. + The message to send. + The type of event. + + + + Ctor. + + A service locator used to find registered handlers. + + + + + + + Proxy event handler. + + The type of event. + + + + Marker interface used by the EventAggregator to + locate classes interested in an event. + + The type of event. + + + + Handle an . + + The event to handle. + + + + Ctor. + + The handler to proxy for. + + + + + + + + + + + + + + + + + + + + + + Wraps an ICommand and provides + hints for the UI. + + + Inspired by the WPF Command pattern. + http://msdn.microsoft.com/en-us/library/system.windows.input.icommand.aspx + + + + + Default constructor. + + + + + The command that will be executed. + + + + + Whether the command can currently be executed, or not. + + + Defaults to true. + + + + + The text description of the command. + + + + + The shortcut to use for the command. + + + + + The image to use for the command. + + + + + A task queue, for use by the . + + + + + Adds a task to the specified queue. + + The id of the queue to use. + An to queue. + + + + Get the next task for the specified queue. + + The id of the queue to use. + An , or null if the queue is empty. + + + + Removes all tasks from the specified queue. + + The id of the queue to use. + + + + Takes care of running queued tasks. + + + + + Run the next task for a named queue, if there is one. + + The id of the queue to use. + + + + Event fired when a task is cancelled. + + + + + Ctor. + + The id of the queue. + + + + The id of the queue. + + + + + Event fired when a task is completed. + + + + + Ctor. + + The id of the queue. + + + + The id of the queue. + + + + + Manages multiple queues of tasks. + + + Queue id is an arbitrary string, used as a key. + + + + + Ctor. + + + + + Adds a task to the specified queue. + + The id of the queue to use. + An to queue. + + + + Get the next task for the specified queue. + + The id of the queue to use. + An , or null if the queue is empty. + + + + Removes all tasks from the specified queue. + + The id of the queue to use. + + + + + + + Ctor. + + The task queue to use. + An event aggregator. + An exception policy. + + + + + + + Command pattern. + + + + + Run a task (with progress information). + + The progress monitor. + + + + A task manager for UI applications. + + + + + Run a task as a background action (uses ThreadPool). + No progress information will be displayed. + + The action to perform. + + + + Empty the queue of tasks. + + + + + + + + Add a task to the queue. If nothing is in the queue or + running, then the task will be executed. + + The command to queue. + + + + + + + Progress dialog. + + + + + Default constructor. + + The progress monitor to display information for. + + + + + + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + Default constructor. + + A task queue. + A task runner. + + + + + + + + + + + + + + + + + + + Event fired when a task is started. + + + + + Ctor. + + The queue id. + A progress monitor. + + + + The id of the queue. + + + + + A progress monitor attached to the task. + + + + + Impl of a tool strip progress bar for Gallio progress monitoring. + + + + + Total work to do. + + + + + Total work to do. + + + + + + An optimized HTML renderer for individual test step runs and their descendants. + + + + + + Attempting to load flash content in a 64bit process on Windows is doomed to failure + because Adobe does not ship a 64bit version of the Flash plug-in at this time. + Unfortunately instead of failing gracefully, what happens is that Windows pops up a + warning dialog (when the browser is disposed) complaining about a missing flash.ocx. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + The Gallio.UI.Reports namespace contains types for formatting reports for + display in a Windows Forms UI. + + + + + + Displays a summary of a set of test step runs. + + + This control is optimized to display individual test run results to the user on + demand more quickly than could be done if we had to show the whole report at once. + + + + + + Creates a test step run viewer. + + + + + Raises the event. + + An that contains the event data. + + + + Clears the contents of the report viewer and discards all cached content. + + + + + Displays information about a set of test step run. + + The test step runs. + + + + Displays information about a set of test step runs, using additional + information from the test model when available. + + The test step runs. + The test model data, or null if not available. + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Node check box. + + + + + Node check box. + + + + + Gets the value from the node. + + The node. + The value. + + + + Sets the check state of the node. + + The node. + The value. + + + + Gets the new check state. + + The state. + The new check state. + + + + A three-state node. + + + + + Ctor. + + The text to display. + + + + Returns the 'combined' state for all siblings of a node. + + + + + Manages updating related child and parent nodes of this instance. + + + + + Recursively update child node's state based on the state of this node. + + + + + Allows inheriting classes to block cascading check state. + + The child to evaluate. + The proposed check state. + True if the check state can be cascaded, otherwise false. + + + + Recursively update parent node state based on the current state of this node. + + + + + The check state of the node + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.exe.config b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.exe.config new file mode 100644 index 0000000000..9815426038 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.exe.config @@ -0,0 +1,26 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.plugin new file mode 100644 index 0000000000..099358b5cd --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.plugin @@ -0,0 +1,18 @@ + + + + Gallio Utility + 3.2.0.0 + A command-line utility for performing maintenance tasks related to the Gallio installation. + plugin://Gallio.Utility/Resources/Gallio.Utility.ico + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.VisualStudio.Interop.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.VisualStudio.Interop.plugin new file mode 100644 index 0000000000..7c0442110d --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.VisualStudio.Interop.plugin @@ -0,0 +1,28 @@ + + + + Visual Studio Interoperability Plugin + 3.2.0.0 + Provides support for opening files in Visual Studio and launching the debugger. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.pdb.REMOVED.git-id new file mode 100644 index 0000000000..6e50246f8b --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.pdb.REMOVED.git-id @@ -0,0 +1 @@ +f678678180f2aa9c03dba695eabd6b2a24874ac2 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.plugin new file mode 100644 index 0000000000..f507163e8f --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.plugin @@ -0,0 +1,658 @@ + + + + Gallio + 3.2.0.0 + The heart of Gallio. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fallback + plugin://Gallio/Resources/Gallio.ico + + + + + + ${Gallio.FallbackTestFramework} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${Gallio.LocalTestIsolationProvider} + + + Local + Runs tests locally within the same process and AppDomain as the test runner application. Each test isolation context runs locally. This mode offers no isolation between tests and the test runner; it does not support loading test assembly configuration files or using a different runtime version or processor architecture. + + + + + + ${Gallio.IsolatedAppDomainTestIsolationProvider} + + + IsolatedAppDomain + Runs tests within an isolated AppDomain of the same process as the test runner application. Each test isolation context runs in its own AppDomain. This mode provides lightweight but limited isolation between tests and the test runner; it does not support using different runtime version or processor architecture. + + + + + + ${Gallio.IsolatedProcessTestIsolationProvider} + + + IsolatedProcess + Runs tests within an isolated process external to the test runner. Each test isolation context runs in its own process. This mode protects the test runner application from most faults that may occur during test execution; it supports all features. + + + + + + + + ${Gallio.LocalHostFactory} + + + + + + ${Gallio.IsolatedAppDomainHostFactory} + + + + + + ${Gallio.IsolatedProcessHostFactory} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Project + A Gallio project file. + .*\.gallio + + + + + + Executable + A library or program file. + .*\.(dll|exe) + + + + + + Assembly + A .Net assembly. + Executable + + + + + + + + + + + + + + + + + + + + + ClearCurrentUserPluginCache + Clears the plugin cache of the current user. + + + + + + FormatReport + Formats an existing XML test report. The command must be used with the following syntax: + "FormatReport {file} /ReportType:{type} [/ReportNameFormat:{format} /ReportOutput:{dir} /ReportArchive]" + - {file} is the relative or absolute path of the existing XML test report. + - ReportType (short form: /rt) specifies the type of the output report ('txt', 'txt-common', 'txt-condensed', 'html', 'html+xhtml', 'html-condensed', 'xhtml', 'xhtml-condensed', 'ccnet-details', or 'ccnet-details-condensed') + - ReportNameFormat (short form: /rnf) specifies the format of the output report (optional; if not specified, the same name is kept). The tags '{0}' and '{1}' are replaced respectively by the date and the time of the test run, or by the curent date/time if not applicable. + - ReportOutput (short form: /ro) specifies the output directory (optional; if not specified the current directory is used). + - ReportArchive (short form: /ra) compresses the output report in a file archive (zip). + + + + + + VerifyInstallation + Checks for runtime installation errors. + + + + + + Setup + Installs or uninstalls components. + + + + + + ResetInstallationId + Resets the installation id. The plugin list will be refreshed the next time a Gallio application is started. + + + + + + + + + + + + + + + + + + Root + The root node of the test tree. + plugin://Gallio/Resources/Assembly.ico + + + + + + Assembly + A test assembly. + plugin://Gallio/Resources/Assembly.ico + + + + + + File + A test file. + plugin://Gallio/Resources/Container.ico + + + + + + Namespace + A test namespace. + plugin://Gallio/Resources/Container.ico + + + + + + Group + A test group. + plugin://Gallio/Resources/Container.ico + + + + + + Suite + A test suite. + plugin://Gallio/Resources/Container.ico + + + + + + Fixture + A test fixture. + plugin://Gallio/Resources/Fixture.ico + + + + + + Test + A test case. + plugin://Gallio/Resources/Test.ico + + + + + + Unsupported + An unsupported test. + plugin://Gallio/Resources/Unsupported.ico + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.xml.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.xml.REMOVED.git-id new file mode 100644 index 0000000000..ce6e5a5011 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.xml.REMOVED.git-id @@ -0,0 +1 @@ +604b65ca68f3a5e4d84390bf23e5b286bb98d747 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.pdb b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.pdb new file mode 100644 index 0000000000..6d065f0df8 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.pdb differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.plugin new file mode 100644 index 0000000000..5c387493ca --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.plugin @@ -0,0 +1,35 @@ + + + + Gallio Extensions for .Net 3.5 + 3.2.0.0 + Provides additional Gallio features for use with .Net 3.5. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.xml new file mode 100644 index 0000000000..42cd6bb232 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.xml @@ -0,0 +1,293 @@ + + + + Gallio35 + + + + + Extension methods for delegates. + + + + + Wraps an action as a function that returns a dummy value. + + The function. + + + + Extension methods for . + + + + + Binds the arguments of a function expression. + + The parameter type. + The result type. + The expression. + The argument value. + The bound function. + + + + Binds the arguments of a function expression. + + The first parameter type. + The second parameter type. + The result type. + The expression. + The first argument value. + The second argument value. + The bound function. + + + + Returns true if the expression represents a captured variable within a closure. + + The expression. + True if the expression represents a captured variable. + + + + Returns true if the expression represents a captured variable within a closure. + + The expression. + True if the expression represents a captured variable. + + + + Returns true if the expression represents a captured variable or a parameter. + + The expression. + True if the expression represents a captured variable or a parameter. + + + + Instuments an to intercept intermediate results + from each sub-expression. + + + + + Compiles an expression to introduce trace points. + + The expression type. + The expression tree. + The compiled delegate representing expression. + Thrown if is null. + + + + Rewrites an expression tree to introduce trace points. + + The expression type. + The expression tree. + The compiled delegate representing expression. + Thrown if is null. + + + + Evaluates a sub-expression and collects trace information. + + The return type of the sub-expression. + The sub-expression to evaluate. + The continuation that evaluates the sub-expression. + The result of the evaluation. + + + + Performs different actions depending on the type of visited. + + The visitor result type. + + + + Visits the expression. + + The expression. + The result. + + + + Visits a binary expression. + + The expression. + The result. + + + + Visits a unary expression. + + The expression. + The result. + + + + Visits a call expression. + + The expression. + The result. + + + + Visits a conditional expression. + + The expression. + The result. + + + + Visits a constant expression. + + The expression. + The result. + + + + Visits an invocation expression. + + The expression. + The result. + + + + Visits a lambda expression. + + The expression. + The result. + + + + Visits an list init expression. + + The expression. + The result. + + + + Visits a member access expression. + + The expression. + The result. + + + + Visits a member init expression. + + The expression. + The result. + + + + Visits a new expression. + + The expression. + The result. + + + + Visits a new array expression. + + The expression. + The result. + + + + Visits a parameter expression. + + The expression. + The result. + + + + Visits a type binary expression. + + The expression. + The result. + + + + + Visits an expression of any type that does not have other special behavior. + + + The default implementation throws . + + + The expression. + The result. + + + + The Gallio.Common.Linq namespace contains types for manipulating Linq expressions. + + + + + Evaluates a conditional expression. If the condition evaluates differently + than expected, returns a detailed that + describes the formatted values of relevant sub-expressions within the condtion. + + + + + Evaluates a conditional expression. + + The conditional expression. + The expected result. + The custom assertion message format, or null if none. + The custom assertion message arguments, or null if none. + The assertion failure if the conditional expression evaluated + to a different result than was expected or threw an exception, otherwise null. + Thrown if is null. + + + + A formatting rule for . + + + + Formats expression trees using a more familiar C#-like syntax than + the default. Also recognizes captured variables and displays them + naturally to conceal the implied field access to an anonymous class. + + + Made-up syntax for nodes that cannot be directly represented in C#. + + Power operator: **, as in a ** b + Quote expression: `...`, as in `a + b` + Constants: formatted recursively using other formatters, which may yield unusual syntax + + + + + + + + + + + + + Extensions methods for formatting. + + + + + Formats an object using the default . + + The object to format. + The formatted object. + + + + Formats an object using the specified . + + The object to format. + The formatter to use, or null for the default. + The formatted object. + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.pdb.REMOVED.git-id new file mode 100644 index 0000000000..195aef849c --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.pdb.REMOVED.git-id @@ -0,0 +1 @@ +71a0b2723c1b3c7554fbe839d5941d6936809d71 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.plugin new file mode 100644 index 0000000000..2c40c531d7 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.plugin @@ -0,0 +1,29 @@ + + + + Gallio Extensions for .Net 4.0 + 3.2.0.0 + Provides additional Gallio features for use with .Net 4.0. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.xml new file mode 100644 index 0000000000..4743b88cfb --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.xml @@ -0,0 +1,8 @@ + + + + Gallio40 + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb.REMOVED.git-id new file mode 100644 index 0000000000..3c31dc7a14 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb.REMOVED.git-id @@ -0,0 +1 @@ +beabed8b235e18744da42f57a943da48d6eb23b7 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin new file mode 100644 index 0000000000..45f277f097 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin @@ -0,0 +1,28 @@ + + + + MbUnit v3 Extensions for Backwards Compatibility + 3.2.0.0 + Provides extensions for MbUnit v3 to assist with test migration from MbUnit v2. + plugin://MbUnit/Resources/MbUnit.ico + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.xml.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.xml.REMOVED.git-id new file mode 100644 index 0000000000..170faf14d7 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.xml.REMOVED.git-id @@ -0,0 +1 @@ +28c95fe5a958bbb0ac1aa33bb9e880eae7e94cd7 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.dll.tdnet b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.dll.tdnet new file mode 100644 index 0000000000..0a935d6f4f --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.dll.tdnet @@ -0,0 +1,6 @@ + + MbUnit v{0}.{1} + TDNet\Gallio.TDNetRunner.dll + Gallio.TDNetRunner.GallioResidentTestRunner + Resident + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.pdb.REMOVED.git-id new file mode 100644 index 0000000000..3a9ef1a576 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.pdb.REMOVED.git-id @@ -0,0 +1 @@ +9b21b2a04905cd5a772bfff45873cde4ef9a722f \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.plugin new file mode 100644 index 0000000000..7320eae52e --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.plugin @@ -0,0 +1,56 @@ + + + + MbUnit v3 + 3.2.0.0 + Provides support for running MbUnit v3 tests. + plugin://MbUnit/Resources/MbUnit.ico + + + + + + + + + + + + + + + + + + + + + + + + + + MbUnit v3 + MbUnit, Version=3.2.0.0 + plugin://MbUnit/Resources/MbUnit.ico + 3.2.0.0 + Assembly + + + + + + MbUnit v3 Assembly + MbUnit v3 Test Assembly + plugin://MbUnit/Resources/MbUnit.ico + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.xml.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.xml.REMOVED.git-id new file mode 100644 index 0000000000..421745d240 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.xml.REMOVED.git-id @@ -0,0 +1 @@ +095f2ac04464dcf20c2adbab2423b90249eb1596 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.pdb b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.pdb new file mode 100644 index 0000000000..6f0bf1cefd Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.pdb differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.plugin new file mode 100644 index 0000000000..543f2c0897 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.plugin @@ -0,0 +1,30 @@ + + + + MbUnit v3 Extensions for .Net 3.5 + 3.2.0.0 + Provides additional MbUnit v3 features for use with .Net 3.5. + plugin://MbUnit/Resources/MbUnit.ico + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.xml new file mode 100644 index 0000000000..4fc0b5d64f --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.xml @@ -0,0 +1,47 @@ + + + + MbUnit35 + + + + + Provides extended assertions for .Net 3.5. + + + + + Verifies that a particular condition holds true. + + + + If the condition evaluates to false, the assertion failure message will + describe in detail the intermediate value of relevant sub-expressions within + the condition. Consequently the assertion failure will include more diagnostic + information than if were used instead. + + + The conditional expression to evaluate. + Thrown if is null. + Thrown if the verification failed unless the current indicates otherwise. + + + + Verifies that a particular condition holds true. + + + + If the condition evaluates to false, the assertion failure message will + describe in detail the intermediate value of relevant sub-expressions within + the condition. Consequently the assertion failure will include more diagnostic + information than if were used instead. + + + The conditional expression to evaluate. + The custom assertion message format, or null if none. + The custom assertion message arguments, or null if none. + Thrown if is null. + Thrown if the verification failed unless the current indicates otherwise. + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.pdb b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.pdb new file mode 100644 index 0000000000..55aee116bb Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.pdb differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.plugin new file mode 100644 index 0000000000..0d5bfc70bc --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.plugin @@ -0,0 +1,30 @@ + + + + MbUnit v3 Extensions for .Net 4.0 + 3.2.0.0 + Provides additional MbUnit v3 features for use with .Net 4.0. + plugin://MbUnit/Resources/MbUnit.ico + + + + + + + + + + + + + + + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.xml b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.xml new file mode 100644 index 0000000000..eab3f0fa46 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.xml @@ -0,0 +1,8 @@ + + + + MbUnit40 + + + + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin new file mode 100644 index 0000000000..8b09dc4408 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin @@ -0,0 +1,143 @@ + + + + NCover Integration Plugin + 3.2.0.0 + Provides support for running tests with NCover code coverage. + plugin://Gallio.NCoverIntegration/Resources/ncover.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${NCoverIntegration.NCoverTestIsolationProvider.v1.5.8} + + + NCover + + Runs tests in an external process with NCover v1.5.8. NCover v1.5.8 is included and does not need to be installed. + + Supported test runner properties: + - NCoverArguments: Specifies additional command-line arguments for NCover. eg. "//eas Gallio" + - NCoverCoverageFile: Specifies the path of the coverage file to write. The default is 'Coverage.xml' in the current working directory. + + + + + + + V1 + + + + + + + + ${NCoverIntegration.NCoverTestIsolationProvider.v2} + + + NCover2 + + Runs tests in an external process with NCover v2. NCover v2 must be installed separately. + + Supported test runner properties: + - NCoverArguments: Specifies additional command-line arguments for NCover. eg. "//eas Gallio" + - NCoverCoverageFile: Specifies the path of the coverage file to write. The default is 'Coverage.xml'. + + + + + + + V2 + + + + + + + + ${NCoverIntegration.NCoverTestIsolationProvider.v3} + + + NCover3 + + Runs tests in an external process with NCover v3. NCover v3 must be installed separately. + + Supported test runner properties: + - NCoverArguments: Specifies additional command-line arguments for NCover. eg. "//eas Gallio" + - NCoverCoverageFile: Specifies the path of the coverage file to write. The default is 'Coverage.xml'. + + + + + + + V3 + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico new file mode 100644 index 0000000000..4825382751 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover3.lic b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover3.lic new file mode 100644 index 0000000000..e69de29bb2 diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NHamcrest.pdb.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NHamcrest.pdb.REMOVED.git-id new file mode 100644 index 0000000000..c5dba9fedb --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NHamcrest.pdb.REMOVED.git-id @@ -0,0 +1 @@ +c37e67383973a5e4fa0bb92d7c8f4bb9b78c7761 \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin new file mode 100644 index 0000000000..bd3db1a1eb --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin @@ -0,0 +1,85 @@ + + + + NUnit v2.5.4+ Adapter Plugin + 3.2.0.0 + Provides support for running NUnit v2.5.4+ tests. + plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Latest + + + + + + NUnit v2.5.4+ + nunit.framework, Version=2.5.4.0-2.5.65535.65535 + 2.5.9.10348 + Assembly + plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico + + + + + + NUnit v2.5.4+ Assembly + NUnit v2.5.4+ Test Assembly + plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico + + + + \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt new file mode 100644 index 0000000000..4396cc3f88 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt @@ -0,0 +1,12 @@ +NUnit Adapter Plugin +==================== + +This plugin uses the NUnit test runner to adapt NUnit tests so that +they can run within Gallio and be manipulated by Gallio-based tools. + +The plugin assembly is deliberately NOT signed using a strong name. +You can replace the underlying test framework with newer versions as +long as they are binary compatible with the originally distributed version. + +However, it may be necessary to update the version numbers that +appear in the plugin files. \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico new file mode 100644 index 0000000000..13c4ff9d5b Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt new file mode 100644 index 0000000000..63e9a2b991 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt @@ -0,0 +1 @@ +Put your Addins in this folder so that Gallio can find them. \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt new file mode 100644 index 0000000000..ab91df4496 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt @@ -0,0 +1,15 @@ +Copyright 2002-2008 Charlie Poole +Copyright 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. + +Portions Copyright 2002-2008 Charlie Poole or Copyright 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright 2000-2002 Philip A. Craig + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet new file mode 100644 index 0000000000..379488e74a --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet @@ -0,0 +1,6 @@ + + NUnit v{0}.{1}.{2} + ..\..\TDNet\Gallio.TDNetRunner.dll + Gallio.TDNetRunner.GallioResidentTestRunner + Resident + diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.xml.REMOVED.git-id b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.xml.REMOVED.git-id new file mode 100644 index 0000000000..8db90fed83 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.xml.REMOVED.git-id @@ -0,0 +1 @@ +b9e1dd0c424cecb0a12c029edd4ae7a519dd342f \ No newline at end of file diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Assembly.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Assembly.ico new file mode 100644 index 0000000000..c448dd4226 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Assembly.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Container.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Container.ico new file mode 100644 index 0000000000..3aa2dadc4a Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Container.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Fixture.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Fixture.ico new file mode 100644 index 0000000000..85936b342e Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Fixture.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ControlPanel.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ControlPanel.ico new file mode 100644 index 0000000000..4ed5608a0e Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ControlPanel.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Copy.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Copy.ico new file mode 100644 index 0000000000..7c8600f9a4 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Copy.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Echo.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Echo.ico new file mode 100644 index 0000000000..eb3edb9c1f Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Echo.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Icarus.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Icarus.ico new file mode 100644 index 0000000000..4ed5608a0e Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Icarus.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Utility.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Utility.ico new file mode 100644 index 0000000000..eb3edb9c1f Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Utility.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ico new file mode 100644 index 0000000000..4ed5608a0e Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/MbUnit.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/MbUnit.ico new file mode 100644 index 0000000000..71926959bd Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/MbUnit.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Test.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Test.ico new file mode 100644 index 0000000000..2f2a792b25 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Test.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Unsupported.ico b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Unsupported.ico new file mode 100644 index 0000000000..224dfba022 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Unsupported.ico differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/css/Gallio-Report.css b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/css/Gallio-Report.css new file mode 100644 index 0000000000..60151a1a9d --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/css/Gallio-Report.css @@ -0,0 +1,527 @@ +/* Common inherited text options */ +.gallio-report +{ + font-family: Verdana, Arial, Helvetica, Helv, sans-serif; + font-size: 10pt; + word-wrap: break-word; /* IE and CSS3, we use for other browsers */ +} + +/* Containers */ +div.gallio-report, body.gallio-report +{ + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + overflow: hidden; + width: 100%; +} + +.gallio-report div.header +{ + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + background-color: #95b0be; + background-image: url(../img/header-background.gif); + background-repeat: repeat-y; + width: 100%; + height: 59px; + border-bottom: solid 1px black; +} + +.gallio-report div.header-image +{ + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 100%; + height: 60px; + background-image: url(../img/GallioTestReportHeader.png); + background-repeat: no-repeat; + background-position: 0 0; +} + +.gallio-report div.content +{ + width: 100%; +} + +/* Navigation bar */ +.gallio-report div.navigator +{ + position: fixed; + right: 0px; + bottom: 0px; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 17px; + background-color: #d0d4d8; + overflow: hidden; +} + +.gallio-report div.navigator a.navigator-box +{ + display: block; + cursor: pointer; + width: 9px; + height: 9px; + position: absolute; + top: 3px; + left: 3px; + border: solid 1px black; +} + +.gallio-report div.navigator div.navigator-stripes +{ + position: absolute; + top: 17px; + bottom: 0px; + width: 17px; +} + +.gallio-report div.navigator div.navigator-stripes a +{ + display: block; + cursor: pointer; + width: 11px; + height: 2px; + position: absolute; + left: 3px; +} + +/* Generate a fixed layout when the report is the whole document */ +body.gallio-report div.header +{ + position: fixed; + top: 0px; + left: 0px; +} + +body.gallio-report div.content +{ + position: fixed; + top: 60px; + left: 0px; + right: 17px; + bottom: 0px; + overflow: auto; + width: auto; +} + +body.gallio-report div.navigator +{ + top: 60px; +} + +/* Generate an embedded layout when the report is only a fragment */ +div.gallio-report div.header +{ + border: solid 1px black; +} + +div.gallio-report div.navigator +{ + top: 0px; +} + +/* Section headings */ +.gallio-report h2 +{ + font-size: 13pt; + letter-spacing: 0.15em; + color: #1f1f1f; + padding: 0; + margin: 0 0 3px 0; + text-indent: 8px; +} + + +/* Toggle regions */ +.gallio-report ul +{ + list-style-type: none; + padding-left: 0px; + margin: 0px 0px 0px 0px; +} + +.gallio-report div.panel +{ + margin: 0px 0px 0px 24px; +} + +.gallio-report img.toggle +{ + cursor: pointer; + margin-right: 6px; +} + + +/* Status colors */ +.gallio-report .status-passed +{ + background-color: #008000; +} + +.gallio-report .status-failed +{ + background-color: #ff0000; +} + +.gallio-report .status-inconclusive +{ + background-color: #ffff00; +} + +.gallio-report .status-skipped +{ + background-color: #999999; +} + + +/* Outcome bar */ +.gallio-report table.outcome-bar +{ + display: inline; + vertical-align: middle; + margin-left: 8px; +} + +.gallio-report div.outcome-bar +{ + overflow: hidden; + + border: solid 1px #000000; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + + height: 8px; + width: 72px; +} + +.gallio-report div.outcome-bar.condensed +{ + height: 6px; + width: 20px; +} + + +/* Outcome statistics */ +.gallio-report span.outcome-icons +{ + font-size: 11pt; +} + + +/* Test Kind Icons (Note: Additional kinds in separate automatically generated css file.) */ + +.gallio-report .testKind +{ + display: inline-block; + margin: 0px 6px 0px 0px; + padding: 0px 0px 0px 0px; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: center center; + background-image: url(../img/UnknownTestKind.png); +} + +/* Test runs */ +.gallio-report .testStepRun +{ + margin-top: 12pt; + font-size: 10pt; +} + +.gallio-report .testStepRunHeading +{ + font-weight: bold; + font-size: 10pt; +} + +.gallio-report .testStepRunHeading-Level1 +{ + font-size: 12pt; +} + +.gallio-report .testStepRunHeading-Level2 +{ + font-size: 11pt; +} + +.gallio-report .testStepRunHeading-Level3 +{ + font-size: 10pt; +} + + +/* Metadata entries */ +.gallio-report .metadata +{ + margin: 5px 5px 5px 0px; + padding: 5px 5px 5px 5px; + + background: #f4f4ff; + font-size: 9pt; +} + +/* Test logs */ +.gallio-report .log +{ + margin: 5px 0px 5px 0px; +} + +.gallio-report .logAttachmentList +{ + font-size: 10pt; + font-style: italic; +} + +.gallio-report .logStream +{ + background-color: #f0f0f0; + border-bottom: solid 1px #c6c6c6; + border-right: solid 1px #c6c6c6; + margin: 5px 5px 5px 0px; + padding: 5px 5px 5px 5px; +} + +.gallio-report .logStreamHeading +{ + font-weight:bold; + font-size: 10pt; + text-decoration: underline; +} + +.gallio-report .logStreamBody +{ + font-size: 9pt; + border-style: none; +} + +.gallio-report .logStreamSection +{ + margin-top: 12pt; + margin-bottom: 12pt; + padding-left: 6px; + border-left: solid 3px black; +} + +.gallio-report .logStreamSectionHeading +{ + font-weight: bold; + text-decoration: underline; +} + +.gallio-report .logStreamEmbed +{ + font-style: italic; + padding: 5px 10px 5px 10px; +} + +.gallio-report .logHiddenData +{ + display: none; +} + +/* Test log streams */ +.gallio-report .logStream-Failures +{ + background-color: #ffd8d8; + border: dotted 1px #905050; +} + +.gallio-report .logStream-Warnings +{ + background-color: #ffffc8; + border: dotted 1px #909050; +} + +/* Test log stream markers */ +.gallio-report .logStreamMarker-AssertionFailure +{ +} + +.gallio-report .logStreamMarker-Label +{ + font-weight: bold; +} + +.gallio-report .logStreamMarker-Exception +{ + font-style: italic; +} + +.gallio-report .logStreamMarker-StackTrace +{ + font-style: italic; +} + +.gallio-report .logStreamMarker-Monospace +{ + font-family: Consolas, Courier New, Courier; +} + +.gallio-report .logStreamMarker-Highlight +{ + background-color: Yellow; +} + +.gallio-report .logStreamMarker-DiffAddition +{ + background-color: #b0ffb0; +} + +.gallio-report .logStreamMarker-DiffDeletion +{ + background-color: #ffb0b0; + text-decoration: line-through; +} + +.gallio-report .logStreamMarker-DiffChange +{ + background-color: #b0b0ff; +} + +.gallio-report .logStreamMarker-Ellipsis +{ + text-decoration: underline; +} + +.gallio-report .embeddedImage +{ + max-width: 800px; +} + +.gallio-report .attachmentLink +{ +} + +/* Sections */ +.gallio-report div.section +{ + background-color: #ebeaea; + margin: 5px; + padding: 10px; + border-bottom: solid 1px #dcdcdc; + border-right: solid 1px #dcdcdc; + overflow: hidden; +} + +.gallio-report div.section-content +{ + background-color: #fbfbfb; + padding: 10px 10px 10px 10px; + overflow: hidden; +} + +.gallio-report table.statistics-table +{ + border-collapse: collapse; +} + +.gallio-report table.statistics-table td +{ + width: 100%; +} + +.gallio-report table.statistics-table td.statistics-label-cell +{ + font-weight: bolder; + color: #646464; + padding: 0px 10px 0px 10px; + width: auto; +} + +.gallio-report table.statistics-table tr.alternate-row td +{ + background-color: #f2f2f2; +} + + +/* Annotations */ +.gallio-report div.annotation +{ +} + +.gallio-report div.annotation-message +{ + margin-left: 2em; + text-indent: -2em; +} + +.gallio-report div.annotation-location, div.annotation-reference, div.annotation-details +{ + margin-left: 4em; + text-indent: -2em; + font-style: italic; +} + +.gallio-report .annotation-type-error +{ + color: #990000; +} + +.gallio-report .annotation-type-warning +{ + color: #999900; +} + +.gallio-report .annotation-type-info +{ + color: #999999; +} + +/* Log Entries */ +.gallio-report div.logEntry +{ +} + +.gallio-report div.logEntry-text +{ + margin-left: 2em; + text-indent: -2em; +} + +.gallio-report div.logEntry-details +{ + margin-left: 4em; + text-indent: -2em; + font-style: italic; +} + +.gallio-report .logEntry-severity-error +{ + color: #990000; +} + +.gallio-report .logEntry-severity-warning +{ + color: #999900; +} + +.gallio-report .logEntry-severity-important +{ + color: #000000; +} + +.gallio-report .logEntry-severity-info +{ + color: #999999; +} + +.gallio-report .logEntry-severity-debug +{ + color: #aaaaaa; +} + +/* Cross-References */ + +.gallio-report a:hover.crossref +{ + background-color: #eeee99; +} + +.gallio-report a.crossref +{ + color: #000000; + text-decoration: none; + border-bottom: dotted 1px #aa00dd; +} diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Failed.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Failed.gif new file mode 100644 index 0000000000..bcf4c07852 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Failed.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/FullStop.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/FullStop.gif new file mode 100644 index 0000000000..dda8c62b7c Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/FullStop.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/GallioTestReportHeader.png b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/GallioTestReportHeader.png new file mode 100644 index 0000000000..111cca6f4f Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/GallioTestReportHeader.png differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Ignored.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Ignored.gif new file mode 100644 index 0000000000..dd90f46616 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Ignored.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Minus.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Minus.gif new file mode 100644 index 0000000000..46acbcc72a Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Minus.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Passed.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Passed.gif new file mode 100644 index 0000000000..1dee9cd853 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Passed.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Plus.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Plus.gif new file mode 100644 index 0000000000..0ce509a88e Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Plus.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/UnknownTestKind.png b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/UnknownTestKind.png new file mode 100644 index 0000000000..9f91b64a0b Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/UnknownTestKind.png differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/header-background.gif b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/header-background.gif new file mode 100644 index 0000000000..0e01c4c0e8 Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/header-background.gif differ diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/Gallio-Report.js b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/Gallio-Report.js new file mode 100644 index 0000000000..b4af2c0cd5 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/Gallio-Report.js @@ -0,0 +1,244 @@ +function reportLoaded() +{ + fixAttachmentLinksOnIE(); +} + +function fixAttachmentLinksOnIE() +{ + if (needFixupForIE()) + { + // On IE, pages in the local filesystem that possess the Mark of the Web + // are forbidden from navigating to other local files. This breaks links + // to attachments on the local filesystem unless we make some changes. + var count = document.links.length; + for (var i = 0; i < count; i++) + { + var link = document.links[i]; + var href = link.href; + if (link.className == "attachmentLink" && isLocalFileUri(href)) + { + link.href = toGallioAttachmentUri(href); + } + } + } +} + +function toGallioAttachmentUri(uri) +{ + var path = uri.substring(8).replace(/\//g, "\\"); + return "gallio:openAttachment?path=" + path; +} + +var needFixupForIECache = undefined; +function needFixupForIE() +{ + if (needFixupForIECache == undefined) + needFixupForIECache = isIE() && (isLocalFileUri(window.location.href) || isInMemoryUri(window.location.href)); + + return needFixupForIECache; +} + +function isIE() +{ + return navigator.appName == "Microsoft Internet Explorer"; +} + +function isLocalFileUri(uri) +{ + return uri.search(/^file:\/\/\//) == 0; +} + +function isInMemoryUri(uri) +{ + return uri == "about:blank"; +} + +function toggle(id) +{ + var icon = document.getElementById('toggle-' + id); + if (icon != null) + { + var childElement = document.getElementById(id); + if (icon.src.indexOf('Plus.gif') != -1) + { + icon.src = icon.src.replace('Plus.gif', 'Minus.gif'); + if (childElement != null) + childElement.style.display = "block"; + } + else + { + icon.src = icon.src.replace('Minus.gif', 'Plus.gif'); + if (childElement != null) + childElement.style.display = "none"; + } + } +} + +function expand(ids) +{ + for (var i = 0; i < ids.length; i++) + { + var id = ids[i]; + var icon = document.getElementById('toggle-' + id); + if (icon != null) + { + if (icon.src.indexOf('Plus.gif') != -1) + { + icon.src = icon.src.replace('Plus.gif', 'Minus.gif'); + + var childElement = document.getElementById(id); + if (childElement != null) + childElement.style.display = "block"; + } + } + } +} + +function navigateTo(path, line, column) +{ + var navigator = new ActiveXObject("Gallio.Navigator.GallioNavigator"); + if (navigator) + navigator.NavigateTo(path, line, column); +} + +function setInnerHTMLFromUri(id, uri) +{ + _asyncLoadContentFromUri(uri, function(loadedDocument) + { + // workaround for IE failure to auto-detect HTML content + var children = isIE() ? loadedDocument.body.children : null; + if (children && children.length == 1 && children[0].tagName == "PRE") + { + var text = getTextContent(loadedDocument.body); + setInnerHTMLFromContent(id, text); + } + else + { + var html = loadedDocument.body.innerHTML; + setInnerHTMLFromContent(id, html); + } + }); +} + +function setPreformattedTextFromUri(id, uri) +{ + _asyncLoadContentFromUri(uri, function(loadedDocument) { setPreformattedTextFromContent(id, getTextContent(loadedDocument.body)); }); +} + +function setInnerHTMLFromHiddenData(id) +{ + var element = document.getElementById(id + '-hidden'); + if (element) + setInnerHTMLFromContent(id, getTextContent(element)); +} + +function setPreformattedTextFromHiddenData(id) +{ + var element = document.getElementById(id + '-hidden'); + if (element) + setPreformattedTextFromContent(id, getTextContent(element)); +} + +function setInnerHTMLFromContent(id, content) +{ + if (content != undefined) + { + var element = document.getElementById(id); + if (element) + element.innerHTML = content; + } +} + +function setPreformattedTextFromContent(id, content) +{ + if (content != undefined) + { + var element = document.getElementById(id); + if (element) + { + element.innerHTML = "
";
+            setTextContent(element.children[0], content);
+        }
+    }
+}
+
+function getTextContent(element)
+{
+    return element.textContent != undefined ? element.textContent : element.innerText;
+}
+
+function setTextContent(element, content)
+{
+    if (element.textContent != undefined)
+        element.textContent = content;
+    else
+        element.innerText = content;
+}
+
+function setFrameLocation(frame, uri)
+{
+    if (frame.contentWindow)
+        frame.contentWindow.location.replace(uri);
+}
+
+function _asyncLoadContentFromUri(uri, callback)
+{
+    var asyncLoadFrame = document.getElementById('_asyncLoadFrame');
+
+    if (!asyncLoadFrame.pendingRequests)
+        asyncLoadFrame.pendingRequests = [];
+
+    asyncLoadFrame.pendingRequests.push({ uri: uri, callback: callback });
+
+    _asyncLoadFrameNext(asyncLoadFrame);
+}
+
+function _asyncLoadFrameOnLoad()
+{
+    var asyncLoadFrame = document.getElementById('_asyncLoadFrame');
+    if (asyncLoadFrame)
+    {
+        var request = asyncLoadFrame.currentRequest;
+        if (request)
+        {
+            asyncLoadFrame.currentRequest = undefined;
+
+            try
+            {
+                var loadedWindow = asyncLoadFrame.contentWindow;
+                if (loadedWindow && loadedWindow.location.href != "about:blank")
+                {
+                    var loadedDocument = loadedWindow.document;
+                    if (loadedDocument)
+                    {
+                        request.callback(loadedDocument);
+                    }
+                }
+            }
+            catch (ex)
+            {
+                //alert(ex.message);
+            }
+        }
+
+        _asyncLoadFrameNext(asyncLoadFrame);
+    }
+}
+
+function _asyncLoadFrameNext(asyncLoadFrame)
+{
+    while (!asyncLoadFrame.currentRequest && asyncLoadFrame.pendingRequests && asyncLoadFrame.pendingRequests.length > 0)
+    {
+        var request = asyncLoadFrame.pendingRequests.shift();
+        asyncLoadFrame.currentRequest = request;
+
+        try
+        {
+            setFrameLocation(asyncLoadFrame, request.uri);
+        }
+        catch (ex)
+        {
+            //alert(ex.message);
+        }
+    }
+}
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/expressInstall.swf b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/expressInstall.swf
new file mode 100644
index 0000000000..0fbf8fca96
Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/expressInstall.swf differ
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/player.swf b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/player.swf
new file mode 100644
index 0000000000..ec848da135
Binary files /dev/null and b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/player.swf differ
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/swfobject.js b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/swfobject.js
new file mode 100644
index 0000000000..8eafe9dd83
--- /dev/null
+++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/swfobject.js
@@ -0,0 +1,4 @@
+/*	SWFObject v2.2  
+	is released under the MIT License  
+*/
+var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad'}}aa.outerHTML='"+af+"";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab
+
+  
+  
+
+  /gallio/css/
+  /gallio/js/
+  /gallio/img/
+  GallioAttachment.aspx?
+  
+
+  
+    
+  
+  
+  
+    
+
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.ccnet-details.xsl b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.ccnet-details.xsl
new file mode 100644
index 0000000000..0a6baf3641
--- /dev/null
+++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.ccnet-details.xsl
@@ -0,0 +1,20 @@
+
+
+  
+  
+
+  /gallio/css/
+  /gallio/js/
+  /gallio/img/
+  GallioAttachment.aspx?
+  
+
+  
+    
+  
+  
+  
+    
+
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.common.xsl b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.common.xsl
new file mode 100644
index 0000000000..54ef14bfbb
--- /dev/null
+++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.common.xsl
@@ -0,0 +1,356 @@
+
+
+  
+  
+  
+  
+    
+       
+		    
+     run, 
+    
+    
+     passed
+    
+      
+      passed
+    
+    , 
+    
+    
+     failed
+    
+      
+      failed
+    
+    , 
+
+    
+     inconclusive
+    
+      
+      inconclusive
+    
+    , 
+    
+    
+     skipped
+    
+      
+      skipped
+    
+  
+  
+  
+    
+    
+    
+    
+    
+    
+       (
+        
+          
+          
+          , 
+          
+           
+          
+        
+      )
+    
+  
+  
+  
+  
+    
+    
+    
+      
+        
+        
+          (
+          
+          
+            ,
+            
+          
+          )
+        
+      
+      
+        (unknown)
+      
+    
+  
+
+  
+  
+    
+    
+    
+      Parameter 
+      
+       of 
+    
+    
+    
+      
+        
+        
+          .
+          
+        
+      
+      
+        
+      
+    
+    
+    
+      
+        , 
+      
+      
+    
+  
+  
+  
+  
+    
+
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+
+    
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+        
+          skipped
+          
+        
+        
+          passed
+          
+        
+        
+          inconclusive
+          
+        
+        
+          failed
+          
+        
+      
+    
+  
+  
+  
+  
+    
+    
+    
+    
+      
+      
+        
+      
+    
+  
+  
+  
+  
+    
+    
+    
+    
+
+    
+      
+        
+        
+        
+        
+      
+    
+  
+
+  
+    
+    
+    
+    
+
+    
+      
+        
+        
+        

+        
+          
+          
+          
+          
+        
+      
+      
+      
+        
+        
+        
+          

+        
+      
+    
+  
+
+  
+  
+    
+    
+    
+    
+      
+      
+      
+        
+        
+          
+           
+          
+          
+            
+            
+          
+        
+
+        
+        
+          
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + , + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + %20 + %25 + + + + + + + +
diff --git a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.html+xhtml.xsl b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.html+xhtml.xsl new file mode 100644 index 0000000000..50f829aee5 --- /dev/null +++ b/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.html+xhtml.xsl @@ -0,0 +1,1060 @@ + + + + + + + + saved from url=(0014)about:internet + + + Gallio Test Report + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+