Skip to content

Shared Project Template

PhuocLe edited this page Sep 17, 2018 · 11 revisions

Description

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 location

New Project > PL.DynamicsCrm.DevKit > 10. C# Shared Project

Project convention name

[SolutionName].Shared

E.g.:

ABC.sln -> ABC.Shared
ABC.DEF.sln -> ABC.DEF.Shared
ABC.DEF.IJK.sln -> ABC.DEF.IJK.Shared
Clone this wiki locally