Skip to content

PMJMendes/VSIXInteropFormsToolkit

 
 

Repository files navigation

VSIXInteropFormsToolkit

Visual Studio 2015 extension, with command tool to generate interop wrapper classes. adapted from add-in.

See:

Info

At present state this tool does not override files previously generated. When forms with unsupported parameter types are found, the initialize method will be generated with a parameter with the root type "Object".

How to Debug

Open project properties

  • choose Debug
  • In Start Action
    • choose "Start external program"
    • and write path to visual studio. (Ex: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe)
  • On Command line arguments "/rootsuffix Exp"
  • Start application
  • Create project in newly opened VS window
  • Run tool

Upgrade

Compile from console

nuget restore VSIXInteropFormsToolkit.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /t:Clean /p:Configuration=Release "VSIXInteropFormsToolkit.sln"
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /p:Configuration=Release "VSIXInteropFormsToolkit.sln"

About

Command tool to generate interop wrapper classes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Visual Basic .NET 64.7%
  • HTML 31.0%
  • C# 3.0%
  • Other 1.3%