You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/09/06 21:36:59 UTC

[48/51] [abbrv] [partial] Cleaning up and getting ready to development towards v4.8

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/LICENSE.txt
----------------------------------------------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
index 8669b7c..08a10a0 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -136,7 +136,7 @@
       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
+   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.
@@ -213,7 +213,7 @@ Here is the copyright from those sources:
  * 
  * Disclaimer
  * 
- * This source code is provided as is by Unicode, Inc. No claims are
+ * 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
@@ -221,7 +221,7 @@ Here is the copyright from those sources:
  * sole remedy for any claim will be exchange of defective media
  * within 90 days of receipt.
  * 
- * Limitations on Rights to Redistribute This Code
+ * 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
@@ -259,7 +259,7 @@ modification, are permitted provided that the following conditions are met:
     * 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"
+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
@@ -268,4 +268,4 @@ 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
+OF this SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/Lucene.Net.sln
----------------------------------------------------------------------
diff --git a/Lucene.Net.sln b/Lucene.Net.sln
new file mode 100644
index 0000000..bcb39c8
--- /dev/null
+++ b/Lucene.Net.sln
@@ -0,0 +1,57 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.30110.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "src\Lucene.Net.Core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests", "src\Lucene.Net.Tests\Lucene.Net.Tests.csproj", "{DE63DB10-975F-460D-AF85-572C17A91284}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.TestFramework", "src\Lucene.Net.TestFramework\Lucene.Net.TestFramework.csproj", "{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|Mixed Platforms = Debug|Mixed Platforms
+		Debug|x86 = Debug|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}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|Mixed Platforms.Build.0 = Debug|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|x86.ActiveCfg = Debug|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Debug|x86.Build.0 = Debug|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Any CPU.ActiveCfg = Release|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|Mixed Platforms.Build.0 = Release|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|x86.ActiveCfg = Release|x86
+		{5D4AD9BE-1FFB-41AB-9943-25737971BF57}.Release|x86.Build.0 = Release|x86
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Debug|x86.Build.0 = Debug|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Release|Any CPU.Build.0 = Release|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+		{DE63DB10-975F-460D-AF85-572C17A91284}.Release|x86.ActiveCfg = Release|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Release|Any CPU.Build.0 = Release|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+		{B2C0D749-CE34-4F62-A15E-00CB2FF5DDB3}.Release|x86.ActiveCfg = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/Lucene.Net.snk
----------------------------------------------------------------------
diff --git a/Lucene.Net.snk b/Lucene.Net.snk
new file mode 100644
index 0000000..f7f9ee5
Binary files /dev/null and b/Lucene.Net.snk differ

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/MyGet.bat
----------------------------------------------------------------------
diff --git a/MyGet.bat b/MyGet.bat
new file mode 100644
index 0000000..d538383
--- /dev/null
+++ b/MyGet.bat
@@ -0,0 +1,32 @@
+@echo Off
+set config=%1
+if "%config%" == "" (
+   set config=Release
+)
+
+set version=
+if not "%PackageVersion%" == "" (
+   set version=-Version %PackageVersion%
+)
+
+REM Packages restore
+%nuget% restore
+
+REM Build
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Lucene.Net.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
+if not "%errorlevel%"=="0" goto failure
+
+REM Unit tests
+"%GallioEcho%" test\bin\%config%\Lucene.Net.Tests.dll
+if not "%errorlevel%"=="0" goto failure
+
+REM Package
+mkdir Build
+cmd /c %nuget% pack "src\core\Lucene.Net.csproj" -symbols -o Build -p Configuration=%config% %version%
+if not "%errorlevel%"=="0" goto failure
+
+:success
+exit 0
+
+:failure
+exit -1

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 528c8a3..0386fa1 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,6 +1,6 @@
 Apache Lucene.Net
-Copyright 2006-2012 The Apache Software Foundation
+Copyright 2006-2014 The Apache Software Foundation
 
-This product includes software developed by
+this product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 3c8ea20..100f8a4 100644
--- a/README.txt
+++ b/README.txt
@@ -15,16 +15,6 @@ Please join the Apache Lucene.Net-User mailing list by sending a message to:
   user-subscribe@lucenenet.apache.org
 
 
-CURRENT WORK
----------------
-The Lucene.NET committers and community are currently working on a version 4.3 port of Lucene that can be found in branch_4x of the git repository.  
-
-The apache source code for Lucene.Net can be found here:
-https://git-wip-us.apache.org/repos/asf/lucenenet.git
-
-
-
-
 FILES
 ---------------
 build/scripts
