Skip to content

Creating a CodeModeler Project

Simon Mourier edited this page Feb 19, 2020 · 1 revision

To create a CodeModeler Project, you must first start Visual Studio and select project creation. Now, you will have to choose the type of project.

In Visual Studio 2017 the dialog box looks like this:

Creating a CodeModeler Project - Picture 15

In Visual Studio 2019, the dialog box looks like this (note it’s recommended to type “CodeModeler” in the search box to quickly find the CodeModeler templates):

Creating a CodeModeler Project - Picture 16

Once you have selected the template and pressed Next, you should see a CodeModeler dialog box like this:

Creating a CodeModeler Project - Picture 17

By default, the proposed default namespace will be the same as the project name. Note if you name the project like “MyProject.Model”, then the proposed default namespace will be “MyProject”.

It’s interesting to name a CodeModeler project using the special “.Model” suffix (e.g.: “MyProject.Model”), to consequently be able to name the C# project with the default namespace (e.g.: “MyProject”), so the final .NET assembly name will by MyProject.dll.

Once the project has been created, Visual Studio will open in the familiar visual environment.

Clone this wiki locally