6 lines
686 B
Plaintext
6 lines
686 B
Plaintext
This implementation master project will create a nuget package that includes all the assemblies of all the instrument implementations.
|
|
So by including this package, one has access to all assemblies of all instrument implementations. No need to include individual package of each instrument implementation.
|
|
|
|
When creating a new implementation for an instrument, make sure that this project depends on that new project so that it builds before this project builds by going to the project dependencies and select all the Implementations that this project depends on.
|
|
|
|
No need to depend on Sim instrument. Since each instrument implementation must reference the appropriate Sim instrument. |