MDriven Framework Visual Studio installation
From MDrivenWiki
Updates for VS2022
In the Tools/MDriven about form, we show the path to the install:
VS2019
When installing the MDriven Framework for Visual Studio, we place plugin dlls here:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\MDriven\7.0
These assemblies make the integration part that invokes features such as the Model editor (Modlr) and code generation. The main install of the MDriven Framework, however, is found in Program Files:
C:\Program Files (x86)\CapableObjects\MDriven\7.0
Assemblies found in C:\Program Files (x86)\CapableObjects\MDriven\7.0\bin can be used in the runtime and re-distributed.
Instead of referencing the C:\Program Files (x86)\CapableObjects\MDriven\7.0\bin, you may use Nuget packages.