Versions Compared

Key

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

 

 

Wiki Markup
{scrollbar}

Exercise outline

...

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

Image Added Image Removed

Afterwards, a solution should be created with a structure as shown in the following image:

...

Now open the settings of our plugin project and change the following settings :

Change the target framework to .Net Framework 4 (DeltaShell is build using the .Net version 4.0)

Image Removed

Go to the debug page and set the startup program to : D:\DeltaShell.Plugins.VolumeModel\bin\Debug\DeltaShell\DeltaShell.Gui.exe

...