Skip to content

Shared Project Template

PhuocLe edited this page Oct 6, 2020 · 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)

New Project location

New Project > DynamicsCrm.DevKit > Shared Project

Shared-Project-Template

Project convention name

[SolutionName].Shared.shproj

E.g.:

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