-
Notifications
You must be signed in to change notification settings - Fork 15
Shared Project Template
PhuocLe edited this page Sep 17, 2018
·
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.
New Project > PL.DynamicsCrm.DevKit > 10. C# Shared Project
[SolutionName].Shared
ABC.sln -> ABC.Shared
ABC.DEF.sln -> ABC.DEF.Shared
ABC.DEF.IJK.sln -> ABC.DEF.IJK.Shared