Closed Shuliyey closed 8 years ago
@luuksommers
Hi Luke,
Sorry I just found out, when I renamed build directory to lib. The library can't be installed anymore (So this pull request doesn't work)
I published a test package to nuget (SevenZipSharpTest.Interop), and tried to install the package through nuget, I get the error
"Failed to add reference to '7z'"
I'm closing this pull request.
But I think the package installation bug (the reference doesn't get added automatically, even when the package installs) still
Yes, the lib directory is used to create a reference to that DLL. SevenZipSharp.Interop copies the dll's only to the output directory using an MSBuild target.
renaming build directory to lib
This follows the Nuget package structure, so that when SevenZipSharp.Interop is installed by nuget, the reference gets automatically added to the project (Currently the SevenZipSharp.Interop's reference doesn't get added automatically)