-
Notifications
You must be signed in to change notification settings - Fork 15
Shared Project Template
PhuocLe edited this page Oct 6, 2020
·
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)
New Project
> DynamicsCrm.DevKit
> Shared Project
[SolutionName].Shared.shproj
ABC.sln -> AB.Shared.shproj
ABC.DEF.sln -> ABC.DEF.Shared.shproj
ABC.DEF.IJK.sln -> ABC.DEF.IJK.Shared.shproj