Skip to content

Shared Project Template

PhuocLe edited this page Sep 27, 2023 · 11 revisions

Which is the big advantage of Shared Projects for a Dynamics CRM/Dataverse 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 when you use DynamicsCrm.DevKit

New Project location

New Project > DynamicsCrm.DevKit > 01. Shared Project

01

Project convention name

[SolutionName].Shared

E.g.:

ABC -> AB.Shared
ABC.DEF -> ABC.DEF.Shared
ABC.DEF.IJK -> ABC.DEF.IJK.Shared

Created shared project

02

Clone this wiki locally