Is it possible to add Windows Store in-app purchase capability to a non-Universal Windows Platform (UWP) .NET project (class library .dll project) in Visual Studio 2017?
Background: I have an Inno Setup installer for a Delphi project that converts with Microsoft's Desktop App Converter (from the Desktop Bridge project). I would like to enable in-app purchase capability by adding the Windows.ApplicationModel.Store namespace and purchase logic to a .NET assembly created as a RemObjects Hydra plugin. By doing this, my Delphi app can perform in-app purchases using the Hydra plugin.
If there's a better solution for implementing Windows Store in-app purchases with a Classic Windows App (CWA) that has been converted with the Desktop App Converter, I'm all ears.