Skip to content

ProxyTypes Project Template

PhuocLe edited this page Aug 1, 2019 · 3 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 > DynamicsCrm.DevKit > 09. C# ProxyTypes Project

Shared-Project-Template

Project convention name

[SolutionName].ProxyTypes.csproj

E.g.:

ABC.sln -> ABC.ProxyTypes.csproj
ABC.DEF.sln -> ABC.DEF.ProxyTypes.csproj
ABC.DEF.IJK.sln -> ABC.DEF.IJK.ProxyTypes.csproj
Clone this wiki locally