Project Templates getting to Marketplace for Visual Studio

Hello,

I am glad to announce that we prepared a VSIX extension for Visual Studio which will consist in the Project Templates needed to develop cool stuff for SDL Trados Studio. You can use this extension on Visual Studio 2017 or 2015, also all references were updated to Studio 5.

I attached a beta version of it, so you can try it out.

Feel free to send me feedback.

1488.SDL Trados Studio project templates for Microsoft Visual Studio.zip

Have fun developing,

Vasile Erdei

Parents
  • Hi

    I'm not having success building plugins using the supplied visual studio 2017 templates.

    It appears to be missing someting in the build process as the final *.sdlplugin is never built. 

    A few notes to maybe assist me finding out what is going wrong

    1. After creating the new project it seems to be missing
      1. packages.config
      2. pluginpackage.manifest.xml
    2. The output directory does contain a bunch of Sdl related dll's, including my test projects dll
    3. The Automation Samples that come with the SDL builds fine.

    Any ideas?

    Thanks!

Reply
  • Hi

    I'm not having success building plugins using the supplied visual studio 2017 templates.

    It appears to be missing someting in the build process as the final *.sdlplugin is never built. 

    A few notes to maybe assist me finding out what is going wrong

    1. After creating the new project it seems to be missing
      1. packages.config
      2. pluginpackage.manifest.xml
    2. The output directory does contain a bunch of Sdl related dll's, including my test projects dll
    3. The Automation Samples that come with the SDL builds fine.

    Any ideas?

    Thanks!

Children