StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic 2.1.0-rev5

This is a prerelease version of StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic.
dotnet add package StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 2.1.0-rev5
NuGet\Install-Package StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic -Version 2.1.0-rev5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic" Version="2.1.0-rev5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 2.1.0-rev5
#r "nuget: StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic, 2.1.0-rev5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Addin
#addin nuget:?package=StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=2.1.0-rev5&prerelease

// Install StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Tool
#tool nuget:?package=StoneStepsWebalizer.GD.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=2.1.0-rev5&prerelease

A build of GD library for Stone Steps Webalizer.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0-rev5 814 12/23/2018

This package contains GD C++ header files and libraries built in Visual Studio 2017 for
Win32 and x64 platforms and Debug and Release configurations. While this package is intended
for the Stone Steps Webalizer project, it can be used in other projects to make use of the
GD library. Stone Steps Webalizer is maintained at this location:

https://bitbucket.org/StoneStepsInc/stonestepswebalizer/

The GD library is explicitly referenced within this package and will appear within the
solution folder tree after the package is installed. The solution may need to be reloaded
to make the library file visible, so it can be moved into any solution folder, where it will
remain going forward.

Note that GD library path is valid only for build configurations named Debug and Release
and will not be found for any other configuration name. Do not install this package
for projects with configurations other than Debug and Release.

The GD DLL must be copied into the project output directory in the project post build
event. Use the `$(GDBinDir)` and `$(GDLibName)` macros defined in this package to reference
package files, like this:
```
xcopy /Q /Y "$(GDBinDir)$(GDLibName).dll" "$(OutDir)" > nul
```