Repository: lucenenet Updated Branches: refs/heads/master 41c6191fd -> f2fb70bbc
Added CHANGES.txt to the build folder in each solution Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/d248e6b0 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/d248e6b0 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/d248e6b0 Branch: refs/heads/master Commit: d248e6b0d5b9c2c8c49596c9de0e713c633b06ac Parents: 41c6191 Author: Shad Storhaug <[email protected]> Authored: Wed May 10 09:35:53 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed May 10 09:35:53 2017 +0700 ---------------------------------------------------------------------- Lucene.Net.Portable.sln | 19 +------------------ Lucene.Net.sln | 19 +------------------ 2 files changed, 2 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d248e6b0/Lucene.Net.Portable.sln ---------------------------------------------------------------------- diff --git a/Lucene.Net.Portable.sln b/Lucene.Net.Portable.sln index 7e71238..9a49572 100644 --- a/Lucene.Net.Portable.sln +++ b/Lucene.Net.Portable.sln @@ -1,24 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -# -# 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. -# VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Lucene.Net", "src\Lucene.Net\Lucene.Net.xproj", "{DBC3B677-805C-430E-AF78-A9ABF3975D17}" @@ -95,6 +77,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{EFA10A77 ProjectSection(SolutionItems) = preProject build.bat = build.bat build\build.ps1 = build\build.ps1 + CHANGES.txt = CHANGES.txt Version.proj = Version.proj EndProjectSection EndProject http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d248e6b0/Lucene.Net.sln ---------------------------------------------------------------------- diff --git a/Lucene.Net.sln b/Lucene.Net.sln index b1d2752..669a57d 100644 --- a/Lucene.Net.sln +++ b/Lucene.Net.sln @@ -1,24 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -# -# 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. -# VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "src\Lucene.Net\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}" @@ -104,6 +86,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9811D53E ProjectSection(SolutionItems) = preProject build.bat = build.bat build\build.ps1 = build\build.ps1 + CHANGES.txt = CHANGES.txt Version.proj = Version.proj EndProjectSection EndProject
