diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 6c19bda941..0000000000 --- a/AUTHORS +++ /dev/null @@ -1,3 +0,0 @@ -Miguel de Icaza (miguel@ximian.com) -Paolo Molaro (lupus@ximian.com) -Dietmar Maurer (dietmar@ximian.com) diff --git a/LICENSE b/LICENSE index be4be30323..ad5cbb429f 100644 --- a/LICENSE +++ b/LICENSE @@ -8,8 +8,8 @@ For comments, corrections and updates, please contact mono@xamarin.com Parts of Mono are dual licensed, they are available to the public in GPL or LGPL forms, but we also offer those pieces - under commercial terms from Xamarin for the cases wher the GPL - and the LGPL are not suitable. + under commercial terms from Xamarin for the cases where the + GPL and the LGPL are not suitable. We have tried to pick the licenses that will maximize adoption of Mono, so we tend to use the MIT X11 or LGPL liceses. diff --git a/Makefile.am b/Makefile.am index e9d6ccdcda..19f0cfbd79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,19 +10,11 @@ SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scr ## 'tools' is not normally built DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs else -if ONLY_MONOTOUCH -SUBDIRS = $(MONOTOUCH_SUBDIRS) runtime -else -if ONLY_XAMMAC -SUBDIRS = $(libgc_dir) eglib/src mono runtime -else SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) # Keep in sync with SUBDIRS ## 'tools' is not normally built DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs endif -endif -endif all: update_submodules @@ -36,11 +28,9 @@ EXTRA_DIST= \ README.md \ LICENSE \ autogen.sh \ - build-mingw32.sh \ mkinstalldirs \ mono-uninstalled.pc.in \ winconfig.h \ - mono-core.spec \ external DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false diff --git a/Makefile.in b/Makefile.in index a80823be98..322c2eb5a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,9 +83,9 @@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in mkinstalldirs \ - $(srcdir)/mono-core.spec.in $(srcdir)/mono-uninstalled.pc.in \ - AUTHORS COPYING.LIB ChangeLog NEWS compile config.guess \ - config.rpath config.sub depcomp install-sh missing ltmain.sh + $(srcdir)/mono-uninstalled.pc.in COPYING.LIB ChangeLog NEWS \ + compile config.guess config.rpath config.sub install-sh \ + missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ @@ -101,7 +101,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = mono-core.spec mono-uninstalled.pc +CONFIG_CLEAN_FILES = mono-uninstalled.pc CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -413,12 +413,10 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = $(WERROR_CFLAGS) MONOTOUCH_SUBDIRS = $(libgc_dir) eglib/src mono -@CROSS_COMPILING_FALSE@@ONLY_MONOTOUCH_FALSE@@ONLY_XAMMAC_FALSE@SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) -@CROSS_COMPILING_FALSE@@ONLY_MONOTOUCH_FALSE@@ONLY_XAMMAC_TRUE@SUBDIRS = $(libgc_dir) eglib/src mono runtime -@CROSS_COMPILING_FALSE@@ONLY_MONOTOUCH_TRUE@SUBDIRS = $(MONOTOUCH_SUBDIRS) runtime +@CROSS_COMPILING_FALSE@SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) @CROSS_COMPILING_TRUE@SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) # Keep in sync with SUBDIRS -@CROSS_COMPILING_FALSE@@ONLY_MONOTOUCH_FALSE@@ONLY_XAMMAC_FALSE@DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs +@CROSS_COMPILING_FALSE@DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs # Keep in sync with SUBDIRS @CROSS_COMPILING_TRUE@DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs SUBMODULE_ERROR = 'Could not recursively update all git submodules. You may experience compilation problems if some submodules are out of date' @@ -426,11 +424,9 @@ EXTRA_DIST = \ README.md \ LICENSE \ autogen.sh \ - build-mingw32.sh \ mkinstalldirs \ mono-uninstalled.pc.in \ winconfig.h \ - mono-core.spec \ external DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false @@ -498,8 +494,6 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) distclean-hdr: -rm -f config.h stamp-h1 -mono-core.spec: $(top_builddir)/config.status $(srcdir)/mono-core.spec.in - cd $(top_builddir) && $(SHELL) ./config.status $@ mono-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/mono-uninstalled.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ diff --git a/NEWS b/NEWS index 0081b86987..ec300ca2dc 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,3 @@ Release notes for Mono are hosted on the web, please see: - http://www.go-mono.com/archive/VERSION - -Where version is the version of this Mono package, for example: - - http://www.go-mono.com/archive/1.1.9 - + http://www.mono-project.com/docs/about-mono/releases/ diff --git a/README.md b/README.md index 86e5d81b06..1d44a52c3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -Mono is a software platform designed to allow developers to easily create cross platform applications. -It is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. +Mono is a software platform designed to allow developers to easily +create cross platform applications. It is an open source +implementation of Microsoft's .NET Framework based on the ECMA +standards for C# and the Common Language Runtime. + +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mono/mono?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 1. [Compilation and Installation](#compilation-and-installation) 2. [Using Mono](#using-mono) @@ -7,23 +11,34 @@ It is an open source implementation of Microsoft's .NET Framework based on the E 4. [Contributing to Mono](#contributing-to-mono) 5. [Reporting bugs](#reporting-bugs) 6. [Configuration Options](#configuration-options) +7. [Working with Submodules](#working-with-submodules) **Build Status** -| debian-amd64 | debian-i386 | debian-ppc64el | centos-s390x | windows-amd64 | -|:-----------------------:|:----------------------:|:-------------------------:|:-----------------------:|:-------------------------:| -| [![debian-amd64][1]][2] | [![debian-i386][3]][4] | [![debian-ppc64el][5]][6] | [![centos-s390x][7]][8] | [![windows-amd64][9]][10] | +Officially supported architectures: + +| debian-amd64 | debian-i386 | debian-armel | debian-armhf | windows-amd64 | +|-------------------------|------------------------|-------------------------|-------------------------|---------------------------| +| [![debian-amd64][1]][2] | [![debian-i386][3]][4] | [![debian-armel][5]][6] | [![debian-armhf][7]][8] | [![windows-amd64][9]][10] | + +Community supported architectures: + +| centos-s390x | +|---------------------------| +| [![centos-s390x][11]][12] | [1]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-amd64/badge/icon [2]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-amd64/ [3]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-i386/badge/icon [4]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-i386/ -[5]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=debian-ppc64el/badge/icon -[6]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=debian-ppc64el/ -[7]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=centos-s390x/badge/icon -[8]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=centos-s390x/ +[5]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armel/badge/icon +[6]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armel/ +[7]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armhf/badge/icon +[8]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armhf/ [9]: https://ci.appveyor.com/api/projects/status/1e61ebdfpbiei58v/branch/master?svg=true [10]: https://ci.appveyor.com/project/ajlennon/mono-817/branch/master +[11]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=nealef-s390x-1/badge/icon +[12]: http://jenkins.mono-project.com/job/test-mono-mainline-communityarchitectures/label=nealef-s390x-1/ Compilation and Installation ============================ @@ -55,7 +70,7 @@ which contains just enough to run the 'mcs' compiler. You do this with: This will download and place the files appropriately so that you can then just run: - make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe + make The build will then use the files downloaded by `make get-monolite-latest`. @@ -130,54 +145,50 @@ runtime as an embedded library. * `scripts/` - Scripts used to invoke Mono and the corresponding program. -* `../olive/` - Incubation code from [Olive](https://github.com/mono/olive). - - * If the directory ../olive is present (as an -independent checkout) from the Mono module, that -directory is automatically configured to share the -same prefix than this module gets. - Contributing to Mono ==================== -Before submitting changes to Mono, please review the [contribution guidelines](http://www.mono-project.com/community/contributing/). -Please pay particular attention to the [Important Rules](http://www.mono-project.com/community/contributing/#important-rules) section. +Before submitting changes to Mono, please review the [contribution +guidelines](http://www.mono-project.com/community/contributing/). +Please pay particular attention to the [Important +Rules](http://www.mono-project.com/community/contributing/#important-rules) +section. Reporting bugs ============== -To submit bug reports, please use [Xamarin's Bugzilla](https://bugzilla.xamarin.com/) +To submit bug reports, please use [Xamarin's +Bugzilla](https://bugzilla.xamarin.com/) Please use the search facility to ensure the same bug hasn't already -been submitted and follow our [guidelines](http://www.mono-project.com/community/bugs/make-a-good-bug-report/) +been submitted and follow our +[guidelines](http://www.mono-project.com/community/bugs/make-a-good-bug-report/) on how to make a good bug report. Configuration Options ===================== -The following are the configuration options that someone -building Mono might want to use: +The following are the configuration options that someone building Mono +might want to use: -* `--with-sgen=yes,no` - Generational GC support: Used to enable or disable the -compilation of a Mono runtime with the SGen garbage collector. +* `--with-sgen=yes,no` - Generational GC support: Used to enable or +disable the compilation of a Mono runtime with the SGen garbage +collector. * On platforms that support it, after building Mono, you will have -both a `mono` binary and a `mono-sgen` binary. `mono` uses Boehm, while -`mono-sgen` uses the Simple Generational GC. +both a `mono` binary and a `mono-sgen` binary. `mono` uses Boehm, +while `mono-sgen` uses the Simple Generational GC. -* `--with-gc=[included, boehm, none]` - Selects the default Boehm garbage -collector engine to use. +* `--with-gc=[included, boehm, none]` - Selects the default Boehm +garbage collector engine to use. - * *included*: (*slighty modified Boehm GC*) -This is the default value for the Boehm GC, and it's -the most feature complete, it will allow Mono -to use typed allocations and support the debugger. + * *included*: (*slighty modified Boehm GC*) This is the default +value for the Boehm GC, and it's the most feature complete, it will +allow Mono to use typed allocations and support the debugger. - * *boehm*: -This is used to use a system-install Boehm GC, -it is useful to test new features available in -Boehm GC, but we do not recommend that people -use this, as it disables a few features. + * *boehm*: This is used to use a system-install Boehm GC, it is +useful to test new features available in Boehm GC, but we do not +recommend that people use this, as it disables a few features. * *none*: Disables the inclusion of a garbage collector. @@ -436,3 +447,54 @@ http://code.google.com/p/nativeclient/ * Currently this is used with Mono's AOT engine as Native Client does not support JIT engines yet. + +Working With Submodules +======================= + +Mono references several external git submodules, for example +a fork of Microsoft's reference source code that has been altered +to be suitable for use with the Mono runtime. + +This section describes how to use it. + +An initial clone should be done recursively so all submodules will also be +cloned in a single pass: + + $ git clone --recursive git@github.com:mono/mono + +Once cloned, submodules can be updated to pull down the latest changes. +This can also be done after an initial non-recursive clone: + + $ git submodule update --init --recursive + +To pull external changes into a submodule: + + $ cd + $ git pull origin + $ cd + $ git add + $ git commit + +By default, submodules are detached because they point to a specific commit. +Use `git checkout` to move back to a branch before making changes: + + $ cd + $ git checkout + # work as normal; the submodule is a normal repo + $ git commit/push new changes to the repo (submodule) + + $ cd + $ git add # this will record the new commits to the submodule + $ git commit + +To switch the repo of a submodule (this should not be a common or normal thing +to do at all), first edit `.gitmodules` to point to the new location, then: + + $ git submodule sync -- + $ git submodule update --recursive + $ git checkout + +The desired output diff is a change in `.gitmodules` to reflect the +change in the remote URL, and a change in / where you see +the desired change in the commit hash. + diff --git a/build-mingw32.sh b/build-mingw32.sh deleted file mode 100755 index 4c8ed8c1dc..0000000000 --- a/build-mingw32.sh +++ /dev/null @@ -1,227 +0,0 @@ -#!/bin/bash -e -CURDIR="`pwd`" -MINGW=i386-mingw32msvc -CROSS_DIR=/opt/cross/$MINGW -EXTRA_CROSS_DIR= -INSTALL_DESTDIR="$CURDIR/mono-win32" -PROFILES="default net_2_0 net_3_5 net_4_0 net_4_5 moonlight" -TEMPORARY_PKG_CONFIG_DIR=/tmp/$RANDOM-pkg-config-$RANDOM -ORIGINAL_PATH="$PATH" - -export CPPFLAGS_FOR_EGLIB CFLAGS_FOR_EGLIB CPPFLAGS_FOR_LIBGC CFLAGS_FOR_LIBGC - -function cleanup () -{ - if [ -d "$TEMPORARY_PKG_CONFIG_DIR" ]; then - rm -rf "$TEMPORARY_PKG_CONFIG_DIR" - fi -} - -function check_pkg_config_dir () -{ - local DIR="$1" - local DIR_PREFIX="$2" - - if [ ! -d "$DIR" ]; then - return - fi - - install -d -m 755 "$TEMPORARY_PKG_CONFIG_DIR" - for pc in "$DIR"/*.pc; do - if [ -f $pc ]; then - pcname="`basename $pc`" - sed -e "s;^prefix=.*;prefix=$DIR_PREFIX;g" < $pc > "$TEMPORARY_PKG_CONFIG_DIR"/$pcname - fi; - done - - if [ -z "$CROSS_PKG_CONFIG_DIR" ]; then - CROSS_PKG_CONFIG_DIR="$TEMPORARY_PKG_CONFIG_DIR" - fi -} - -function show_build_info () -{ - cat < /dev/null - -while getopts "d:m:e:p:" opt; do - case "$opt" in - d) CROSS_DIR="$OPTARG" ;; - m) MINGW="$OPTARG" ;; - e) EXTRA_CROSS_DIR="$OPTARG" ;; - p) MONO_PREFIX="$OPTARG" ;; - *) usage ;; - esac -done - -setup -build -doinstall -show_build_info - -popd > /dev/null diff --git a/config.h.in b/config.h.in index 6b11076358..d5a7d684d1 100644 --- a/config.h.in +++ b/config.h.in @@ -121,7 +121,7 @@ /* Extension module enabled */ #undef ENABLE_EXTENSION_MODULE -/* Gsharing */ +/* Gsharedvt */ #undef ENABLE_GSHAREDVT /* Icall export enabled */ @@ -181,6 +181,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H +/* Define to 1 if you have the header file. */ +#undef HAVE_COMPLEX_H + /* Define to 1 if you have the `confstr' function. */ #undef HAVE_CONFSTR @@ -287,15 +290,6 @@ /* Define to 1 if you have the `futimes' function. */ #undef HAVE_FUTIMES -/* GC requires thread registration */ -#undef HAVE_GC_ALLOW_REGISTER_THREADS - -/* Define to 1 if you have the header file. */ -#undef HAVE_GC_GC_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GC_H - /* Have getaddrinfo */ #undef HAVE_GETADDRINFO @@ -380,7 +374,7 @@ /* Have inet_ntop */ #undef HAVE_INET_NTOP -/* Define to 1 if you have the `inet_pton' function. */ +/* Have inet_pton */ #undef HAVE_INET_PTON /* Define to 1 if you have the header file. */ @@ -521,6 +515,9 @@ /* Define to 1 if you have the `posix_madvise' function. */ #undef HAVE_POSIX_MADVISE +/* Define to 1 if you have the `prctl' function. */ +#undef HAVE_PRCTL + /* Define to 1 if you have the `preadv' function. */ #undef HAVE_PREADV @@ -755,6 +752,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H +/* Define to 1 if you have the `system' function. */ +#undef HAVE_SYSTEM + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_AUXV_H @@ -794,6 +794,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_POLL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H @@ -942,9 +945,6 @@ */ #undef LT_OBJDIR -/* Cross-compiling using MinGW */ -#undef MINGW_CROSS_COMPILE - /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */ #undef MONO_BIG_ARRAYS @@ -1059,6 +1059,9 @@ /* ... */ #undef TARGET_PS3 +/* ... */ +#undef TARGET_PS4 + /* ... */ #undef TARGET_S390X @@ -1068,7 +1071,7 @@ /* ... */ #undef TARGET_SPARC64 -/* Target OS is Win32/MinGW */ +/* Target Platform is Win32 */ #undef TARGET_WIN32 /* ... */ @@ -1077,6 +1080,9 @@ /* ... */ #undef TARGET_XBOX360 +/* Enable cooperative stop-the-world garbage collection. */ +#undef USE_COOP_GC + /* ... */ #undef USE_GCC_ATOMIC_OPS diff --git a/configure.REMOVED.git-id b/configure.REMOVED.git-id index 53ebe19d89..425c48f592 100644 --- a/configure.REMOVED.git-id +++ b/configure.REMOVED.git-id @@ -1 +1 @@ -94ef65996a186293ae651e688580672f8de4b880 \ No newline at end of file +2c2c33e9b3b238b9af81df41107a0b6b0127ed10 \ No newline at end of file diff --git a/configure.ac.REMOVED.git-id b/configure.ac.REMOVED.git-id index 8106806460..95fcf98d21 100644 --- a/configure.ac.REMOVED.git-id +++ b/configure.ac.REMOVED.git-id @@ -1 +1 @@ -6e1f9bd8a55b889798c88191650b5752d2b58e3b \ No newline at end of file +fa754128cfe42ebd98f8fc68209473d8cc272fc0 \ No newline at end of file diff --git a/data/gdb/mono-gdb.py b/data/gdb/mono-gdb.py index ce34d357f6..f4dcfe72c0 100644 --- a/data/gdb/mono-gdb.py +++ b/data/gdb/mono-gdb.py @@ -31,7 +31,7 @@ class StringPrinter: while i < len: val = (chars.cast(gdb.lookup_type ("gint64")) + (i * 2)).cast(gdb.lookup_type ("gunichar2").pointer ()).dereference () if val >= 256: - c = "\u%X".format (val) + c = unichr (val) else: c = chr (val) res.append (c) diff --git a/data/mono.d b/data/mono.d index dae3c397d0..69f46525c7 100644 --- a/data/mono.d +++ b/data/mono.d @@ -21,21 +21,8 @@ provider mono { probe gc__requested (int generation, uintptr_t requested_size, int wait_to_finish); - probe gc__checkpoint__1 (int generation); - probe gc__checkpoint__2 (int generation); - probe gc__checkpoint__3 (int generation); - probe gc__checkpoint__4 (int generation); - probe gc__checkpoint__5 (int generation); - probe gc__checkpoint__6 (int generation); - probe gc__checkpoint__7 (int generation); - probe gc__checkpoint__8 (int generation); - probe gc__checkpoint__9 (int generation); - probe gc__concurrent__start__begin (int generation); - probe gc__concurrent__start__end (int generation, long long num_major_objects_marked); probe gc__concurrent__update__finish__begin (int generation, long long num_major_objects_marked); - probe gc__concurrent__update__end (int generation, long long num_major_objects_marked); - probe gc__concurrent__finish__end (int generation, long long num_major_objects_marked); probe gc__sweep__begin (int generation, int full_sweep); probe gc__sweep__end (int generation, int full_sweep); @@ -45,19 +32,12 @@ provider mono { probe gc__world__restart__begin (int generation); probe gc__world__restart__end (int generation); - probe gc__heap__alloc (uintptr_t addr, uintptr_t len); - probe gc__heap__free (uintptr_t addr, uintptr_t len); - - probe gc__locked (); - probe gc__unlocked (); - probe gc__nursery__tlab__alloc (uintptr_t addr, uintptr_t len); probe gc__nursery__obj__alloc (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); probe gc__major__obj__alloc__large (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); probe gc__major__obj__alloc__pinned (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); probe gc__major__obj__alloc__degraded (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); - probe gc__major__obj__alloc__mature (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); /* Can be nursery->nursery, nursery->major or major->major */ probe gc__obj__moved (uintptr_t dest, uintptr_t src, int dest_gen, int src_gen, uintptr_t size, char *ns_name, char *class_name); @@ -70,13 +50,10 @@ provider mono { probe gc__finalize__enqueue (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name, int generation, int is_critical); probe gc__finalize__invoke (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); - probe gc__weak__update (uintptr_t ref_addr, uintptr_t old_addr, uintptr_t new_addr, uintptr_t size, char *ns_name, char *class_name, int track); + probe gc__weak__update (uintptr_t ref_addr, uintptr_t new_addr, uintptr_t size, char *ns_name, char *class_name, int track); probe gc__global__remset__add (uintptr_t ref_addr, uintptr_t obj_addr, uintptr_t size, char *ns_name, char *class_name); probe gc__obj__cemented (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name); - - probe gc__internal__alloc (uintptr_t addr, uintptr_t size, int type); - probe gc__internal__dealloc (uintptr_t add, uintptr_t size, int type); }; #pragma D attributes Evolving/Evolving/Common provider mono provider diff --git a/data/net_4_5/machine.config b/data/net_4_5/machine.config index b98a4d3e00..8f7e56a4fa 100644 --- a/data/net_4_5/machine.config +++ b/data/net_4_5/machine.config @@ -13,11 +13,14 @@
-
+
+ +
+
diff --git a/docs/Makefile.am b/docs/Makefile.am index 811955257b..9c51442040 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -14,7 +14,6 @@ ASSEMBLED_DOCS = \ EXTRA_DIST = \ abc-removal.txt \ api-style.css \ - assembly-bundle \ check-exports \ check-coverage \ convert.cs \ @@ -23,7 +22,6 @@ EXTRA_DIST = \ docs.make \ documented \ embedded-api \ - exceptions \ exdoc \ file-share-modes \ gc-issues \ @@ -35,33 +33,25 @@ EXTRA_DIST = \ jit-imt \ jit-thoughts \ jit-trampolines \ - local-regalloc.txt \ - magic.diff \ mini-doc.txt \ mono-api-metadata.html \ mono-file-formats.config\ mono-file-formats.source\ - mono_handle_d \ mono-tools.config \ mono-tools.source \ monoapi.source \ - new-regalloc \ object-layout \ - opcode-decomp.txt \ precise-gc \ produce-lists \ public \ public-api \ README \ - release-notes-1.0.html \ remoting \ ssapre.txt \ - stack-alignment \ stack-overflow.txt \ threading \ toc.xml \ TODO \ - tree-mover.txt \ unmanaged-calls dist-hook: diff --git a/docs/Makefile.in b/docs/Makefile.in index a66ad4479b..c25550175b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -370,7 +370,6 @@ ASSEMBLED_DOCS = \ EXTRA_DIST = \ abc-removal.txt \ api-style.css \ - assembly-bundle \ check-exports \ check-coverage \ convert.cs \ @@ -379,7 +378,6 @@ EXTRA_DIST = \ docs.make \ documented \ embedded-api \ - exceptions \ exdoc \ file-share-modes \ gc-issues \ @@ -391,33 +389,25 @@ EXTRA_DIST = \ jit-imt \ jit-thoughts \ jit-trampolines \ - local-regalloc.txt \ - magic.diff \ mini-doc.txt \ mono-api-metadata.html \ mono-file-formats.config\ mono-file-formats.source\ - mono_handle_d \ mono-tools.config \ mono-tools.source \ monoapi.source \ - new-regalloc \ object-layout \ - opcode-decomp.txt \ precise-gc \ produce-lists \ public \ public-api \ README \ - release-notes-1.0.html \ remoting \ ssapre.txt \ - stack-alignment \ stack-overflow.txt \ threading \ toc.xml \ TODO \ - tree-mover.txt \ unmanaged-calls TOOL_MAKE = $(MAKE) -f $(srcdir)/docs.make topdir=$(srcdir)/../mcs srcdir=$(srcdir) diff --git a/docs/assembly-bundle b/docs/assembly-bundle deleted file mode 100644 index 3e64e147cb..0000000000 --- a/docs/assembly-bundle +++ /dev/null @@ -1,57 +0,0 @@ - - HOWTO bundle assemblies inside the mono runtime. - Paolo Molaro (lupus@ximian.com) - -* Intent - - Bundling assemblies inside the mono runtime may be useful for a number - of reasons: - - * creating a standalone complete runtime that can be more easily - distributed - - * having an application run against a known set of assemblies - that has been tested - - Of course, there are drawbacks, too: if there has been fixes - to the assemblies, replacing them means recompiling the - runtime as well and if there are other mono apps, unless they - use the same mono binary, there will be less opportunities for - the operating system to optimize memory usage. So use this - feature only when really needed. - -* Creating the Bundle - - To bundle a set of assemblies, you need to create a file that - lists the assembly names and the relative files. Empty lines - and lines starting with # are ignored: - - == cut cut == - # Sample bundle template - mscorlib: /path/to/mscorlib/assembly.dll - myapp: /path/to/myapp.exe - == cut cut == - - Next you need to build the mono runtime using a special configure option: - - ./configure --with-bundle=/path/to/bundle/template - - The path to the template should be an absolute path. - - The script metadata/make-bundle.pl will take the specifie - assemblies and embed them inside the runtime where the loading - routines can find them before searching for them on disk. - -* Open Issues - - There are still two issues to solve: - - * config files: sometimes they are needed but they are - not yet bundled inside the library () - - * building with the included libgc makes it not - possible to build a mono binary statically linked to - libmono: this needs to be fixed to make bundles - really useful. - - diff --git a/docs/current-api b/docs/current-api index 1bbddca612..be79dd8a3d 100644 --- a/docs/current-api +++ b/docs/current-api @@ -292,7 +292,6 @@ mono_free_method mono_free_verify_list mono_gc_collect mono_gc_collection_count -mono_gc_enable_events mono_gc_get_generation mono_gc_get_heap_size mono_gc_get_used_size @@ -301,9 +300,7 @@ mono_gchandle_get_target mono_gchandle_new mono_gchandle_new_weakref mono_gc_invoke_finalizers -mono_gc_is_finalizer_thread mono_gc_max_generation -mono_gc_out_of_memory mono_gc_wbarrier_arrayref_copy mono_gc_wbarrier_generic_nostore mono_gc_wbarrier_generic_store @@ -604,7 +601,6 @@ mono_object_get_class mono_object_get_domain mono_object_get_size mono_object_get_virtual_method -mono_object_is_alive mono_object_isinst mono_object_isinst_mbyref mono_object_new diff --git a/docs/deploy/mono-api-internal.html b/docs/deploy/mono-api-internal.html index 22f51d2c2e..0ba9ccc20d 100644 --- a/docs/deploy/mono-api-internal.html +++ b/docs/deploy/mono-api-internal.html @@ -476,33 +476,6 @@ 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
@@ -524,13 +497,6 @@ mono_gc_is_finalizer_thread (MonoThread *thread)
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 b26123c17b..f8f86ac094 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 04f57c2540..18cfa0aa3c 100644 --- a/docs/deploy/mono-api-object.html +++ b/docs/deploy/mono-api-object.html @@ -108,7 +108,6 @@ 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, @@ -423,13 +422,6 @@ 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/docs/documented b/docs/documented index a98a509a37..e02682acdd 100644 --- a/docs/documented +++ b/docs/documented @@ -269,12 +269,9 @@ mono_gc_weak_link_get mono_gc_weak_link_remove mono_gc_disable mono_gc_enable -mono_gc_is_finalizer_thread -mono_gc_out_of_memory mono_gc_start_world mono_gc_stop_world mono_gc_alloc_fixed -mono_gc_enable_events mono_gc_free_fixed mono_gc_make_descr_from_bitmap mono_gc_base_init @@ -526,7 +523,6 @@ mono_object_isinst mono_object_register_finalizer mono_object_unbox mono_object_castclass_mbyref -mono_object_is_alive mono_object_get_size mono_value_box mono_value_copy diff --git a/docs/exceptions b/docs/exceptions deleted file mode 100644 index d5ecaeead4..0000000000 --- a/docs/exceptions +++ /dev/null @@ -1,110 +0,0 @@ - Exception Implementation in the Mono Runtime - Dietmar Maurer (dietmar@ximian.com) - (C) 2001 Ximian, Inc. - -Exception implementation (jit): -=============================== - -Stack unwinding: -================ - -We record the code address (start_address, size) of all methods. That way it is -possible to map an instruction pointer (IP) to the method information needed -for unwinding the stack: - -We also save a Last Managed Frame (LMF) structure at each call from managed to -unmanaged code. That way we can recover from exceptions inside unmanaged code. - -void handle_exception ((struct sigcontext *ctx, gpointer obj) -{ - if (ctx->bp < mono_end_of_stack) { - /* unhandled exception */ - abort (); - } - - info = mono_jit_info_table_find (mono_jit_info_table, ctx->ip); - - if (info) { // we are inside managed code - - if (ch = find_catch_handler ()) - execute_catch_handler (ch, ctx, obj); - - execute_all_finally_handler (); - - // restore register, including IP and Frame pointer - ctx = restore_caller_saved_registers_from_ctx (ji, ctx); - - // continue unwinding - handle_exception (ctx, obj); - - } else { - - lmf = get_last_managed_frame (); - - // restore register, including IP and Frame pointer - ctx = restore_caller_saved_registers_from_lmf (ji, lmf); - - // continue unwinding - handle_exception (ctx, obj); - } -} - - -Code generation: -================ - -leave: is simply translated into a branch to the target. If the leave -instruction is inside a finally block (but not inside another handler) -we call the finally handler before we branch to the target. - -finally/endfinally, filter/endfilter: is translated into subroutine ending with -a "return" statement. The subroutine does not save EBP, because we need access -to the local variables of the enclosing method. Its is possible that -instructions inside those handlers modify the stack pointer, thus we save the -stack pointer at the start of the handler, and restore it at the end. We have -to use a "call" instruction to execute such finally handlers. This makes it -also possible to execute them inside the stack unwinding code. The exception -object for filters is passed in a local variable (cfg->exvar). - -throw: we first save all regs into a sigcontext struct and then call the stack -unwinding code. - -catch handler: catch hanlders are always called from the stack unwinding -code. The exception object is passed in a local variable (cfg->exvar). - -gcc support for Exceptions -========================== - -gcc supports exceptions in files compiled with the -fexception option. gcc -generates DWARF exceptions tables in that case, so it is possible to unwind the -stack. The method to read those exception tables is contained in libgcc.a, and -in newer versions of glibc (glibc 2.2.5 for example), and it is called -__frame_state_for(). Another usable glibc function is backtrace_symbols() which -returns the function name corresponding to a code address. - -We dynamically check if those features are available using g_module_symbol(), -and we use them only when available. If not available we use the LMF as -fallback. - -Using gcc exception information prevents us from saving the LMF at each native -call, so this is a way to speed up native calls. This is especially valuable -for internal calls, because we can make sure that all internal calls are -compiled with -fexceptions (we compile the whole mono runtime with that -option). - -All native function are able to call function without exception tables, and so -we are unable to restore all caller saved registers if an exception is raised -in such function. Well, its possible if the previous function already saves all -registers. So we only omit the the LMF if a function has an exception table -able to restore all caller saved registers. - -One problem is that gcc almost never saves all caller saved registers, because -it is just unnecessary in normal situations. But there is a trick forcing gcc -to save all register, we just need to call __builtin_unwind_init() at the -beginning of a function. That way gcc generates code to save all caller saved -register on the stack. - - - - - \ No newline at end of file diff --git a/docs/local-regalloc.txt b/docs/local-regalloc.txt deleted file mode 100644 index a6e523557f..0000000000 --- a/docs/local-regalloc.txt +++ /dev/null @@ -1,208 +0,0 @@ - -* Proposal for the local register allocator - - The local register allocator deals with allocating registers - for temporaries inside a single basic block, while the global - register allocator is concerned with method-wide allocation of - variables. - The global register allocator uses callee-saved register for it's - purpouse so that there is no need to save and restore these registers - at call sites. - - There are a number of issues the local allocator needs to deal with: - *) some instructions expect operands in specific registers (for example - the shl instruction on x86, or the call instruction with thiscall - convention, or the equivalent call instructions on other architectures, - such as the need to put output registers in %oX on sparc) - *) some instructions deliver results only in specific registers (for example - the div instruction on x86, or the call instructionson on almost all - the architectures). - *) it needs to know what registers may be clobbered by an instruction - (such as in a method call) - *) it should avoid excessive reloads or stores to improve performance - - While which specific instructions have limitations is architecture-dependent, - the problem shold be solved in an arch-independent way to reduce code duplication. - The register allocator will be 'driven' by the arch-dependent code, but it's - implementation should be arch-independent. - - To improve the current local register allocator, we need to - keep more state in it than the current setup that only keeps busy/free info. - - Possible state information is: - - free: the resgister is free to use and it doesn't contain useful info - freeable: the register contains data loaded from a local (there is - also info about _which_ local it contains) as a result from previous - instructions (like, there was a store from the register to the local) - moveable: it contains live data that is needed in a following instruction, but - the contents may be moved to a different register - busy: the register contains live data and it is placed there because - the following instructions need it exactly in that register - allocated: the register is used by the global allocator - - The local register allocator will have the following interfaces: - - int get_register (); - Searches for a register in the free state. If it doesn't find it, - searches for a freeable register. Sets the status to moveable. - Looking for a 'free' register before a freeable one should allow for - removing a few redundant loads (though I'm still unsure if such - things should be delegated entirely to the peephole pass). - - int get_register_force (int reg); - Returns 'reg' if it is free or freeable. If it is moveable, it moves it - to another free or freeable register. - Sets the status of 'reg' to busy. - - void set_register_freeable (int reg); - Sets the status of 'reg' to freeable. - - void set_register_free (int reg); - Sets the status of 'reg' to free. - - void will_clobber (int reg); - Spills the register to the stack. Sets the status to freeable. - After the clobbering has occurred, set the status to free. - - void register_unspill (int reg); - Un-spills register reg and sets the status to moveable. - - FIXME: how is the 'local' information represented? Maybe a MonoInst* pointer. - - Note: the register allocator will insert instructions in the basic block - during it's operation. - -* Examples - - Given the tree (on x86 the right argument to shl needs to be in ecx): - - store (local1, shl (local1, call (some_arg))) - - At the start of the basic block, the registers are set to the free state. - The sequence of instructions may be: - instruction register status -> [%eax %ecx %edx] - start free free free - eax = load local1 mov free free - /* call clobbers eax, ecx, edx */ - spill eax free free free - call mov free free - /* now eax contains the right operand of the shl */ - mov %eax -> %ecx free busy free - un-spill mov busy free - shl %cl, %eax mov free free - - The resulting x86 code is: - mov $fffc(%ebp), %eax - mov %eax, $fff0(%ebp) - push some_arg - call func - mov %eax, %ecx - mov $fff0(%ebp), %eax - shl %cl, %eax - - Note that since shl could operate directly on memory, we could have: - - push some_arg - call func - mov %eax, %ecx - shl %cl, $fffc(%ebp) - - The above example with loading the operand in a register is just to complicate - the example and show that the algorithm should be able to handle it. - - Let's take another example with the this-call call convention (the first argument - is passed in %ecx). - In this case, will_clobber() will be called only on %eax and %edx, while %ecx - will be allocated with get_register_force (). - Note: when a register is allocated with get_register_force(), it should be set - to a different state as soon as possible. - - store (local1, shl (local1, this-call (local1))) - - instruction register status -> [%eax %ecx %edx] - start free free free - eax = load local1 mov free free - /* force load in %ecx */ - ecx = load local1 mov busy free - spill eax free busy free - call mov free free - /* now eax contains the right operand of the shl */ - mov %eax -> %ecx free busy free - un-spill mov busy free - shl %cl, %eax mov free free - - What happens when a register that we need to allocate with get_register_force () - contains an operand for the next instruction? - - instruction register status -> [%eax %ecx %edx] - eax = load local0 mov free free - ecx = load local1 mov mov free - get_register_force (ecx) here. - We have two options: - mov %ecx, %edx - or: - spill %ecx - The first option is way better (and allows the peephole pass to - just load the value in %edx directly, instead of loading first to %ecx). - This doesn't work, though, if the instruction clobbers the %edx register - (like in a this-call). So, we first need to clobber the registers - (so the state of %ecx changes to freebale and there is no issue - with get_register_force ()). - What if an instruction both clobbers a register and requires it as - an operand? Lets' take the x86 idiv instruction as an example: it - requires the dividend in edx:eax and returns the result in eax, - with the modulus in edx. - - store (local1, div (local1, local2)) - - instruction register status -> [%eax %ecx %edx] - eax = load local0 mov free free - will_clobber eax, edx free mov free - force mov %ecx, %eax busy free free - set %edx busy free busy - idiv mov free free - - Note: edx is set to free after idiv, because the modulus is not needed - (if it was a rem, eax would have been freed). - If we load the divisor before will_clobber(), we'll have to spill - eax and reload it later. If we load it just after the idiv, there is no issue. - In any case, the algorithm should give the correct results and allow the operation. - - Working recursively on the isntructions there shouldn't be huge issues - with this algorithm (though, of course, it's not optimal and it may - introduce excessive spills or register moves). The advantage over the current - local reg allocator is that: - 1) the number of spills/moves would be smaller anyway - 2) a separate peephole pass could be able to eliminate reg moves - 3) we'll be able to remove the 'forced' spills we currently do with - the return value of method calls - -* Issues - - How to best integrate such a reg allocator with the burg stuff. - - Think about a call os sparc with two arguments: they got into %o0 and %o1 - and each of them sets the register as busy. But what if the values to put there - are themselves the result of a call? %o0 is no problem, but for all the - next argument n the above algorithm would spill all the 0...n-1 registers... - -* Papers - - More complex solutions to the local register allocator problem: - http://dimacs.rutgers.edu/TechnicalReports/abstracts/1997/97-33.html - - Combining register allocation and instruction scheduling: - http://citeseer.nj.nec.com/motwani95combining.html - - More on LRA euristics: - http://citeseer.nj.nec.com/liberatore97hardness.html - - Linear-time optimal code scheduling for delayedload architectures - http://www.cs.wisc.edu/~fischer/cs701.f01/inst.sched.ps.gz - - Precise Register Allocation for Irregular Architectures - http://citeseer.nj.nec.com/kong98precise.html - - Allocate registers first to subtrees that need more of them. - http://www.upb.de/cs/ag-kastens/compii/folien/comment401-409.2.pdf diff --git a/docs/magic.diff b/docs/magic.diff deleted file mode 100644 index c8dee8e162..0000000000 --- a/docs/magic.diff +++ /dev/null @@ -1,15 +0,0 @@ -This is a patch that can be applied to the magic file used by file(1) to -recognize mono assemblies. -Apply it to the magic file (usually in /usr/share/file/magic or -/usr/share/misc/magic) and recompile it with file -C. - ---- magic.old 2006-03-24 21:12:25.000000000 +0100 -+++ magic 2006-03-24 21:12:17.000000000 +0100 -@@ -7205,6 +7205,7 @@ - >>>>(0x3c.l+4) leshort 0x290 PA-RISC - >>>>(0x3c.l+22) leshort&0x0100 >0 32-bit - >>>>(0x3c.l+22) leshort&0x1000 >0 system file -+>>>>(0x3c.l+232) lelong >0 Mono/.Net assembly - - >>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed - >>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed diff --git a/docs/mono_handle_d b/docs/mono_handle_d deleted file mode 100644 index a8f97b141c..0000000000 --- a/docs/mono_handle_d +++ /dev/null @@ -1,98 +0,0 @@ -=pod - -=head1 Internal design document for the mono_handle_d - -This document is designed to hold the design of the mono_handle_d and -not as an api reference. - -=head2 Primary goal and purpose - -The mono_handle_d is a process which takes care of the (de)allocation -of scratch shared memory and handles (of files, threads, mutexes, -sockets etc. see L) and refcounts of the -filehandles. It is designed to be run by a user and to be fast, thus -minimal error checking on input is done and will most likely crash if -given a faulty package. No effort has been, or should be, made to have -the daemon talking to machine of different endianness/size of int. - -=head2 How to start the daemon - -To start the daemon you either run the mono_handle_d executable or try -to attach to the shared memory segment via L<_wapi_shm_attach> which -will start a daemon if one does not exist. - -=head1 Internal details - -The daemon works by opening a socket and listening to clients. These -clients send packages over the socket complying to L. - -=head2 Possible requests - -=over - -=item WapiHandleRequest_New - -Find a handle in the shared memory segment that is free and allocate -it to the specified type. To destroy use -L. A L with -.type=WapiHandleResponseType_New will be sent back with .u.new.handle -set to the handle that was allocated. .u.new.type is the type that was -requested. - -=item WapiHandleRequestType_Open - -Increase the ref count of an already created handle. A -L with .type=WapiHandleResponseType_Open will be sent -back with .u.new.handle set to the handle, .u.new.type is set to the -type of handle this is. - -=item WapiHandleRequestType_Close - -Decrease the ref count of an already created handle. A -L with .type=WapiHandleResponseType_Close will be -sent back with .u.close.destroy set to TRUE if ref count for this -client reached 0. - -=item WapiHandleRequestType_Scratch - -Allocate a shared memory area of size .u.scratch.length in bytes. A -L with .type=WapiHandleResponseType_Scratch will be -sent back with .u.scratch.idx set to the index into the shared -memory's scratch area where to memory begins. (works just like -malloc(3)) - -=item WapiHandleRequestType_Scratch - -Deallocate a shared memory area, this must have been allocated before -deallocating. A L with -.type=WapiHandleResponseType_ScratchFree will be sent back (works just -like free(3)) - -=back - -=head1 Why a daemon - -From an email: - -Dennis: I just have one question about the daemon... Why does it -exist? Isn't it better performancewise to just protect the shared area -with a mutex when allocation a new handle/shared mem segment or -changing refcnt? It will however be a less resilient to clients that -crash (the deamon cleans up ref'd handles if socket closes) - -Dick: It's precisely because with a mutex the shared memory segment -can be left in a locked state. Also, it's not so easy to clean up -shared memory without it (you can't just mark it deleted when creating -it, because you can't attach any more readers to the same segment -after that). I did some minimal performance testing, and I don't -think the daemon is particularly slow. - - -=head1 Authors - -Documentaion: Dennis Haney - -Implementation: Dick Porter - -=cut diff --git a/docs/new-regalloc b/docs/new-regalloc deleted file mode 100644 index b687c2b50c..0000000000 --- a/docs/new-regalloc +++ /dev/null @@ -1,68 +0,0 @@ -We need to switch to a new register allocator. -The current one is split in a global and a local register allocator. -The global one can assign only callee-saves registers and happens -on the tree-based internal representation: it assigns local variables -to hardware registers. -The local one happens on the linear representation on a per basic -block basis and assigns hard registers to virtual registers (which -hold temporary values during expression executions) and it deals also -with the platform-specific issues (fixed registers, call conventions). - -Moving to a different register will help solve some of the performance -issues introduced by the above split, make the register more easily -portable and solve some of the issues generated by dealing with trees. - -The general design ideas are below. - -The new allocator should have a global view of all the method, so it can be -able to assign variables also to some of the volatile registers if possible, -even across basic blocks (this would improve performance). - -The allocator would be driven by per-arch declarative data, so porting -should be easier: an architecture needs to specify register classes, -call convention and instructions requirements (similar to the gcc code). - -The allocator should operate on the linear representation, this way it's -easier and faster to track usages more correctly. We need to assign virtual -registers on a per-method basis instead of per basic block. We can assign -virtual registers to variables, too. Note that since we fix the stack offset -of local vars only after this step (which happens after the burg rules are run), -some of the burg rules that try to optimize the code won't apply anymore: -the peephole code may need to be enhanced to do the optimizations instead. - -We need to handle floating point registers in the global allocator, too. - -The new allocator also needs to keep track precisely of which registers -contain references or managed pointers to allow us to move to a precise GC. - -It may be worth to use a single increasing set of integers for the virtual -registers, with the class of the register stored separately (unless the -current local allocator which keeps interger and fp registers separate). - -Since this is a large task, we need to do it in steps as much as possible. -The first is to run the register allocator _after_ the burg rules: this -requires a rewrite of the liveness code, too, to use linear indexes instead -of basic-block/tree number combinations. This can be done by: -*) allocating virtual regs to all the locals that can be register allocated -*) running the burg rules (some may require adjustments): the local virtual -registers are assigned starting from global-virt-regs+1, instead of the current -hardware-regs+1, so we can tell apart global and local virt regs. -*) running the liveness/whatever code is needed to allocate the global registers -*) allocate the rest of the local variables to stack slots -*) continue with the current local allocator - -This work could take 2-3 weeks. - -The next step is to define the kind of declarative data an architecture needs -and assigning virtual regs to all the registers and making the allocator -assign from the volatile registers, too. -Note that some of the code that is currently emitted in the arch-specific -code, will need to be emitted as instructions that the reg allocator -can inspect: think of a method that returns the first argument which is -received in a register: the current code copies it to either a local slot or -to a global reg in the prolog an copies it back to the return register -int he basic block, but since neither the regallocator nor the peephole code -knows about the prolog code, the first store cannot be optimized away. -The gcc code has some example of how to specify register classes in a -declarative way. - diff --git a/docs/opcode-decomp.txt b/docs/opcode-decomp.txt deleted file mode 100644 index 48968d17ab..0000000000 --- a/docs/opcode-decomp.txt +++ /dev/null @@ -1,113 +0,0 @@ - -* How to handle complex IL opcodes in an arch-independent way - - Many IL opcodes are very simple: add, ldind etc. - Such opcodes can be implemented with a single cpu instruction - in most architectures (on some, a group of IL instructions - can be converted to a single cpu op). - There are many IL opcodes, though, that are more complex, but - can be expressed as a series of trees or a single tree of - simple operations. Such simple operations are architecture-independent. - It makes sense to decompose such complex IL instructions in their - simpler equivalent so that we gain in several ways: - *) porting effort is easier, because only the simple instructions - need to be implemented in arch-specific code - *) we could apply BURG rules to the trees and do pattern matching - on them to optimize the expressions according to the host cpu - - The issue is: where do we do such conversion from coarse opcodes to - simple expressions? - -* Doing the conversion in method_to_ir () - - Some of these conversions can certainly be done in method_to_ir (), - but it's not always easy to decide which are better done there and - which in a different pass. - For example, let's take ldlen: in the mono implementation, ldlen - can be simply implemented with a load from a fixed position in the - array object: - - len = [reg + maxlen_offset] - - However, ldlen carries also semantics information: the result is the - length of the array, and since in the CLR arrays are of fixed size, - this information can be useful to later do bounds check removal. - If we convert this opcode in method_to_ir () we lost some useful - information for further optimizations. - - In some other ways, decomposing an opcode in method_to_ir() may - allow for better optimizations later on (need to come up with an - example here ...). - -* Doing the conversion in inssel.brg - - Some conversion may be done inside the burg rules: this has the - disadvantage that the instruction selector is not run again on - the resulting expression tree and we could miss some optimization - (this is what effectively happens with the coarse opcodes in the old - jit). This may also interfere with an efficient local register allocator. - It may be possible to add an extension in monoburg that allows a rule - such as: - - recheck: LDLEN (reg) { - create an expression tree representing LDLEN - and return it - } - - When the monoburg label process gets back a recheck, it will run - the labeling again on the resulting expression tree. - If this is possible at all (and in an efficient way) is a - question for dietmar:-) - It should be noted, though, that this may not always work, since - some complex IL opcodes may require a series of expression trees - and handling such cases in monoburg could become quite hairy. - For example, think of opcode that need to do multiple actions on the - same object: this basically means a DUP... - On the other end, if a complex opcode needs a DUP, monoburg doesn't - actually need to create trees if it emits the instructions in - the correct sequence and maintains the right values in the registers - (usually the values that need a DUP are not changed...). How - this integrates with the current register allocator is not clear, since - that assigns registers based on the rule, but the instructions emitted - by the rules may be different (this already happens with the current JIT - where a MULT is replaced with lea etc...). - -* Doing it in a separate pass. - - Doing the conversion in a separate pass over the instructions - is another alternative. This can be done right after method_to_ir () - or after the SSA pass (since the IR after the SSA pass should look - almost like the IR we get back from method_to_ir ()). - - This has the following advantages: - *) monoburg will handle only the simple opcodes (makes porting easier) - *) the instruction selection will be run on all the additional trees - *) it's easier to support coarse opcodes that produce multiple expression - trees (and apply the monoburg selector on all of them) - *) the SSA optimizer will see the original opcodes and will be able to use - the semantic info associated with them - - The disadvantage is that this is a separate pass on the code and - it takes time (how much has not been measured yet, though). - - With this approach, we may also be able to have C implementations - of some of the opcodes: this pass would insert a function call to - the C implementation (for example in the cases when first porting - to a new arch and implemenating some stuff may be too hard in asm). - -* Extended basic blocks - - IL code needs a lot of checks, bounds checks, overflow checks, - type checks and so on. This potentially increases by a lot - the number of basic blocks in a control flow graph. However, - all such blocks end up with a throw opcode that gives control to the - exception handling mechanism. - After method_to_ir () a MonoBasicBlock can be considered a sort - of extended basic block where the additional exits don't point - to basic blocks in the same procedure (at least when the method - doesn't have exception tables). - We need to make sure the passes following method_to_ir () can cope - with such kinds of extended basic blocks (especially the passes - that we need to apply to all the methods: as a start, we could - skip SSA optimizations for methods with exception clauses...) - diff --git a/docs/public-api b/docs/public-api index 231ecf171a..c9d90eb25b 100644 --- a/docs/public-api +++ b/docs/public-api @@ -292,7 +292,6 @@ mono_free_method mono_free_verify_list mono_gc_collect mono_gc_collection_count -mono_gc_enable_events mono_gc_get_generation mono_gc_get_heap_size mono_gc_get_used_size @@ -301,9 +300,7 @@ mono_gchandle_get_target mono_gchandle_new mono_gchandle_new_weakref mono_gc_invoke_finalizers -mono_gc_is_finalizer_thread mono_gc_max_generation -mono_gc_out_of_memory mono_gc_wbarrier_arrayref_copy mono_gc_wbarrier_generic_nostore mono_gc_wbarrier_generic_store @@ -604,7 +601,6 @@ mono_object_get_class mono_object_get_domain mono_object_get_size mono_object_get_virtual_method -mono_object_is_alive mono_object_isinst mono_object_isinst_mbyref mono_object_new diff --git a/docs/release-notes-1.0.html b/docs/release-notes-1.0.html deleted file mode 100644 index 9c305433c5..0000000000 --- a/docs/release-notes-1.0.html +++ /dev/null @@ -1,16 +0,0 @@ -

Mono 1.0 Release Notes

- -

What does Mono Include

- -

Missing functionality

- -

COM support. - -

EnterpriseServices are non-existant. - -

Windows.Forms is only available as a preview, it is not - completed nor stable. - -

Assembly: System.Drawing

- -

System.Drawing.Printing is not supported. \ No newline at end of file diff --git a/docs/sources/mono-api-internal.html b/docs/sources/mono-api-internal.html index 9bd7936691..23c1862492 100644 --- a/docs/sources/mono-api-internal.html +++ b/docs/sources/mono-api-internal.html @@ -93,12 +93,9 @@

mono_gc_disable

mono_gc_enable

-

mono_gc_is_finalizer_thread

-

mono_gc_out_of_memory

mono_gc_start_world

mono_gc_stop_world

mono_gc_alloc_fixed

-

mono_gc_enable_events

mono_gc_free_fixed

mono_gc_make_descr_from_bitmap

diff --git a/docs/sources/mono-api-object.html b/docs/sources/mono-api-object.html index 5619040698..111a307f1c 100644 --- a/docs/sources/mono-api-object.html +++ b/docs/sources/mono-api-object.html @@ -93,7 +93,6 @@ result = mono_object_new (mono_domain_get (), version_class);

mono_object_isinst

mono_object_unbox

mono_object_castclass_mbyref

-

mono_object_is_alive

mono_object_get_size

diff --git a/docs/stack-alignment b/docs/stack-alignment deleted file mode 100644 index da995fb288..0000000000 --- a/docs/stack-alignment +++ /dev/null @@ -1,33 +0,0 @@ -Size and alignment requirements of stack values -=============================================== - -P ... System.IntPtr -I1 ... System.Int8 -I2 ... System.Int16 -I4 ... System.Int32 -I8 ... System.Int64 -F ... System.Single -D ... System.Double -LD ... native long double - ------------------------------------------------------------ -ARCH | P | I1 | I2 | I4 | I8 | F | D | LD | ------------------------------------------------------------ -X86 | 4/4 | 4/4 | 4/4 | 4/4 | 8/4 | 4/4 | 8/4 |12/4 | ------------------------------------------------------------ -X86/W32 | 4/4 | 4/4 | 4/4 | 4/4 | 8/4 | 4/4 | 8/4 |12/4 | ------------------------------------------------------------ -ARM | 4/4 | 4/4 | 4/4 | 4/4 | 8/4 | 4/4 | 8/4 | 8/4 | ------------------------------------------------------------ -M68K | 4/4 | 4/4 | 4/4 | 4/4 | 8/4 | 4/4 | 8/4 |12/4 | ------------------------------------------------------------ -ALPHA | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | ------------------------------------------------------------ -SPARC | 4/4 | 4/4 | 4/4 | 4/4 | 8/8 | 4/4 | 8/8 |16/8 | ------------------------------------------------------------ -SPARC64 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 |16/16| ------------------------------------------------------------ -MIPS | 4/4 | 4/4 | 4/4 | 4/4 | ?/? | 4/4 | 8/8 | 8/8 | ------------------------------------------------------------ - | | | | | | | | | ------------------------------------------------------------ diff --git a/docs/tree-mover.txt b/docs/tree-mover.txt deleted file mode 100644 index 3ee836a5b2..0000000000 --- a/docs/tree-mover.txt +++ /dev/null @@ -1,261 +0,0 @@ - -Purpose - -Especially when inlining is active, it can happen that temporary -variables add pressure to the register allocator, producing bad -code. - -The idea is that some of these temporaries can be totally eliminated -my moving the MonoInst tree that defines them directly to the use -point in the code (so the name "tree mover"). - -Please note that this is *not* an optimization: it is mostly a -workaround to issues we have in the regalloc. -Actually, with the new linear IR this will not be possible at all -(there will be no more trees in the code!). -Anyway, this workaround turns out to be useful in the current state -of things... - ------------------------------------------------------------------------ - -Base logic - -If a local is defined by a value which is a proper expression (a tree -of MonoInst, not just another local or a constant), and this definition -is used only once, the tree can be moved directly to the use location, -and the definition eliminated. -Of course, none of the variables used in the tree must be defined in -the code path between the definition and the use, and the tree must be -free of side effects. -We do not handle the cases when the tree is just a local or a constant -because they are handled by copyprop and consprop, respectively. - -To make things simpler, we restrict the tree move to the case when: -- the definition and the use are in the same BB, and -- the use is followed by another definition in the same BB (it is not - possible that the 1st value is used again), or alternatively there - is no BB in the whole CFG that contains a use of this local before a - definition (so, again, there is no code path that can lead to a - subsequent use). - -To handle this, we maintain an ACT array (Available Copy Tree, similar -to the ACP), where we store the "state" of every local. -Ideally, every local can be in the following state: -[E] Undefined (by a tree, it could be in the ACP but we don't care). -[D] Defined (by a tree), and waiting for a use. -[U] Used, with a tree definition available in the same BB, but still - without a definition following the use (always in the same BB). -Of course state [E] (empty) is the initial one. - -Besides, there are two sort of "meta states", or flags: -[W] Still waiting for a use or definition in this BB (we have seen no - occurrence of the local yet). -[X] Used without being previously defined in the same BB (note that if - there is a definition that precedes the use in the same BB, even if - the definition is not a tree or is not available because of side - effects or because the tree value has changed the local is not in - state [X]). -Also note that state [X] is a sort of "global" condition, which if set -in one BB will stay valid for the whole CFG, even if the local will -otherwise change state. The idea of flagging a local as [X] is that if -there is a definition/use pair that reaches the end of a BB, it could -be that there is a CFG path that then leads to the BB flagging it as -[X] (which contains a use), so the tree cannot be moved. -So state [X] will always be set, and never examined in all the state -transitions we will describe. -In practice, we use flag [W] to set state [X]: if, when traversing a -BB, we find a use for a local in state [W], then that local is flagged -[X]. - - -For each BB, we initialize all states to [E] and [W], and then we -traverse the code one inst at a time, and update the variable states -in the ACT in the following ways: - -[Definition] - - Flag [W] is cleared. - - All "affected trees" are killed (go from state [D] to [E]). - The "affected trees" are the trees which contain (use) the defined - local, and the rationale is that the tree value changed, so the - tree is no longer available. - - If the local was in state [U], *that* tree move is marked "safe" - (because *this* definition makes us sure that the previous tree - cannot be used again in any way). - The idea is that "safe" moves can happen even if the local is - flagged [X], because the second definition "covers" the use. - The tree move is then saved in the "todo" list (and the affecting - nodes are cleared). - - If the local was defined by a tree, it goes to state [D], the tree - is recorded, and all the locals used in it are marked as "affecting - this tree" (of course these markers are lists, because each local - could affect more than one tree). - -[IndirectDefinition] - - All potentially affected trees (in state [D]) are killed. - -[Use] - - If the local is still [W], it is flagged [X] (the [W] goes away). - - If the local is in state [D], it goes to state [U]. - The tree move must not yet be recorded in the "todo" list, it still - stays in the ACT slot belonging to this local. - Anyway, the "affecting" nodes are updated, because now a definition - of a local used in this tree will affect only "indirect" (or also - "propagated") moves, but not *this* move (see below). - - If the local is in state [U], then the tree cannot be moved (it is - used two times): the move is canceled, and the state goes [E]. - - If the local is in state [E], the use is ignored. - -[IndirectUse] - - All potentially affected trees (in state [D] or [U]) are killed. - -[SideEffect] - - Tree is marked as "unmovable". - -Then, at the end of the BB, for each ACT slot: - - If state is [U], the tree move is recorded in the "todo" list, but - flagged "unsafe". - - Anyway, state goes to [E], the [W] flag is set, and all "affecting" - lists are cleared (we get ready to traverse the next BB). -Finally, when all BBs has been scanned, we traverse the "todo" list, -moving all "safe" entries, and moving "unsafe" ones only if their ACT -slot is not flagged [X]. - -So far, so good. -But there are two issues that make things harder :-( - -The first is the concept of "indirect tree move". -It can happen that a tree is scheduled for moving, and its destination -is a use that is located in a second tree, which could also be moved. -The main issue is that a definition of a variable of the 1st tree on -the path between the definition and the use of the 2nd one must prevent -the move. -But which move? The 1st or the 2nd? -Well, any of the two! -The point is, the 2nd move must be prevented *only* if the 1st one -happens: if it is aborted (for an [X] flag or any other reason), the -2nd move is OK, and vice versa... -We must handle this in the following way: -- The ACT must still remember if a slot is scheduled for moving in - this BB, and if it is, all the locals used in the tree. - We say that the slot is in state [M]. - Note that [M] is (like [X] and [W]) a sort of "meta state": a local - is flagged [M] when it goes to state [U], and the flag is cleared - when the tree move is cancelled -- A tree that uses a local whose slot is in state [M] is also using all - the locals used by the tree in state [M], but the use is "indirect". - These use nodes are also included in the "affecting" lists. -- The definition of a variable used in an "indirect" way has the - effect of "linking" the two involved tree moves, saying that only one - of the two can happen in practice, but not both. -- When the 2nd tree is scheduled for moving, the 1st one is *still* in - state [M], because a third move could "carry it forward", and all the - *three* moves should be mutually exclusive (to be safe!). - -The second tricky complication is the "tree forwarding" that can happen -when copyprop is involved. -It is conceptually similar to the "indirect tree move". -Only, the 2nd tree is not really a tree, it is just the local defined -in the 1st tree move. -It can happen that copyprop will propagate the definition. -We cannot make treeprop do the same job of copyprop, because copyprop -has less constraints, and is therefore more powerful in its scope. -The main issue is that treeprop cannot propagate a tree to *two* uses, -while copyprop is perfectly capable of propagating one definition to -two (or more) different places. -So we must let copyprop do its job otherwise we'll miss optimizations, -but we must also make it play safe with treeprop. -Let's clarify with an example: - a = v1 + v2; //a is defined by a tree, state [D], uses v2 and v2 - b = a; //a is used, state [U] with move scheduled, and - //b is defined by a, ACP[b] is a, and b is in state [DC] - c = b + v3; // b is used, goes to state [U] -The real trouble is that copyprop happens *immediately*, while treeprop -is deferred to the end of the CFG traversal. -So, in the 3rd statement, the "b" is immediately turned into an "a" by -copyprop, regardless of what treeprop will do. -Anyway, if we are careful, this is not so bad. -First of all, we must "accept" the fact that in the 3rd statement the -"b" is in fact an "a", as treeprop must happen *after* copyprop. -The real problem is that "a" is used twice: in the 2nd and 3rd lines. -In our usual setup, the 2nd line would set it to [U], and the 3rd line -would kill the move (and set "a" to [E]). -I have tried to play tricks, and reason as of copyprop didn't happen, -but everything becomes really messy. -Instead, we should note that the 2nd line is very likely to be dead. -At least in this BB, copyprop will turn all "b"s into "a"s as long as -it can, and when it cannot, it will be because either "a" or "b" have -been redefined, which would be after the tree move anyway. -So, the reasoning gets different: let's pretend that "b" will be dead. -This will make the "a" use in the 2nd statement useless, so there we -can "reset" "a" to [D], but also take note that if "b" will end up -not being dead, the tree move associated to this [D] must be aborted. -We can detect this in the following way: -- Either "b" is used before being defined in this BB, or -- It will be flagged "unsafe". -Both things are very easy to check. -The only quirk is that the "affecting" lists must not be cleared when -a slot goes to state [U], because a "propagation" could put it back -to state [D] (where those lists are needed, because it can be killed -by a definition to a used slot). - ------------------------------------------------------------------------ - -Implementation notes - -All the implementation runs inside the existing mono_local_cprop -function, and a separate memory pool is used to hold the temporary -data. - -A struct, MonoTreeMover, contains the pointers to the pool, the ACT, -the list of scheduled moves and auxiliary things. -This struct is allocated if the tree move pass is requested, and is -then passed along to all the involved functions, which are therefore -aware of the tree mover state. - -The ACT is an array of slots, obviously one per local. -Each slot is of type MonoTreeMoverActSlot, and contains the used and -affected locals, a pointer to the pending tree move and the "waiting" -and "unsafe" flags. - -The "affecting" lists a built from "dependency nodes", of type -MonoTreeMoverDependencyNode. -Each of the nodes contains the used and affected local, and is in -two lists: the locals used by a slot, and the locals affected by a -slot (obviously a different one). -So, each node means: "variable x is used in tree t, so a definition -of x affects tree t". -The "affecting" lists are doubly linked, to allow for O(1) deletion. -The "used" lists are simply linked, but when they are mantained there -is always a pointer to the last element to allow for O(1) list moving. -When a used list is dismissed (which happens often, any time a node is -killed), its nodes are unlinked from their respective affecting lists -and are then put in a "free" list in the MonoTreeMover to be reused. - -Each tree move is represented by a struct (MonoTreeMoverTreeMove), -which contains: -- the definition and use points, -- the "affected" moves (recall the concept of "indirect tree move"), -- the "must be dead" slots (recall "tree forwarding"). and -- a few utility flags. -The tree moves stays in the relevant ACT slot until it is ready to be -scheduled for moving, at which point it is put in a list in the -MonoTreeMover. -The tree moves structs are reused when they are killed, so there is -also a "free" list for them in the MonoTreeMover. - -The tree mover code has been added to all the relevant functions that -participate in consprop and copyprop, particularly: -- mono_cprop_copy_values takes care of variable uses (transitions from - states [D] to [U] and [U] to [E] because of killing), -- mono_cprop_invalidate_values takes care of side effects (indirect - accesses, calls...), -- mono_local_cprop_bb sets up and cleans the traversals for each BB, - and for each MonoInst it takes care of variable definitions. -To each of them has been added a MonoTreeMover parameter, which is not -NULL if the tree mover is running. -After mono_local_cprop_bb has run for all BBs, the MonoTreeMover has -the list of all the pending moves, which must be walked to actually -perform the moves (when possible, because "unsafe" flags, "affected" -moves and "must be dead" slots can still have their effects, which -must be handled now because they are fully known only at the end of -the CFG traversal). diff --git a/eglib/src/gmisc-unix.c b/eglib/src/gmisc-unix.c index 860b930469..273024871c 100644 --- a/eglib/src/gmisc-unix.c +++ b/eglib/src/gmisc-unix.c @@ -93,24 +93,29 @@ get_pw_data (void) pthread_mutex_unlock (&pw_lock); return; } + + home_dir = g_getenv ("HOME"); + user_name = g_getenv ("USER"); + #ifdef HAVE_GETPWUID_R - if (getpwuid_r (getuid (), &pw, buf, 4096, &result) == 0) { - home_dir = g_strdup (pw.pw_dir); - user_name = g_strdup (pw.pw_name); + if (home_dir == NULL || user_name == NULL) { + if (getpwuid_r (getuid (), &pw, buf, 4096, &result) == 0) { + if (home_dir == NULL) + home_dir = g_strdup (pw.pw_dir); + if (user_name == NULL) + user_name = g_strdup (pw.pw_name); + } } #endif - if (home_dir == NULL) - home_dir = g_getenv ("HOME"); - if (user_name == NULL) { - user_name = g_getenv ("USER"); - if (user_name == NULL) - user_name = "somebody"; - } + if (user_name == NULL) + user_name = "somebody"; + if (home_dir == NULL) + home_dir = "/"; + pthread_mutex_unlock (&pw_lock); } -/* Give preference to /etc/passwd than HOME */ const gchar * g_get_home_dir (void) { diff --git a/external/Lucene.Net/.gitignore b/external/Lucene.Net/.gitignore deleted file mode 100644 index cb595e7e16..0000000000 --- a/external/Lucene.Net/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# 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 deleted file mode 100644 index 8b45b38157..0000000000 --- a/external/Lucene.Net/ACKNOWLEDGEMENTS.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 74cbf29a6f..0000000000 --- a/external/Lucene.Net/CHANGES.txt.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -c0daf5afda647e912fcb3fee849f83bd5df94c39 \ No newline at end of file diff --git a/external/Lucene.Net/LICENSE.txt b/external/Lucene.Net/LICENSE.txt deleted file mode 100644 index 8669b7c1d1..0000000000 --- a/external/Lucene.Net/LICENSE.txt +++ /dev/null @@ -1,271 +0,0 @@ - - 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 deleted file mode 100644 index 528c8a372f..0000000000 --- a/external/Lucene.Net/NOTICE.txt +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 17cbb15e1c..0000000000 --- a/external/Lucene.Net/README.txt +++ /dev/null @@ -1,61 +0,0 @@ -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 deleted file mode 100644 index 9c5a761f95..0000000000 Binary files a/external/Lucene.Net/branding/font/AllerDisplay.ttf and /dev/null 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 deleted file mode 100644 index 64947767af..0000000000 --- a/external/Lucene.Net/branding/font/Aller_Rg.ttf.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f47fd3c0ee..0000000000 --- a/external/Lucene.Net/branding/font/Aller_Std_Family.zip.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 97970fb326..0000000000 --- a/external/Lucene.Net/branding/font/GOTHIC.TTF.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 3f0f9b99de..0000000000 Binary files a/external/Lucene.Net/branding/logo/favicon.ico and /dev/null 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 deleted file mode 100644 index 8a06f31b38..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-color-variations.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 475c5b7790..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-L.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 48df616250..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-L.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-L.svg b/external/Lucene.Net/branding/logo/lucene-net-L.svg deleted file mode 100644 index b4cb557bef..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-L.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index fb4a3e0119..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 66e6ba3905..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-badge-120x36.png and /dev/null 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 deleted file mode 100644 index 023caa454e..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index a2de7d89d2..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-badge-180x36.png and /dev/null 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 deleted file mode 100644 index b1284e1110..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index b0a3c112aa..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-badge-80x100.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-color.png b/external/Lucene.Net/branding/logo/lucene-net-color.png deleted file mode 100644 index d6106f90a7..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-color.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-color.svg b/external/Lucene.Net/branding/logo/lucene-net-color.svg deleted file mode 100644 index 9dcbc0a9b8..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-color.svg +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/Lucene.Net/branding/logo/lucene-net-grayscale.png b/external/Lucene.Net/branding/logo/lucene-net-grayscale.png deleted file mode 100644 index c2395afd10..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-grayscale.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg b/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg deleted file mode 100644 index bbecb0bc33..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-grayscale.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon-128.png b/external/Lucene.Net/branding/logo/lucene-net-icon-128.png deleted file mode 100644 index e010c0cf05..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-128.png and /dev/null 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 deleted file mode 100644 index 85cbdee401..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-128x128.png and /dev/null 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 deleted file mode 100644 index 1b1663fcdd..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-256.png and /dev/null 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 deleted file mode 100644 index 017c7d1b8e..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-256x256.png and /dev/null 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 deleted file mode 100644 index 6c6607be4e..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-32.png and /dev/null 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 deleted file mode 100644 index 227b7cea40..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-32x32.png and /dev/null 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 deleted file mode 100644 index b560874964..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-icon-512.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 5f2c671a40..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-512x256.png and /dev/null 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 deleted file mode 100644 index d14d5ae905..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-512x512.png and /dev/null 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 deleted file mode 100644 index b2479eb9b7..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-64.png and /dev/null 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 deleted file mode 100644 index 19abadff1d..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon-64x64.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-icon.ico b/external/Lucene.Net/branding/logo/lucene-net-icon.ico deleted file mode 100644 index 3f0f9b99de..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-icon.ico and /dev/null 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 deleted file mode 100644 index 208f376492..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-not-outlined.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f69aecfb85..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-reverse-color.png and /dev/null 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 deleted file mode 100644 index 3883781170..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-reverse-color.svg +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png b/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png deleted file mode 100644 index 4507878a60..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.png and /dev/null 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 deleted file mode 100644 index d569a6c95a..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-reverse-grayscale.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 796f77b4c5..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-words.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 4fd7899a38..0000000000 Binary files a/external/Lucene.Net/branding/logo/lucene-net-words.png and /dev/null differ diff --git a/external/Lucene.Net/branding/logo/lucene-net-words.svg b/external/Lucene.Net/branding/logo/lucene-net-words.svg deleted file mode 100644 index 54eae9388a..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net-words.svg +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 1df9e2b674..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net.ai.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index faa7198a75..0000000000 --- a/external/Lucene.Net/branding/logo/lucene-net.psd.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -0e9db3525f053dbca8434fbe4327682977be1be9 \ No newline at end of file diff --git a/external/Lucene.Net/build.cmd b/external/Lucene.Net/build.cmd deleted file mode 100644 index c6b928455f..0000000000 --- a/external/Lucene.Net/build.cmd +++ /dev/null @@ -1,27 +0,0 @@ -@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 deleted file mode 100644 index 997b5b962e..0000000000 --- a/external/Lucene.Net/build/scripts/All/Lucene.Net.nuspec +++ /dev/null @@ -1,41 +0,0 @@ - - - - - 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 deleted file mode 100644 index 08e262d600..0000000000 --- a/external/Lucene.Net/build/scripts/All/document.targets +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index f9ebcc3ca1..0000000000 --- a/external/Lucene.Net/build/scripts/All/project.targets +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index d97452ac46..0000000000 --- a/external/Lucene.Net/build/scripts/Analyzers/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 85ec04dbc8..0000000000 --- a/external/Lucene.Net/build/scripts/Analyzers/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 781abea9d2..0000000000 --- a/external/Lucene.Net/build/scripts/Contrib-Core/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 7cd602f2bd..0000000000 --- a/external/Lucene.Net/build/scripts/Contrib-Core/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 483abb48d3..0000000000 --- a/external/Lucene.Net/build/scripts/Contrib/Lucene.Net.Contrib.nuspec +++ /dev/null @@ -1,62 +0,0 @@ - - - - - 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 deleted file mode 100644 index 962820c39e..0000000000 --- a/external/Lucene.Net/build/scripts/Contrib/document.targets +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index e8d3a25f57..0000000000 --- a/external/Lucene.Net/build/scripts/Contrib/project.targets +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 21920885dc..0000000000 --- a/external/Lucene.Net/build/scripts/Core/Lucene.Net.Core.nuspec +++ /dev/null @@ -1,42 +0,0 @@ - - - - - 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 deleted file mode 100644 index 797392e67c..0000000000 --- a/external/Lucene.Net/build/scripts/Core/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index f7ab1e1dd3..0000000000 --- a/external/Lucene.Net/build/scripts/Core/project.targets +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index e00d9f1f98..0000000000 --- a/external/Lucene.Net/build/scripts/CustomDictionary.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 2793a9c483..0000000000 --- a/external/Lucene.Net/build/scripts/FastVectorHighlighter/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 778532912c..0000000000 --- a/external/Lucene.Net/build/scripts/FastVectorHighlighter/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 8e48c12c4f..0000000000 --- a/external/Lucene.Net/build/scripts/Highlighter/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 4802ee80a1..0000000000 --- a/external/Lucene.Net/build/scripts/Highlighter/project.targets +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 713ffce78c..0000000000 --- a/external/Lucene.Net/build/scripts/Memory/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 8c302e9504..0000000000 --- a/external/Lucene.Net/build/scripts/Memory/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 8209b4faf9..0000000000 --- a/external/Lucene.Net/build/scripts/Queries/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index f16fd8cb57..0000000000 --- a/external/Lucene.Net/build/scripts/Queries/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 59d721c32e..0000000000 --- a/external/Lucene.Net/build/scripts/Regex/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 7ce0e62b56..0000000000 --- a/external/Lucene.Net/build/scripts/Regex/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 115277b876..0000000000 --- a/external/Lucene.Net/build/scripts/SimpleFacetedSearch/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 2d7c16f362..0000000000 --- a/external/Lucene.Net/build/scripts/SimpleFacetedSearch/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 9bbb52ee05..0000000000 --- a/external/Lucene.Net/build/scripts/Snowball/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index f13e277189..0000000000 --- a/external/Lucene.Net/build/scripts/Snowball/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 21a3ee9ae1..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial.NTS/Lucene.Net.Spatial.NTS.nuspec +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 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 deleted file mode 100644 index 510591d451..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial.NTS/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index b73ba78cc0..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial.NTS/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index bc6d4f057d..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial/Lucene.Net.Spatial.nuspec +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 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 deleted file mode 100644 index da98b93257..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 63b40b3cc4..0000000000 --- a/external/Lucene.Net/build/scripts/Spatial/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index 1dff4fd995..0000000000 --- a/external/Lucene.Net/build/scripts/SpellChecker/document.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index ebff0d4566..0000000000 --- a/external/Lucene.Net/build/scripts/SpellChecker/project.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - $(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 deleted file mode 100644 index b6010b9879..0000000000 --- a/external/Lucene.Net/build/scripts/build.cmd +++ /dev/null @@ -1,25 +0,0 @@ -@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 deleted file mode 100644 index 6edacfdd97..0000000000 --- a/external/Lucene.Net/build/scripts/build.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/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 deleted file mode 100644 index c05e0924b7..0000000000 --- a/external/Lucene.Net/build/scripts/build.targets +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 967057d413..0000000000 --- a/external/Lucene.Net/build/scripts/docs.shfbproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - $(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 deleted file mode 100644 index 45ccca168f..0000000000 --- a/external/Lucene.Net/build/scripts/dot-net-tools.targets +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - 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 deleted file mode 100644 index a46447ff50..0000000000 --- a/external/Lucene.Net/build/scripts/mono-tools.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 6b237a7388..0000000000 --- a/external/Lucene.Net/build/scripts/rules.fxcop +++ /dev/null @@ -1,143 +0,0 @@ - - - - - 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 deleted file mode 100644 index 7f0da4aae7..0000000000 --- a/external/Lucene.Net/build/scripts/rules.stylecop +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - \.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 deleted file mode 100644 index c27a3b6280..0000000000 --- a/external/Lucene.Net/build/scripts/template.shfbproj +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - 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 deleted file mode 100644 index 501f9124c3..0000000000 --- a/external/Lucene.Net/build/scripts/user.targets +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 940fc35a55..0000000000 --- a/external/Lucene.Net/build/scripts/validate-tool-chain.ps1 +++ /dev/null @@ -1,304 +0,0 @@ -# -# 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 deleted file mode 100644 index 2f8ba49427..0000000000 --- a/external/Lucene.Net/build/scripts/version.targets +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 97f5cab645..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.All.sln +++ /dev/null @@ -1,186 +0,0 @@ - -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 deleted file mode 100644 index e14a31c2b0..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Analyzers.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 4ee3a096ba..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Core.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 43a615b5d0..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 0d65fdbcbd..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Highlighter.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 6c6dc8c663..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Memory.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index f7ecdced01..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Queries.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index fd568aca29..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Regex.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 0cb2617157..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 5cc016ffbf..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Snowball.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 31d28ebb65..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.Spatial.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 48fe86f1da..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.SpellChecker.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index aa6bdd4b1e..0000000000 --- a/external/Lucene.Net/build/vs2010/contrib/Contrib.WordNet.sln +++ /dev/null @@ -1,76 +0,0 @@ - -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 deleted file mode 100644 index 638c6add69..0000000000 --- a/external/Lucene.Net/build/vs2010/core/Lucene.Net.Core.sln +++ /dev/null @@ -1,46 +0,0 @@ - -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 deleted file mode 100644 index f8f0e92331..0000000000 --- a/external/Lucene.Net/build/vs2010/demo/Lucene.Net.Demo.sln +++ /dev/null @@ -1,96 +0,0 @@ - -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 deleted file mode 100644 index f9ce4a2559..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.All.Test.sln +++ /dev/null @@ -1,306 +0,0 @@ - -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 deleted file mode 100644 index 6a9100ad75..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Analyzers.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 97e682ec1c..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Core.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 672811a9af..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 9d600af616..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Highlighter.Test.sln +++ /dev/null @@ -1,106 +0,0 @@ - -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 deleted file mode 100644 index f41127edd1..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Memory.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 19f835b0a6..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Queries.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 6ec91f269b..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Regex.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 9cceee7f4a..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln +++ /dev/null @@ -1,110 +0,0 @@ - -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 deleted file mode 100644 index 38c588eaba..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Snowball.Test.sln +++ /dev/null @@ -1,85 +0,0 @@ -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 deleted file mode 100644 index 5d641cd994..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.Spatial.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index f93e73cac9..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Contrib.SpellChecker.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 317f82543d..0000000000 --- a/external/Lucene.Net/build/vs2010/test/Lucene.Net.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 9a707ebcdd..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.All.sln +++ /dev/null @@ -1,196 +0,0 @@ - -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 deleted file mode 100644 index e44e692372..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Analyzers.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 15e09d6c2a..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Core.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 21ad549b0b..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index b20a7cb5b5..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Highlighter.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 5a8ae6f1db..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Memory.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index dc468f7496..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Queries.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index e997043279..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Regex.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 204498650b..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 2a908c47e8..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Snowball.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 0c50e46fd1..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.Spatial.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 0117834ded..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.SpellChecker.sln +++ /dev/null @@ -1,56 +0,0 @@ - -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 deleted file mode 100644 index 18a7a6bbc5..0000000000 --- a/external/Lucene.Net/build/vs2012/contrib/Contrib.WordNet.sln +++ /dev/null @@ -1,76 +0,0 @@ - -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 deleted file mode 100644 index 53a0b3fe5f..0000000000 --- a/external/Lucene.Net/build/vs2012/core/Lucene.Net.Core.sln +++ /dev/null @@ -1,46 +0,0 @@ - -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 deleted file mode 100644 index 2d5da0bf3a..0000000000 --- a/external/Lucene.Net/build/vs2012/demo/Lucene.Net.Demo.sln +++ /dev/null @@ -1,96 +0,0 @@ - -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 deleted file mode 100644 index d7e30b6664..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.All.Test.sln +++ /dev/null @@ -1,296 +0,0 @@ - -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 deleted file mode 100644 index 63647e9cf7..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Analyzers.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index dde4c9fa6e..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Core.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 641128f428..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index a1678df2ad..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Highlighter.Test.sln +++ /dev/null @@ -1,106 +0,0 @@ - -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 deleted file mode 100644 index 2e64ca363a..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Memory.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 19ee67340e..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Queries.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index b6b6739d86..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Regex.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index cfdbb9f72e..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.SimpleFacetedSearch.Test.sln +++ /dev/null @@ -1,110 +0,0 @@ - -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 deleted file mode 100644 index 03051a20ea..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Snowball.Test.sln +++ /dev/null @@ -1,86 +0,0 @@ - -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 deleted file mode 100644 index 092ed29ee6..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.Spatial.Test.sln +++ /dev/null @@ -1,76 +0,0 @@ - -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 deleted file mode 100644 index 058ded92ab..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Contrib.SpellChecker.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index ecc90068d3..0000000000 --- a/external/Lucene.Net/build/vs2012/test/Lucene.Net.Test.sln +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index 3e17665ce6..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/Gallio License.txt +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0218f75e4f..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/CciMetadata.License.txt +++ /dev/null @@ -1,31 +0,0 @@ -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 deleted file mode 100644 index 46822d4507..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Cecil.FlowAnalysis.license.html +++ /dev/null @@ -1,37 +0,0 @@ - - -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 deleted file mode 100644 index 720daab2c4..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/ICSharpCode.TextEditor.License.txt +++ /dev/null @@ -1,458 +0,0 @@ - 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 deleted file mode 100644 index c1429b1a14..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.Cecil.license.html +++ /dev/null @@ -1,36 +0,0 @@ - - -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 deleted file mode 100644 index 115f890704..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/Mono.GetOptions.license.html +++ /dev/null @@ -1,38 +0,0 @@ - - -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 deleted file mode 100644 index 290b9a43f5..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/WeifenLuo.WinFormsUI.Docking.License.txt +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index be37aeab27..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/db4o.license.html +++ /dev/null @@ -1,384 +0,0 @@ - - -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 deleted file mode 100644 index 51aec72819..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/licenses/objectarx_license.doc and /dev/null 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 deleted file mode 100644 index 9c557ea308..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.Server.exe.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 0fa1a4d8d5..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.UI.plugin +++ /dev/null @@ -1,46 +0,0 @@ - - - - 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 deleted file mode 100644 index abc7a96996..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 356411b9ad..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.plugin +++ /dev/null @@ -1,30 +0,0 @@ - - - - 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 deleted file mode 100644 index f46a69ca93..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Ambience.xml +++ /dev/null @@ -1,511 +0,0 @@ - - - - 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 deleted file mode 100644 index 4c220b6835..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Common.Splash.xml +++ /dev/null @@ -1,1346 +0,0 @@ - - - - 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 deleted file mode 100644 index 9fc34dc517..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.exe.config +++ /dev/null @@ -1,18 +0,0 @@ - - - -
- - - - - - - - - - - - - - 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 deleted file mode 100644 index 9668323197..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.ControlPanel.plugin +++ /dev/null @@ -1,18 +0,0 @@ - - - - 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 deleted file mode 100644 index 88bf4f599a..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.exe.config +++ /dev/null @@ -1,30 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index ed74b2362e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Copy.plugin +++ /dev/null @@ -1,24 +0,0 @@ - - - - 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 deleted file mode 100644 index 1e44702eda..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.exe.config +++ /dev/null @@ -1,29 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index a0d15e4b1f..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Echo.plugin +++ /dev/null @@ -1,18 +0,0 @@ - - - - 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 deleted file mode 100644 index 888c06807e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 888c06807e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.Elevated.x86.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 888c06807e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 888c06807e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Host.x86.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 61f254a815..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.exe.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index d2bb1af92a..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Icarus.plugin +++ /dev/null @@ -1,177 +0,0 @@ - - - - - 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 deleted file mode 100644 index cf7276154a..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.plugin +++ /dev/null @@ -1,20 +0,0 @@ - - - - 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 deleted file mode 100644 index daa893f669..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.MSBuildTasks.xml +++ /dev/null @@ -1,818 +0,0 @@ - - - - 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 deleted file mode 100644 index 59f8d513f8..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.Readme.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index 5a226ea3ea..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.exe.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 031e0a7289..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Navigator.plugin +++ /dev/null @@ -1,22 +0,0 @@ - - - - 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 deleted file mode 100644 index 39c9858230..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.dll-Help.xml +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - 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 deleted file mode 100644 index 971300f2ce..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.plugin +++ /dev/null @@ -1,21 +0,0 @@ - - - - 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 deleted file mode 100644 index 6a898a9d76..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.PowerShellCommands.xml +++ /dev/null @@ -1,660 +0,0 @@ - - - - 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 deleted file mode 100644 index 309483ec30..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.plugin +++ /dev/null @@ -1,241 +0,0 @@ - - - - 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 deleted file mode 100644 index 5280155da7..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Reports.xml +++ /dev/null @@ -1,229 +0,0 @@ - - - - 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 deleted file mode 100644 index e266855668..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.plugin +++ /dev/null @@ -1,127 +0,0 @@ - - - - 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 deleted file mode 100644 index 36749cb681..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.UI.xml +++ /dev/null @@ -1,1373 +0,0 @@ - - - - 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 deleted file mode 100644 index 9815426038..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 099358b5cd..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.Utility.plugin +++ /dev/null @@ -1,18 +0,0 @@ - - - - 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 deleted file mode 100644 index 7c0442110d..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.VisualStudio.Interop.plugin +++ /dev/null @@ -1,28 +0,0 @@ - - - - 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 deleted file mode 100644 index 6e50246f8b..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f507163e8f..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.plugin +++ /dev/null @@ -1,658 +0,0 @@ - - - - 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 deleted file mode 100644 index ce6e5a5011..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio.xml.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 6d065f0df8..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.pdb and /dev/null 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 deleted file mode 100644 index 5c387493ca..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.plugin +++ /dev/null @@ -1,35 +0,0 @@ - - - - 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 deleted file mode 100644 index 42cd6bb232..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio35.xml +++ /dev/null @@ -1,293 +0,0 @@ - - - - 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 deleted file mode 100644 index 195aef849c..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 2c40c531d7..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.plugin +++ /dev/null @@ -1,29 +0,0 @@ - - - - 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 deleted file mode 100644 index 4743b88cfb..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Gallio40.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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 deleted file mode 100644 index 3c31dc7a14..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 45f277f097..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin +++ /dev/null @@ -1,28 +0,0 @@ - - - - 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 deleted file mode 100644 index 170faf14d7..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.xml.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 0a935d6f4f..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.dll.tdnet +++ /dev/null @@ -1,6 +0,0 @@ - - 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 deleted file mode 100644 index 3a9ef1a576..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7320eae52e..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.plugin +++ /dev/null @@ -1,56 +0,0 @@ - - - - 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 deleted file mode 100644 index 421745d240..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit.xml.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 6f0bf1cefd..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.pdb and /dev/null 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 deleted file mode 100644 index 543f2c0897..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.plugin +++ /dev/null @@ -1,30 +0,0 @@ - - - - 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 deleted file mode 100644 index 4fc0b5d64f..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit35.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - 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 deleted file mode 100644 index 55aee116bb..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.pdb and /dev/null 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 deleted file mode 100644 index 0d5bfc70bc..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.plugin +++ /dev/null @@ -1,30 +0,0 @@ - - - - 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 deleted file mode 100644 index eab3f0fa46..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/MbUnit40.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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 deleted file mode 100644 index 8b09dc4408..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin +++ /dev/null @@ -1,143 +0,0 @@ - - - - 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 deleted file mode 100644 index 4825382751..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico and /dev/null 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 deleted file mode 100644 index e69de29bb2..0000000000 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 deleted file mode 100644 index c5dba9fedb..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NHamcrest.pdb.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index bd3db1a1eb..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin +++ /dev/null @@ -1,85 +0,0 @@ - - - - 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 deleted file mode 100644 index 4396cc3f88..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 13c4ff9d5b..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico and /dev/null 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 deleted file mode 100644 index 63e9a2b991..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ab91df4496..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 379488e74a..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet +++ /dev/null @@ -1,6 +0,0 @@ - - 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 deleted file mode 100644 index 8db90fed83..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.xml.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index c448dd4226..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Assembly.ico and /dev/null 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 deleted file mode 100644 index 3aa2dadc4a..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Container.ico and /dev/null 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 deleted file mode 100644 index 85936b342e..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Fixture.ico and /dev/null 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 deleted file mode 100644 index 4ed5608a0e..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ControlPanel.ico and /dev/null 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 deleted file mode 100644 index 7c8600f9a4..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Copy.ico and /dev/null 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 deleted file mode 100644 index eb3edb9c1f..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Echo.ico and /dev/null 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 deleted file mode 100644 index 4ed5608a0e..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Icarus.ico and /dev/null 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 deleted file mode 100644 index eb3edb9c1f..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.Utility.ico and /dev/null 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 deleted file mode 100644 index 4ed5608a0e..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Gallio.ico and /dev/null 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 deleted file mode 100644 index 71926959bd..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/MbUnit.ico and /dev/null 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 deleted file mode 100644 index 2f2a792b25..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Test.ico and /dev/null 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 deleted file mode 100644 index 224dfba022..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/Unsupported.ico and /dev/null 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 deleted file mode 100644 index 60151a1a9d..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/css/Gallio-Report.css +++ /dev/null @@ -1,527 +0,0 @@ -/* 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 deleted file mode 100644 index bcf4c07852..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Failed.gif and /dev/null 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 deleted file mode 100644 index dda8c62b7c..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/FullStop.gif and /dev/null 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 deleted file mode 100644 index 111cca6f4f..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/GallioTestReportHeader.png and /dev/null 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 deleted file mode 100644 index dd90f46616..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Ignored.gif and /dev/null 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 deleted file mode 100644 index 46acbcc72a..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Minus.gif and /dev/null 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 deleted file mode 100644 index 1dee9cd853..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Passed.gif and /dev/null 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 deleted file mode 100644 index 0ce509a88e..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/Plus.gif and /dev/null 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 deleted file mode 100644 index 9f91b64a0b..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/UnknownTestKind.png and /dev/null 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 deleted file mode 100644 index 0e01c4c0e8..0000000000 Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/img/header-background.gif and /dev/null 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 deleted file mode 100644 index b4af2c0cd5..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/Gallio-Report.js +++ /dev/null @@ -1,244 +0,0 @@ -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
deleted file mode 100644
index 0fbf8fca96..0000000000
Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/expressInstall.swf and /dev/null 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
deleted file mode 100644
index ec848da135..0000000000
Binary files a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/player.swf and /dev/null 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
deleted file mode 100644
index 8eafe9dd83..0000000000
--- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/js/swfobject.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*	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
deleted file mode 100644
index 0a6baf3641..0000000000
--- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.ccnet-details.xsl
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-  
-  
-
-  /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
deleted file mode 100644
index 54ef14bfbb..0000000000
--- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.common.xsl
+++ /dev/null
@@ -1,356 +0,0 @@
-
-
-  
-  
-  
-  
-    
-       
-		    
-     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 deleted file mode 100644 index 50f829aee5..0000000000 --- a/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.html+xhtml.xsl +++ /dev/null @@ -1,1060 +0,0 @@ - - - - - - - - saved from url=(0014)about:internet - - - Gallio Test Report - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
-