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 2016/10/02 14:35:34 UTC

[16/50] [abbrv] lucenenet git commit: Visual Studio 2015 keeps adding this XML element to the QueryParser.csproj file automatically - no downside to keeping it.

Visual Studio 2015 keeps adding this XML element to the QueryParser.csproj file automatically - no downside to keeping it.


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/75ac55f4
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/75ac55f4
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/75ac55f4

Branch: refs/heads/master
Commit: 75ac55f49acd362ea2ff10f02c6b47c38f956b9c
Parents: 006d805
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Fri Sep 16 01:56:57 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Oct 2 17:44:25 2016 +0700

----------------------------------------------------------------------
 .../Lucene.Net.Tests.QueryParser.csproj                           | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/75ac55f4/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj b/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj
index 667a170..65b69ec 100644
--- a/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj
+++ b/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj
@@ -83,6 +83,9 @@
       <Name>Lucene.Net.TestFramework</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.