Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24805200C54 for ; Wed, 12 Apr 2017 17:26:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 230D8160B95; Wed, 12 Apr 2017 15:26:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6D157160B8A for ; Wed, 12 Apr 2017 17:26:21 +0200 (CEST) Received: (qmail 18386 invoked by uid 500); 12 Apr 2017 15:26:15 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 18276 invoked by uid 99); 12 Apr 2017 15:26:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2017 15:26:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67318E9687; Wed, 12 Apr 2017 15:26:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nightowl888@apache.org To: commits@lucenenet.apache.org Date: Wed, 12 Apr 2017 15:26:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/6] lucenenet git commit: Solution files: Added build.bat to solutions archived-at: Wed, 12 Apr 2017 15:26:22 -0000 Solution files: Added build.bat to solutions Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/661949fb Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/661949fb Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/661949fb Branch: refs/heads/api-work Commit: 661949fb9b79014fd1d10cde77a73cb2ea325bbd Parents: 1e5650d Author: Shad Storhaug Authored: Wed Apr 12 21:55:58 2017 +0700 Committer: Shad Storhaug Committed: Wed Apr 12 21:55:58 2017 +0700 ---------------------------------------------------------------------- Lucene.Net.Portable.sln | 1 + Lucene.Net.sln | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/661949fb/Lucene.Net.Portable.sln ---------------------------------------------------------------------- diff --git a/Lucene.Net.Portable.sln b/Lucene.Net.Portable.sln index 079f549..8044aed 100644 --- a/Lucene.Net.Portable.sln +++ b/Lucene.Net.Portable.sln @@ -75,6 +75,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Lucene.Net.Tests.Highlighte EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{EFA10A77-2975-493E-A360-677686B52EAA}" ProjectSection(SolutionItems) = preProject + build.bat = build.bat build\build.ps1 = build\build.ps1 EndProjectSection EndProject http://git-wip-us.apache.org/repos/asf/lucenenet/blob/661949fb/Lucene.Net.sln ---------------------------------------------------------------------- diff --git a/Lucene.Net.sln b/Lucene.Net.sln index 07b0efe..b218f0d 100644 --- a/Lucene.Net.sln +++ b/Lucene.Net.sln @@ -84,6 +84,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Highlighte EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9811D53E-7CC9-4FAB-AB08-ED2D5DE7C7BB}" ProjectSection(SolutionItems) = preProject + build.bat = build.bat build\build.ps1 = build\build.ps1 EndProjectSection EndProject