# Nexamas Reference Restore Plan

This package combines the checked Nexamas solution root with the reference-cleaned project folders.

Scope of changes:
- No VB source code is required to change at solution-root level.
- Binding redirects remain a project-level responsibility.
- Executable projects keep their application-specific settings.
- NuGet restore should use the root `NuGet.Config`.

Restore/build order in Visual Studio:
1. Open `Nexamas.sln`.
2. Right-click solution > Restore NuGet Packages.
3. Build > Clean Solution.
4. Build > Rebuild Solution.

Expected NuGet package folder:
- `packages/` beside `Nexamas.sln` after restore.

Do not manually copy `NuGet.Config` into project subfolders. The root `NuGet.Config` belongs beside `Nexamas.sln`.
