-
Notifications
You must be signed in to change notification settings - Fork 15
Shared Project Template
PhuocLe edited this page Jun 25, 2021
·
11 revisions
Which is the big advantage of Shared Projects for a Dynamics CRM developer?
With Shared Projects the code is NOT compiled to a separate assembly but directly inside the main assembly of your project. (Visual Studio 2015 Shared Projects and CRM Plugins Development)
This is required project if you want working with DynamicsCrm.DevKit
New Project
> DynamicsCrm.DevKit
> 01. Shared Project
[SolutionName].Shared
ABC -> AB.Shared
ABC.DEF -> ABC.DEF.Shared
ABC.DEF.IJK -> ABC.DEF.IJK.Shared