Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start Visual Studio and create a new C# project (File | New | Project...) by configuring the project wizard as shown in the following image:

 

A new solution should will be created with the structure shown in the following figure:


The default
Remove the class added by default, named Class1.cs, must be removed.

Add the Delta Shell application plugin package to the project using NuGet

...