Building my 1st plug-in with Visual Studio 2017 (part 2)

Continuation of part 1 (https://community.sdl.com/developers/language-developers/f/61/t/14327).

I have gotten the basic plug-in working and am now on this step of the tutorial: http://producthelp.sdl.com/SDK/BatchTaskApi/1.0/html/1daf8da9-ea35-4dc7-a92b-31d20d9c8537.htm

The tutorial says to add a reference to 'Sdl.Core.Globalization', but VS17 says there is no 'Globalization' under 'Sdl.Core.Globalization'. There is a further error message as follows:

You must add a reference to assembly 'Sdl.Core.Globalization, Version=1.8.0.0, Culture=neutral, PublicKeyToken=c28cdb26c445c888'.

How can I get 'Sdl.Core.Globalization'?

EDIT 1: I just found 'Sdl.Core.Globalization.dll' in a number of places, e.g. 'C:\Program Files (x86)\SDL\SDL Trados Studio\Studio5'. How do I include it in my project? I guess I would need the header file!?

EDIT 2: Now I see that VS17 has 'Project | Add reference...'. But I have not yet found 'Sdl.Core.Globalization' there. Is that how to get the reference?

Thanks,

Gary Hess