Versions Compared

Key

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

...

In the Package Sources add a new source by using the + button and add the following information :

NameTeamCityAuth
Sourcehttp://build.deltares.nl/httpAuth/app/nuget/v1/FeedService.svc/

 


Open the NuGet package manager (right click the solution | Manage NuGet Packages for Solution...) and search for the Delta Shell application plugin package in the TeamCityAuth like shown in the following image:

Select the Deltashell.Plugins.VolumeModel project as project to add the Nuget package to :

Image Added

Complete the install by pressing ok. This may take a while because Nuget will now download the DeltaShell framework and runs install scripts to configure your project for use as a deltashell plugin.

After installing the package your project will look something like this :

Image Added

In this tutorial we don't use PostSharp so we can remove the postsharp items from the project (highlighted items in the image above).