Skip to content

Shared Project Template

PhuocLe edited this page Jun 25, 2021 · 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. (Visual Studio 2015 Shared Projects and CRM Plugins Development)

This is required project if you want working with 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