@@ -48,11 +38,11 @@ test/*
 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
+  http://incubator.apache.org/lucene.net/docs/2.9.4/Index.html
   
   or 
   
-  http://lucenenet.apache.org/docs/3.0.3/Lucene.Net.chm
+  http://incubator.apache.org/lucene.net/docs/2.9.4/Lucene.Net.chm
   
 ADDITIONAL LIBRARIES
 -----------------------------
@@ -60,12 +50,11 @@ There are a number of additional libraries that various parts of Lucene.Net may
 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/
+	https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_4_RC3/lib/
 	
 Libraries:
-  - Gallio 3.2.750
-  - ICSharpCode
-  - Nuget
-  - NUnit.org
-  - Spatial4n
-  - StyleCop 4.5
\ No newline at end of file
+	- Gallio 3.2.750
+	- ICSharpCode
+	- Nuget
+	- NUnit.org
+	- StyleCop 4.5
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build.cmd
----------------------------------------------------------------------
diff --git a/build.cmd b/build.cmd
deleted file mode 100644
index c6b9284..0000000
--- a/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

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/All/Lucene.Net.nuspec
----------------------------------------------------------------------
diff --git a/build/scripts/All/Lucene.Net.nuspec b/build/scripts/All/Lucene.Net.nuspec
deleted file mode 100644
index 997b5b9..0000000
--- a/build/scripts/All/Lucene.Net.nuspec
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.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.
- 
--->
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
-  <metadata>
-    <id>Lucene.Net.All</id>
-    <version>$version$</version>
-    <title>Lucene.Net All</title>
-    <authors>Lucene.Net Community</authors>
-    <owners>The Apache Software Foundation</owners>
-    <iconUrl>http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png</iconUrl>
-    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
-    <projectUrl>http://lucenenet.apache.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>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 &amp; Lucene.Net.Contrib packages.</description>
-    <summary>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.</summary>
-	<tags>lucene.net core search information retrieval lucene apache</tags>
-     <dependencies>
-     	<dependency id="Lucene.Net.Core" version="$version$" />
-     	<dependency id="Lucene.Net.Contrib" version="$version$" />
-     </dependencies>  
-  </metadata>
-</package>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/All/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/All/document.targets b/build/scripts/All/document.targets
deleted file mode 100644
index 08e262d..0000000
--- a/build/scripts/All/document.targets
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		<DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\core\Release\NET40\Lucene.Net.dll" />
-      		<DocumentationSource sourceFile="..\bin\core\Release\NET40\Lucene.Net.XML" />
-  			  <DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.XML" />
-  			  <DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.FastVectorHighlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.FastVectorHighlighter.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Contrib.Regex.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Contrib.Regex.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Search.SimpleFacetedSearch.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Search.SimpleFacetedSearch.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Similarity\Release\NET40\Lucene.Net.Contrib.Similarity.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Similarity\Release\NET40\Lucene.Net.Contrib.Similarity.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Spatial\Release\NET40\Lucene.Net.Contrib.Spatial.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Spatial\Release\NET40\Lucene.Net.Contrib.Spatial.XML" />
-          <DocumentationSource sourceFile="..\bin\contrib\Spatial.NTS\Release\NET40\Lucene.Net.Contrib.Spatial.NTS.dll" />
-          <DocumentationSource sourceFile="..\bin\contrib\Spatial.NTS\Release\NET40\Lucene.Net.Contrib.Spatial.NTS.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net</HtmlHelpName>
-    	<HelpTitle>Lucene.Net Class Libraries</HelpTitle>
-    	<WorkingPath>..\artifacts\all\working\</WorkingPath>
-	    <OutputPath>..\artifacts\all\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/All/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/All/project.targets b/build/scripts/All/project.targets
deleted file mode 100644
index f9ebcc3..0000000
--- a/build/scripts/All/project.targets
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	
-	<PropertyGroup>
-		<AllPackage>Lucene.Net.nuspec</AllPackage>	
-		<ContribPackage>Lucene.Net.Contrib.nuspec</ContribPackage>	
-	</PropertyGroup>
-	
-	<PropertyGroup  Condition="'$(Area)' == 'all'">
-		<ArtifactsFolder>$(BuildFolder)\artifacts\all</ArtifactsFolder>
-	</PropertyGroup>
-	<Target Name="package-contrib">
-		<Exec Command="$(PackageManager) $(ScriptsFolder)\Contrib\$(ContribPackage)  $(PackageManagerOptions) $(ArtifactsFolder)" />
-	</Target>
-	<Target Name="package-all">
-		<Exec Command="$(PackageManager) $(ScriptsFolder)\All\$(AllPackage)  $(PackageManagerOptions) $(ArtifactsFolder)" />
-	</Target>
-	
-	<Import Project="../Core/project.targets"  />
-	<Import Project="../Contrib/project.targets"  />
-		
-	<ItemGroup>
-		<PackageTargets Include="package-contrib" />
-		<PackageTargets Include="package-all" />
-	</ItemGroup>
-
-	<Target Name="BuildAll">
-		<CallTarget Targets="BuildCore" />
-		<CallTarget Targets="BuildContrib" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Analyzers/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Analyzers/document.targets b/build/scripts/Analyzers/document.targets
deleted file mode 100644
index d97452a..0000000
--- a/build/scripts/Analyzers/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Analyzers</HtmlHelpName>
-    	<HelpTitle>Analyzers Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Analyzers\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Analyzers\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Analyzers/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Analyzers/project.targets b/build/scripts/Analyzers/project.targets
deleted file mode 100644
index 85ec04d..0000000
--- a/build/scripts/Analyzers/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<AnalyzersFolder>$(BinFolder)\contrib\Analyzers\$(Configuration)</AnalyzersFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'analyzers'">
-		<LocalBinFolder>$(BinFolder)\contrib\Analyzers\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Analyzers</ArtifactsFolder>
-		<TestFiles>"$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.Test.dll"</TestFiles>
-	</PropertyGroup>
-	
-	<Target Name="_analyzers_build">
-		<ItemGroup>
-			<AnalyzersProjectFiles Include="$(SourceFolder)\Contrib\Analyzers\*.csproj" />
-			<AnalyzersProjectFiles Include="$(TestFolder)\Contrib\Analyzers\*.csproj" />
-		</ItemGroup>
-		<MSBuild Projects="@(AnalyzersProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(AnalyzersProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_analyzers_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(AnalyzersFolder)\**\*.*" /> 
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.Test.dll" />
-					
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.dll" />
-			<ReleaseFiles Include="$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(AnalyzersFolder)\**\Lucene.Net.Contrib.Analyzers.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildAnalyzers">
-		<CallTarget Targets="_analyzers_build" />
-		<CallTarget Targets="_analyzers_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Contrib-Core/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Contrib-Core/document.targets b/build/scripts/Contrib-Core/document.targets
deleted file mode 100644
index 781abea..0000000
--- a/build/scripts/Contrib-Core/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Core</HtmlHelpName>
-    	<HelpTitle>Core Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Core\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Core\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Contrib-Core/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Contrib-Core/project.targets b/build/scripts/Contrib-Core/project.targets
deleted file mode 100644
index 7cd602f..0000000
--- a/build/scripts/Contrib-Core/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<ContribCoreFolder>$(BinFolder)\contrib\Core\$(Configuration)</ContribCoreFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'contrib-core'">
-		<LocalBinFolder>$(BinFolder)\contrib\Core\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Contrib-Core</ArtifactsFolder>
-	</PropertyGroup>
-
-	<Target Name="_contrib-core_build">
-		<ItemGroup>
-			<ContribCoreProjectFiles Include="$(SourceFolder)\Contrib\Core\*.csproj" />
-			<ContribCoreProjectFiles Include="$(TestFolder)\Contrib\Core\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(ContribCoreProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(ContribCoreProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_contrib-core_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(ContribCoreFolder)\**\*.*" /> 
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(ContribCoreFolder)\**\Lucene.Net.Contrib.Core.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(ContribCoreFolder)\**\Lucene.Net.Contrib.Core.dll" />
-			<ReleaseFiles Include="$(ContribCoreFolder)\**\Lucene.Net.Contrib.Core.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(ContribCoreFolder)\**\Lucene.Net.Contrib.Core.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildContrib-Core">
-		<CallTarget Targets="_contrib-core_build" />
-		<CallTarget Targets="_contrib-core_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Contrib/Lucene.Net.Contrib.nuspec
----------------------------------------------------------------------
diff --git a/build/scripts/Contrib/Lucene.Net.Contrib.nuspec b/build/scripts/Contrib/Lucene.Net.Contrib.nuspec
deleted file mode 100644
index 483abb4..0000000
--- a/build/scripts/Contrib/Lucene.Net.Contrib.nuspec
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.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.
- 
--->
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
-  <metadata>
-    <id>Lucene.Net.Contrib</id>
-    <version>$version$</version>
-    <title>Lucene.Net Contrib</title>
-    <authors>Lucene.Net Community</authors>
-    <owners>The Apache Software Foundation</owners>
-    <iconUrl>http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png</iconUrl>
-    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
-    <projectUrl>http://lucenenet.apache.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>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.</description>
-    <summary>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.</summary>
-	<tags>lucene.net core search information retrieval lucene apache</tags>
-     <dependencies>
-     </dependencies>  
-  </metadata>
-  <files>
-        <file src="..\..\bin\contrib\FastVectorHighlighter\Release\**\Lucene.Net.Contrib.FastVectorHighlighter.dll" target="lib" />
-        <file src="..\..\bin\contrib\FastVectorHighlighter\Release\**\Lucene.Net.Contrib.FastVectorHighlighter.XML" target="lib" />
-        <file src="..\..\bin\contrib\Highlighter\Release\**\Lucene.Net.Contrib.Highlighter.dll" target="lib" />
-        <file src="..\..\bin\contrib\Highlighter\Release\**\Lucene.Net.Contrib.Highlighter.XML" target="lib" />
-        <file src="..\..\bin\contrib\Memory\Release\**\Lucene.Net.Contrib.Memory.dll" target="lib" />
-        <file src="..\..\bin\contrib\Memory\Release\**\Lucene.Net.Contrib.Memory.XML" target="lib" />
-        <file src="..\..\bin\contrib\Analyzers\Release\**\Lucene.Net.Contrib.Analyzers.dll" target="lib" />
-        <file src="..\..\bin\contrib\Analyzers\Release\**\Lucene.Net.Contrib.Analyzers.XML" target="lib" />
-        <file src="..\..\bin\contrib\Core\Release\**\Lucene.Net.Contrib.Core.dll" target="lib" />
-        <file src="..\..\bin\contrib\Core\Release\**\Lucene.Net.Contrib.Core.XML" target="lib" />
-        <file src="..\..\bin\contrib\Queries\Release\**\Lucene.Net.Contrib.Queries.dll" target="lib" />
-        <file src="..\..\bin\contrib\Queries\Release\**\Lucene.Net.Contrib.Queries.XML" target="lib" />
-        <file src="..\..\bin\contrib\Regex\Release\**\Lucene.Net.Contrib.Regex.dll" target="lib" />
-        <file src="..\..\bin\contrib\Regex\Release\**\Lucene.Net.Contrib.Regex.XML" target="lib" />
-        <file src="..\..\bin\contrib\SimpleFacetedSearch\Release\**\Lucene.Net.Contrib.SimpleFacetedSearch.dll" target="lib" />
-        <file src="..\..\bin\contrib\SimpleFacetedSearch\Release\**\Lucene.Net.Contrib.SimpleFacetedSearch.XML" target="lib" />
-        <file src="..\..\bin\contrib\Snowball\Release\**\Lucene.Net.Contrib.Snowball.dll" target="lib" />
-        <file src="..\..\bin\contrib\Snowball\Release\**\Lucene.Net.Contrib.Snowball.XML" target="lib" />
-        <file src="..\..\bin\contrib\SpellChecker\Release\**\Lucene.Net.Contrib.SpellChecker.dll" target="lib" />
-        <file src="..\..\bin\contrib\SpellChecker\Release\**\Lucene.Net.Contrib.SpellChecker.XML" target="lib" />
-  </files>
- 
-</package>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Contrib/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Contrib/document.targets b/build/scripts/Contrib/document.targets
deleted file mode 100644
index 962820c..0000000
--- a/build/scripts/Contrib/document.targets
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Analyzers\Release\NET40\Lucene.Net.Contrib.Analyzers.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Core\Release\NET40\Lucene.Net.Contrib.Core.XML" />
-  			  <DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.Contrib.FastVectorHighlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.Contrib.FastVectorHighlighter.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Lucene.Net.Contrib.Regex.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Lucene.Net.Contrib.Regex.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Contrib.SimpleFacetedSearch.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Contrib.SimpleFacetedSearch.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Similarity\Release\NET40\Lucene.Net.Contrib.Similarity.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Similarity\Release\NET40\Lucene.Net.Contrib.Similarity.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.XML" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Spatial\Release\NET40\Lucene.Net.Contrib.Spatial.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Spatial\Release\NET40\Lucene.Net.Contrib.Spatial.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib</HtmlHelpName>
-    	<HelpTitle>Lucene.Net.Contrib Class Libraries</HelpTitle>
-    	<WorkingPath>..\artifacts\contrib\working\</WorkingPath>
-	    <OutputPath>..\artifacts\contrib\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Contrib/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Contrib/project.targets b/build/scripts/Contrib/project.targets
deleted file mode 100644
index e8d3a25..0000000
--- a/build/scripts/Contrib/project.targets
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<ContribPackage>Lucene.Net.Contrib.nuspec</ContribPackage>
-		<SpatialNTSPackage>Lucene.Net.Spatial.NTS.nuspec</SpatialNTSPackage>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'contrib'">
-		<ArtifactsFolder>$(BuildFolder)\artifacts\contrib</ArtifactsFolder>
-	</PropertyGroup>
-	<Target Name="package-contrib">
-		<Exec Command="$(PackageManager) $(ScriptsFolder)\Contrib\$(ContribPackage)  $(PackageManagerOptions) $(ArtifactsFolder)" />
-	</Target>
-	<Target Name="package-spatialnts">
-		<Exec Command="$(PackageManager) $(ScriptsFolder)\Spatial.NTS\$(SpatialNTSPackage)  $(PackageManagerOptions) $(ArtifactsFolder)" />
-	</Target>
-	<ItemGroup>
-		<PackageTargets Include="package-contrib" />
-		<PackageTargets Include="package-spatialnts" />
-	</ItemGroup>
-	
-	<Import Project="../Analyzers/project.targets"  />
-	<Import Project="../Contrib-Core/project.targets"  />
-	<Import Project="../FastVectorHighlighter/project.targets"  />
-	<Import Project="../Highlighter/project.targets"  />
-	<Import Project="../Memory/project.targets"  />
-	<Import Project="../Queries/project.targets"  />
-	<Import Project="../Regex/project.targets"  />
-	<Import Project="../SimpleFacetedSearch/project.targets"  />
-	<Import Project="../Snowball/project.targets"  />
-	<Import Project="../Spatial/project.targets"  />
-	<Import Project="../Spatial.NTS/project.targets"  />
-	<Import Project="../SpellChecker/project.targets"  />
-		
-	<Target Name="BuildContrib">
-		<CallTarget Targets="BuildAnalyzers" />
-		<CallTarget Targets="BuildContrib-Core" />
-		<CallTarget Targets="BuildFastVectorHighlighter" />
-		<CallTarget Targets="BuildHighlighter" />
-		<CallTarget Targets="BuildMemory" />
-		<CallTarget Targets="BuildQueries" />
-		<CallTarget Targets="BuildRegex" />
-		<CallTarget Targets="BuildSimpleFacetedSearch" />
-		<CallTarget Targets="BuildSnowball" />
-		<CallTarget Targets="BuildSpatial" />
-		<CallTarget Targets="BuildSpatialNTS" />
-		<CallTarget Targets="BuildSpellChecker" />
-	</Target>
-	
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Core/Lucene.Net.Core.nuspec
----------------------------------------------------------------------
diff --git a/build/scripts/Core/Lucene.Net.Core.nuspec b/build/scripts/Core/Lucene.Net.Core.nuspec
deleted file mode 100644
index 2192088..0000000
--- a/build/scripts/Core/Lucene.Net.Core.nuspec
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.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.
- 
--->
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
-  <metadata>
-    <id>Lucene.Net.Core</id>
-    <version>$version$</version>
-    <title>Lucene.Net Core</title>
-    <authors>Lucene.Net Community</authors>
-    <owners>The Apache Software Foundation</owners>
-    <iconUrl>http://incubator.apache.org/lucene.net/media/lucene-net-ico-128x128.png</iconUrl>
-    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
-    <projectUrl>http://lucenenet.apache.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>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.</description>
-    <summary>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.</summary>
-	<tags>lucene.net core search information retrieval lucene apache</tags>
-  </metadata>
-  <files>
-        <file src="..\..\bin\core\Release\**\Lucene.Net.dll" target="lib" />
-        <file src="..\..\bin\core\Release\**\Lucene.Net.XML" target="lib" />
-  </files>
- 
-</package>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Core/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Core/document.targets b/build/scripts/Core/document.targets
deleted file mode 100644
index 797392e..0000000
--- a/build/scripts/Core/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		  <DocumentationSources>
-        <DocumentationSource sourceFile="..\bin\core\Release\NET40\Lucene.Net.dll" />
-        <DocumentationSource sourceFile="..\bin\core\Release\NET40\Lucene.Net.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Core</HtmlHelpName>
-    	<HelpTitle>Lucene.Net.Core Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\core\working\</WorkingPath>
-	    <OutputPath>..\artifacts\core\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Core/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Core/project.targets b/build/scripts/Core/project.targets
deleted file mode 100644
index f7ab1e1..0000000
--- a/build/scripts/Core/project.targets
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<CoreFolder>$(BinFolder)\core\$(Configuration)</CoreFolder>
-		<CorePackage>Lucene.Net.Core.nuspec</CorePackage>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'core'">
-		<LocalBinFolder>$(BinFolder)\core\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\core</ArtifactsFolder>
-	</PropertyGroup>
-	<Target Name="package-core">
-		<Exec Command="$(PackageManager) $(ScriptsFolder)\Core\$(CorePackage)  $(PackageManagerOptions) $(ArtifactsFolder)" />
-	</Target>
-
-	<Target Name="_core_build">
-		<ItemGroup>
-			<CoreProjectFiles Include="$(SourceFolder)\Core\*.csproj" />
-			<CoreProjectFiles Include="$(TestFolder)\Core\*.csproj" />
-		</ItemGroup>
-		<MSBuild Projects="@(CoreProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(CoreProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_core_properties">
-
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(CoreFolder)\**\*.*" /> 
-			
-			<!-- Add To The List of Packages to Build -->
-			<PackageTargets Include="package-core" />
-					
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(CoreFolder)\**\Lucene.Net.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(CoreFolder)\**\Lucene.Net.dll" />
-			<ReleaseFiles Include="$(CoreFolder)\**\Lucene.Net.XML" />
-			<ReleaseFiles Include="$(CoreFolder)\**\ICSharpCode.SharpZipLib.dll" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(CoreFolder)\**\Lucene.Net.dll" />	
-		</ItemGroup>
-	</Target>	
-
-	<Target Name="BuildCore">
-		<CallTarget Targets="_core_build" />
-		<CallTarget Targets="_core_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/CustomDictionary.xml
----------------------------------------------------------------------
diff --git a/build/scripts/CustomDictionary.xml b/build/scripts/CustomDictionary.xml
deleted file mode 100644
index e00d9f1..0000000
--- a/build/scripts/CustomDictionary.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-
- 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.
-
--->
-
-<Dictionary>
-	<Words>
-		 <Recognized>
-            <Word>Lucene</Word>
-            <Word>Util</Word>
-            <Word>Num</Word>
-         </Recognized>
-  	</Words>
-</Dictionary>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/FastVectorHighlighter/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/FastVectorHighlighter/document.targets b/build/scripts/FastVectorHighlighter/document.targets
deleted file mode 100644
index 2793a9c..0000000
--- a/build/scripts/FastVectorHighlighter/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.Contrib.FastVectorHighlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\FastVectorHighlighter\Release\NET40\Lucene.Net.Contrib.FastVectorHighlighter.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.FastVectorHighlighter</HtmlHelpName>
-    	<HelpTitle>FastVectorHighlighter Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\FastVectorHighlighter\working\</WorkingPath>
-	    <OutputPath>..\artifacts\FastVectorHighlighter\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/FastVectorHighlighter/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/FastVectorHighlighter/project.targets b/build/scripts/FastVectorHighlighter/project.targets
deleted file mode 100644
index 7785329..0000000
--- a/build/scripts/FastVectorHighlighter/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<FastVectorHighlighterFolder>$(BinFolder)\contrib\FastVectorHighlighter\$(Configuration)</FastVectorHighlighterFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'analyzers'">
-		<LocalBinFolder>$(BinFolder)\contrib\FastVectorHighlighter\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\FastVectorHighlighter</ArtifactsFolder>
-	</PropertyGroup>
-
-	<Target Name="_fastvectorhighlighter_build">
-		<ItemGroup>
-			<FVHProjectFiles Include="$(SourceFolder)\Contrib\FastVectorHighlighter\*.csproj" />
-			<FVHProjectFiles Include="$(TestFolder)\Contrib\FastVectorHighlighter\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(FVHProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(FVHProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_fastvectorhighlighter_properties">
-			<ItemGroup>
-		<!-- Binaries To Copy in case we which to store all build items -->
-		<BuildItems Include="$(FastVectorHighlighterFolder)\**\*.*" /> 
-		
-		<!-- Assemblies To Test -->
-		<TestFiles Include="$(FastVectorHighlighterFolder)\**\Lucene.Net.Contrib.FastVectorHighlighter.Test.dll" />
-		
-		<!-- Files To Release -->
-		<ReleaseFiles Include="$(FastVectorHighlighterFolder)\**\Lucene.Net.Contrib.FastVectorHighlighter.dll" />
-		<ReleaseFiles Include="$(FastVectorHighlighterFolder)\**\Lucene.Net.Contrib.FastVectorHighlighter.XML" />
-	
-		<!-- Files to Analysis -->
-		<AnalysisFiles Include="$(FastVectorHighlighterFolder)\**\Lucene.Net.Contrib.FastVectorHighlighter.dll" />	
-	</ItemGroup>
-	</Target>
-
-	<Target Name="BuildFastVectorHighlighter">
-		<CallTarget Targets="_fastvectorhighlighter_build" />
-		<CallTarget Targets="_fastvectorhighlighter_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Highlighter/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Highlighter/document.targets b/build/scripts/Highlighter/document.targets
deleted file mode 100644
index 8e48c12..0000000
--- a/build/scripts/Highlighter/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Highlighter\Release\NET40\Lucene.Net.Contrib.Highlighter.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Highlighter</HtmlHelpName>
-    	<HelpTitle>Highlighter Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Highlighter\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Highlighter\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Highlighter/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Highlighter/project.targets b/build/scripts/Highlighter/project.targets
deleted file mode 100644
index 4802ee8..0000000
--- a/build/scripts/Highlighter/project.targets
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<HighlighterFolder>$(BinFolder)\contrib\Highlighter\$(Configuration)</HighlighterFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'highlighter'">
-		<LocalBinFolder>$(BinFolder)\contrib\Highlighter\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Highlighter</ArtifactsFolder>
-	</PropertyGroup>
-
-	<Target Name="_highlighter_build">
-		<ItemGroup>
-			<HighligherProjectFiles Include="$(SourceFolder)\Contrib\Highlighter\*.csproj" />
-			<HighligherProjectFiles Include="$(TestFolder)\Contrib\Highlighter\*.csproj" />
-		</ItemGroup>
-		<MSBuild Projects="@(HighligherProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(HighligherProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_highlighter_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(HighlighterFolder)\**\*.*" /> 
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(HighlighterFolder)\**\Lucene.Net.Contrib.Highlighter.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(HighlighterFolder)\**\Lucene.Net.Contrib.Highlighter.dll" />
-			<ReleaseFiles Include="$(HighlighterFolder)\**\Lucene.Net.Contrib.Highlighter.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(HighlighterFolder)\**\Lucene.Net.Contrib.Highlighter.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildHighlighter">
-		<CallTarget Targets="_highlighter_build" />
-		<CallTarget Targets="_highlighter_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Memory/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Memory/document.targets b/build/scripts/Memory/document.targets
deleted file mode 100644
index 713ffce..0000000
--- a/build/scripts/Memory/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Memory\Release\NET40\Lucene.Net.Contrib.Memory.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Memory</HtmlHelpName>
-    	<HelpTitle>Memory Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Memory\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Memory\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Memory/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Memory/project.targets b/build/scripts/Memory/project.targets
deleted file mode 100644
index 8c302e9..0000000
--- a/build/scripts/Memory/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<MemoryFolder>$(BinFolder)\contrib\Memory\$(Configuration)</MemoryFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'memory'">
-		<LocalBinFolder>$(BinFolder)\contrib\Memory\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Memory</ArtifactsFolder>
-	</PropertyGroup>
-		
-	<Target Name="_memory_build">
-		<ItemGroup>
-			<MemoryProjectFiles Include="$(SourceFolder)\Contrib\Memory\*.csproj" />
-			<MemoryProjectFiles Include="$(TestFolder)\Contrib\Memory\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(MemoryProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(MemoryProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_memory_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(MemoryFolder)\**\*.*" /> 
-					
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(MemoryFolder)\**\Lucene.Net.Contrib.Memory.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(MemoryFolder)\**\Lucene.Net.Contrib.Memory.dll" />
-			<ReleaseFiles Include="$(MemoryFolder)\**\Lucene.Net.Contrib.Memory.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(MemoryFolder)\**\Lucene.Net.Contrib.Memory.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildMemory">
-		<CallTarget Targets="_memory_build" />
-		<CallTarget Targets="_memory_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Queries/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Queries/document.targets b/build/scripts/Queries/document.targets
deleted file mode 100644
index 8209b4f..0000000
--- a/build/scripts/Queries/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Queries\Release\NET40\Lucene.Net.Contrib.Queries.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Queries</HtmlHelpName>
-    	<HelpTitle>Queries Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Queries\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Queries\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Queries/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Queries/project.targets b/build/scripts/Queries/project.targets
deleted file mode 100644
index f16fd8c..0000000
--- a/build/scripts/Queries/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<QueriesFolder>$(BinFolder)\contrib\Queries\$(Configuration)</QueriesFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'queries'">
-		<LocalBinFolder>$(BinFolder)\contrib\Queries\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Queries</ArtifactsFolder>
-	</PropertyGroup>
-		
-	<Target Name="_queries_build">
-		<ItemGroup>
-			<QueriesProjectFiles Include="$(SourceFolder)\Contrib\Queries\*.csproj" />
-			<QueriesProjectFiles Include="$(TestFolder)\Contrib\Queries\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(QueriesProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(QueriesProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_queries_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(QueriesFolder)\**\*.*" /> 
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(QueriesFolder)\**\Lucene.Net.Contrib.Queries.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(QueriesFolder)\**\Lucene.Net.Contrib.Queries.dll" />
-			<ReleaseFiles Include="$(QueriesFolder)\**\Lucene.Net.Contrib.Queries.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(QueriesFolder)\**\Lucene.Net.Contrib.Queries.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildQueries">
-		<CallTarget Targets="_queries_build" />
-		<CallTarget Targets="_queries_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Regex/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Regex/document.targets b/build/scripts/Regex/document.targets
deleted file mode 100644
index 59d721c..0000000
--- a/build/scripts/Regex/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Lucene.Net.Contrib.Regex.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Regex\Release\NET40\Lucene.Net.Contrib.Regex.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Regex</HtmlHelpName>
-    	<HelpTitle>Regex Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Regex\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Regex\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Regex/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Regex/project.targets b/build/scripts/Regex/project.targets
deleted file mode 100644
index 7ce0e62..0000000
--- a/build/scripts/Regex/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<RegexFolder>$(BinFolder)\contrib\Regex\$(Configuration)</RegexFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'regex'">
-		<LocalBinFolder>$(BinFolder)\contrib\Regex\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\Regex</ArtifactsFolder>
-	</PropertyGroup>
-
-	<Target Name="_regex_build">
-		<ItemGroup>
-			<RegexProjectFiles Include="$(SourceFolder)\Contrib\Regex\*.csproj" />
-			<RegexProjectFiles Include="$(TestFolder)\Contrib\Regex\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(RegexProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(RegexProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_regex_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(RegexFolder)\**\*.*" /> 
-			
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(RegexFolder)\**\Lucene.Net.Contrib.Regex.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(RegexFolder)\**\Lucene.Net.Contrib.Regex.dll" />
-			<ReleaseFiles Include="$(RegexFolder)\**\Lucene.Net.Contrib.Regex.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(RegexFolder)\**\Lucene.Net.Contrib.Regex.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildRegex">
-		<CallTarget Targets="_regex_build" />
-		<CallTarget Targets="_regex_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/SimpleFacetedSearch/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/SimpleFacetedSearch/document.targets b/build/scripts/SimpleFacetedSearch/document.targets
deleted file mode 100644
index 115277b..0000000
--- a/build/scripts/SimpleFacetedSearch/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Contrib.SimpleFacetedSearch.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\SimpleFacetedSearch\Release\NET40\Lucene.Net.Contrib.SimpleFacetedSearch.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.SimpleFacetedSearch</HtmlHelpName>
-    	<HelpTitle>SimpleFacetedSearch Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\SimpleFacetedSearch\working\</WorkingPath>
-	    <OutputPath>..\artifacts\SimpleFacetedSearch\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/SimpleFacetedSearch/project.targets
----------------------------------------------------------------------
diff --git a/build/scripts/SimpleFacetedSearch/project.targets b/build/scripts/SimpleFacetedSearch/project.targets
deleted file mode 100644
index 2d7c16f..0000000
--- a/build/scripts/SimpleFacetedSearch/project.targets
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<!-- 
-		Core Projects Are:
-			Lucene.Net, 
-			Lucene.Net.Test, 
-	-->
-	<PropertyGroup>
-		<SimpleFacetedSearchFolder>$(BinFolder)\contrib\SimpleFacetedSearch\$(Configuration)</SimpleFacetedSearchFolder>
-	</PropertyGroup>
-	<PropertyGroup  Condition="'$(Area)' == 'simplefacetedsearch'">
-		<LocalBinFolder>$(BinFolder)\contrib\SimpleFacetedSearch\$(Configuration)</LocalBinFolder>
-		<ArtifactsFolder>$(BuildFolder)\artifacts\SimpleFacetedSearch</ArtifactsFolder>
-	</PropertyGroup>
-		
-	<Target Name="_simplefacetedsearch_build">
-		<ItemGroup>
-			<SimpleFacetedSearchProjectFiles Include="$(SourceFolder)\Contrib\SimpleFacetedSearch\*.csproj" />
-			<SimpleFacetedSearchProjectFiles Include="$(TestFolder)\Contrib\SimpleFacetedSearch\*.csproj" />
-		</ItemGroup>
-
-		<MSBuild Projects="@(SimpleFacetedSearchProjectFiles)" Properties="Configuration=$(Configuration);ExternalConstants=$(ExternalConstants)" />
-		<!-- Add "35" to the end of configuration to build .NET35 projects -->
-		<MSBuild Projects="@(SimpleFacetedSearchProjectFiles)" Properties="Configuration=$(Configuration)35;ExternalConstants=$(ExternalConstants)" />
-	</Target>
-
-	<Target Name="_simplefacetedsearch_properties">
-		<ItemGroup>
-			<!-- Binaries To Copy in case we which to store all build items -->
-			<BuildItems Include="$(SimpleFacetedSearchFolder)\**\*.*" /> 
-					
-			<!-- Assemblies To Test -->
-			<TestFiles Include="$(SimpleFacetedSearchFolder)\**\Lucene.Net.Contrib.SimpleFacetedSearch.Test.dll" />
-			
-			<!-- Files To Release -->
-			<ReleaseFiles Include="$(SimpleFacetedSearchFolder)\**\Lucene.Net.Contrib.SimpleFacetedSearch.dll" />
-			<ReleaseFiles Include="$(SimpleFacetedSearchFolder)\**\Lucene.Net.Contrib.SimpleFacetedSearch.XML" />
-		
-			<!-- Files to Analysis -->
-			<AnalysisFiles Include="$(SimpleFacetedSearchFolder)\**\Lucene.Net.Contrib.SimpleFacetedSearch.dll" />	
-		</ItemGroup>
-	</Target>
-
-	<Target Name="BuildSimpleFacetedSearch">
-		<CallTarget Targets="_simplefacetedsearch_build" />
-		<CallTarget Targets="_simplefacetedsearch_properties" />
-	</Target>
-</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/build/scripts/Snowball/document.targets
----------------------------------------------------------------------
diff --git a/build/scripts/Snowball/document.targets b/build/scripts/Snowball/document.targets
deleted file mode 100644
index 9bbb52e..0000000
--- a/build/scripts/Snowball/document.targets
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!--
- 
- 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-	<PropertyGroup>
-		 <DocumentationSources>
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.dll" />
-      		<DocumentationSource sourceFile="..\bin\contrib\Snowball\Release\NET40\Lucene.Net.Contrib.Snowball.XML" />
-    	</DocumentationSources>
-    	<HtmlHelpName>Lucene.Net.Contrib.Snowball</HtmlHelpName>
-    	<HelpTitle>Snowball Class Library</HelpTitle>
-    	<WorkingPath>..\artifacts\Snowball\working\</WorkingPath>
-	    <OutputPath>..\artifacts\Snowball\docs\</OutputPath>
-	</PropertyGroup>
-</Project>
\ No newline at end of file