bonus630 / DockerTemplateX7

CorelDraw Addons Templates for Visual Studio 2005 or Higher. This templates provides easy and fast way to build a custom addin for CorelDRAW, here you can find four diferents templates. A control template, to build a fast and more simple addin, this control will be placed in standard tool bar. A custom tool project, based in official template, but updated to recent versions of visual studio and CorelDRAW. And the big one, docker template, to build a complex addin allocaded in a CorelDRAW docker.
https://marketplace.visualstudio.com/items?itemName=bonus630.CorelDrawDockerTemplate
11 stars 2 forks source link

The CorelDraw Docker addon template sometimes incorrectly generates hostedType in the AppUI.xslt file #10

Open finich1981 opened 1 year ago

finich1981 commented 1 year ago

When creating a docker project from a template in the AppUI.xslt, in the hostedType section, instead of, for example "Addons\Test\Test.dll ,Test.DockerUI", creates "Addons\\.dll ,Test.DockerUI"

Crementif commented 6 months ago

This fixed my issue of the docker UI not appearing, thanks!