apache / lucenenet

Apache Lucene.NET
https://lucenenet.apache.org/
Apache License 2.0
2.24k stars 639 forks source link

Moved .msbuildproj files into new proj/ folder #1012

Closed NightOwl888 closed 2 weeks ago

NightOwl888 commented 2 weeks ago

Summary of the changes

Moved .msbuildproj files into new proj/ folder

Fixes #988

Description

Moved .msbuildproj files into a new proj/ folder. The release excludes the websites/ and .github/ folders, since they are not required to build from source. However, if the .msbuildproj files are in these folders, they were causing the Lucene.Net.sln file to fail to load because it was missing dependencies. This change fixes that so the release will build without having to manually fixup the Lucene.Net.sln file as was the case in 4.8.0-beta00017.