[ ] You've included unit or integration tests for your change, where applicable.
[ ] You've included inline docs for your change, where applicable.
[ ] There's an open issue for the PR that you are making. If you'd like to propose a change, please open an issue to discuss the change or find an existing issue.
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.
Summary of the changes
Moved .msbuildproj files into new proj/ folder
Fixes #988
Description
Moved
.msbuildproj
files into a newproj/
folder. The release excludes thewebsites/
and.github/
folders, since they are not required to build from source. However, if the.msbuildproj
files are in these folders, they were causing theLucene.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 theLucene.Net.sln
file as was the case in 4.8.0-beta00017.