7z.Libs 24.8.1 Resolve the Publish target & control x86/x64 for specific platform
* NEW: For .NET projects: resolve the Publish using NG7zLibsResolvePublish property.
The default value is true.
Currently applied only for 24.8+
For older versions, build it like:
````
build --target-version X.Y.v
```
or contact https://github.com/3F/7z.Libs
* NEW: Added option NG7zLibsLimitToPlatform to control copying x86/x64 modules for specific platform.
- `true/false` values will limit related x86/x64 folders.
- `legacy` to keep the default behaviour for native C++ projects.
* FIXED: Incorrect implementation NG7zLibsDir32bit for .NET projects.
+Added support for native projects.
* CHANGED: Providing .txt licenses along with modules by default.
Control via NG7zLibsCopyLicense