You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Interop Forms Toolkit for C#](https://interoptoolkitcs.codeplex.com) (also imported to https://github.com/froque/interoptoolkitcs)
12
+
*[Similar extension in Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MiguelLe.MicrosoftInteropFormToolsInteropFormProxyGenerator) ([source code](https://github.com/hurcane/Microsoft.InteropFormTools.InteropFormProxyGenerator))
15
13
16
14
### Info
17
15
At present state this tool does not override files previously generated.
18
16
When forms with unsupported parameter types are found, the initialize method will be generated with a paramenter with the root type "Object".
19
17
20
18
### How to Debug
21
19
22
-
Open project properties
23
-
- Start Action
20
+
Open project properties
21
+
- choose Debug
22
+
- In Start Action
24
23
- choose "Start external program"
25
-
- and write path to visual studio. (Ex: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe")
24
+
- and write path to visual studio. (Ex: `C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe`)
0 commit comments